Re: Iptables - Error: No chain/target/match by that name

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Quoting Mike Wright <xktnniuymlla@xxxxxxxxxxxxxx>:

Rafael Dewes wrote:
Friends, I am using iptables 1.5.7 + linux kernel 2.6.20.2 and the
last patch-o-magic.

But, when I exec this rule
iptables -I INPUT -s 192.168.0.0/24 -p tcp --dport 21 -j ACCEPT

Try this.

iptables -I INPUT -s 192.168.0.0/24 -p tcp -m tcp --dport 21 -j ACCEPT

Many of these types of filters can be found in the man page.  Look for
MATCH EXTENSIONS.

hth, :m)

I started getting the same error message a couple of weeks ago. Does it usually mean one of the rules is not good? Im having a problem trying to find the bad rule.

ddh


--
Dwayne Hottinger
Network Administrator
Harrisonburg City Public Schools



[Index of Archives]     [Linux Netfilter Development]     [Linux Kernel Networking Development]     [Netem]     [Berkeley Packet Filter]     [Linux Kernel Development]     [Advanced Routing & Traffice Control]     [Bugtraq]

  Powered by Linux