I have a linux-based Firewall/Router (IPtables) in my network. When I change Default gateway of client to the Firewall, I can ping, traceroute, telnet google.com 80 ... but can't browse via Browsers (IE, Chrome, FireFox without any proxy config). How can I analyse my tcp packet and understand the problem? asked 08 Apr '14, 23:58 q12345 |
One Answer:
Maybe you just believe there is no proxy config, while there is one. What do you get if you run the following command on the client
or
Do you get a connection? If so, please uncheck the following option in your browser and try again: Firefox: Disable the option "Autodetect Proxy for this network" and select the option "no proxy". Please read about Web Proxy Auto-Discovery Protocol (WPAD): http://en.wikipedia.org/wiki/Web_Proxy_Autodiscovery_Protocol If Furthermore check the firewall logs ;-)) Regards answered 09 Apr '14, 14:10 Kurt Knochner ♦ |