Re: weird Iptables problem
From: AY Xu (ay_xu_at_yahoo.com)
Date: 08/23/05
- Next message: Barton L. Phillips: "Re: ssd attacks; worm? and precautionary steps"
- Previous message: Jon: "Working on a custom login interface"
- In reply to: Eric Teuber: "Re: weird Iptables problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
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
- Next message: Barton L. Phillips: "Re: ssd attacks; worm? and precautionary steps"
- Previous message: Jon: "Working on a custom login interface"
- In reply to: Eric Teuber: "Re: weird Iptables problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]