Re: weird Iptables problem

From: AY Xu (ay_xu_at_yahoo.com)
Date: 08/23/05


Date: 23 Aug 2005 02:27:34 -0700

Hi Eric,

I've solved this problem by adding below line:
$ipt -I FORWARD -i eth0 -o eth1 -d $NETWORK -j ACCEPT

But this looks like high security risk exists. maybe i need to restrict
to '-p tcp --dport 80' , like bellow:
$ipt -I FORWARD -i eth0 -o eth1 -d $NETWORK -p tcp --dport 80 -j ACCEPT

Thank you for your message.

Xu Zuoyin