Running RH72

Have a default policy of drop on INPUT FORWARD and OUTPUT

Have state rules of:

iptables -A INPUT -i $ExIf -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A INPUT -i $ExIf -m state --state NEW -s $WebSvr -j ACCEPT

Most everything works fine except ftp.  I tried the command:

 wget ftp://ftp.rs.internic.net/domain/named.root

and it get to a certain point (downloading the file) and it just stops.  If
I open the firewall up to accept default with no other rules.  The command
works, so I know it's my firewall rules.  Anyone point me in the right
direction?

Reply via email to