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
Received on Thu Apr 13 2006 - 08:03:46 MDT
This archive was generated by hypermail pre-2.1.9 : Mon May 01 2006 - 12:00:02 MDT