LAN ----- ROUTER ------ SQUID ------ INTERNET
Using this setup is it possible to have a transparent squid ?
The squid box is setup as a bridge with an IP routable on the internet.
My clients are on a different subnet. I can ping my clients from squid.
Squid is working when I am entering it manually in my browser.
Using this command it's not working:
(my = bridge interface)
ebtables -t broute -A BROUTING -p IPv4 --ip-protocol 6
--ip-destination-port 80 -j redirect --redirect-target
iptables -t nat -A PREROUTING -i my -p tcp --dport 80 -j REDIRECT --to-port 3128
Any idea ?
Thanks
Received on Fri Aug 18 2006 - 08:46:41 MDT
This archive was generated by hypermail pre-2.1.9 : Fri Sep 01 2006 - 12:00:02 MDT