Dear group
My transparency squid box redirect packet which has destination port 80 to 3128 by this
iptable command
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
but I don't want clients access some destination ip address through squid,
Is there a way to bypass squid by add some iptables command ?
Thank you.
Regard
Received on Wed Feb 16 2005 - 12:10:02 MST
This archive was generated by hypermail pre-2.1.9 : Tue Mar 01 2005 - 12:00:02 MST