Hi installed Debian with bridging enabled then I install squid.

Squid work if I manually enter proxy setting in firefox.

Then I ran the following to make it transparent:

echo 1 > /proc/sys/net/ipv4/ip_forward  
ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6 --ip-destination-port
80 -j redirect --redirect-target ACCEPT
iptables -t nat -A PREROUTING -i br0 -p tcp --dport 80 -j REDIRECT --to-port
3128


Now all I get when I go to firefox is a blank page and down the bottom is:

Waiting for www.google.com.au...

 

Please need help..

 

Many thanks 

 

william

Reply via email to