Re: [squid-users] Help required on Transparent Proxy.

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Thu, 29 Jan 2004 23:14:14 +0530

>
> iptables -t nat -A PREROUTING -i eth1 -p tcp --dport
> 80 -j REDIRECT --to-port 3128
> (eth1 is private interface)
>
Ok.
The string "tcp" which is used as for ipchains.For iptables define as "TCP".

iptables -t nat -A PREROUTING -i eth1 -p TCP --dport
80 -j REDIRECT --to-port 3128

Regards,
Muthukumar.
Received on Thu Jan 29 2004 - 11:02:27 MST

This archive was generated by hypermail pre-2.1.9 : Sun Feb 01 2004 - 12:00:09 MST