>
> 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