View Single Post

  #4 (permalink)  
Old 12-15-2004
Tommy Reynolds
 
Posts: n/a
Default Re: Iptables creates ftp problem

On Wed, 15 Dec 2004 10:09:31 +0100, B H wrote:

> Chain RH-Firewall-1-INPUT (2 references)
> target prot opt source destination
> ACCEPT all -- anywhere anywhere
> ACCEPT icmp -- anywhere anywhere icmp any


Your very first rule here (ACCEPT all -- anywhere anywhere) seems to make
all succeeding rules irrelevant since ACCEPT identifies a terminal rule.

Please post your rules without editing.

Cheers!
Reply With Quote