Switch to full style
Use this forum to post questions relating to WinGate, feature requests, technical or configuration problems
Post a reply

list look up check - Request Url

Nov 14 13 5:08 am

Hi,

I use a chart policy :

proxy request ---> list lookup check (with check "request.url" of : http://www.google.fr, http://www.dell.fr ...) - if YES ---> USE session.gateway = 192.168.1.x
- if NO ---> USE session.gateway = 192.168.1.y

It works very well apart url as : http://www.mail.example.com:3000 ( error 504 bad gateway). I supposed wingate doesn't check the port ":3000", thats why it doesn't work.

How I can fix it?

thank you

Re: list look up check - Request Url

Nov 14 13 11:01 am

Hi

WinGate does parse and use the port part of a URL. But as for string matching in policy, that url wouldn't match so you'd get a "no" match on the list lookup and it would use the .y gateway.

WinGate should send a whole error page back with the connection failure - what does it say, is it connection timed out, or something else?

Regards

Adrien

Re: list look up check - Request Url

Nov 14 13 8:48 pm

Yes i agree but it doesn't use the .y gateway , this is the wingate message :

Connection problem
Connection to Remote Host timed out {Thd 6880} [socket #1BB8, 192.168.1.1:61842 to :0]

Thank you

Re: list look up check - Request Url

Nov 18 13 1:19 pm

Hi

Do you have the windows firewall running on the WinGate computer? Check whether alg.exe is running. It interferes with our overriding of packet destination. Basically because it changes the source port on all outgoing connections, which means our driver doesn't match the outgoing packet with the one it was told to expect by the WinGate engine.

Regards

Adrien
Post a reply