On 10/04/2014 11:49 p.m., fordjohn wrote: > Okay so I would need to use the following Iptables script on the squid box > correct? > > iptables -t nat -A PREROUTING -p tcp -i eth0 --dport 80 -j REDIRECT > --to-port 3127 Yes. With any appropriate routing config on the router necessary to get the packets to Squid box without altering their destination IP:port details. Amos