Hi all
I'm running SuSEFirewall2 and Squid from the 8.2 distribution. On an other internal machine, I run bind for DNS resolution and which is set as primary dns server for all clients.
The Squid seems to be well configured, as it runs fine when the squid-port 3128 on the firewall is directly entered in the proxy settings of a browser.
 
I wanted to use the firewall feature to redirect traffic to the squid port, so I did the foloowing settings in SuSEfirewall:
FW_SERVICES_INT_TCP="ssh 3128"
FW_SERVICES_INT_UDP=""
FW_SERVICES_INT_IP=""
FW_SERVICE_SQUID="yes"
FW_REDIRECT="192.168.30.0/24,0/0,tcp,80,3128"
 
where 192.168.30.0/24 is my "home" network.
 
Any http request should now be redirected via squid, but there seems to be an error with the URL transmission to squid, the FQDN is truncated, so squid gives me the error, when searching for computer.domain.tld/directory/somedoc.htm that /directory/somedoc.htm is no valid URL.
 
Any help to make this work appreciated.
Thx
Frank