Results 1 to 1 of 1
Hi to everyone!
Im using Ubuntu 10.10, I configure DHCP server, Squid 2.7 running correctly if I put Ip&port Info on clients web browsers.
My iptables rules are for the ...
- 10-29-2010 #1Just Joined!
- Join Date
- Oct 2010
- Posts
- 1
Squid 2.7 Transparent Mode How To. Ideas?
Hi to everyone!
Im using Ubuntu 10.10, I configure DHCP server, Squid 2.7 running correctly if I put Ip&port Info on clients web browsers.
My iptables rules are for the nat table
-A PREROUTING -p tcp -m tcp ! -d 192.168.01 -i eth0 --dport 80 -j REDIRECT --to-ports 3128
-A POSTROUTING -o eth1 -j MASQUERADE
Thats all my iptables rule in general.
So now I want to configure Squid as transparent proxy and I cant.
squid. conf my way for transparency.
http_port 192.168.0.1:3128 transparent
Any ideas for a solution!!! Thanks!!!!


Reply With Quote