› Forums › Network Management › ZeroShell › Use Zeroshell with squid on another box › Reply To: Use Zeroshell with squid on another box
March 29, 2010 at 9:30 pm
#49951
Member
You could do that with some custom iptables rules. In prerouting do a DNAT to 192.168.9.4 for packets matching destination tcp/80. On the squid box on the OUTPUT chain do a DNAT towards 10.0.1.1 for packets matching destination tcp/80 . Haven’t really tried it, but it should work.