Results 1 to 2 of 2
I an getting the error "iptables: No chain/target/match by that name" while executing the following command.
iptables -A INPUT -i eth0 -p tcp --dport 23 -j ACCEPT
I can see ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-10-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 1
iptables complaining about No chain/target/match by that name
I an getting the error "iptables: No chain/target/match by that name" while executing the following command.
iptables -A INPUT -i eth0 -p tcp --dport 23 -j ACCEPT
I can see than INPUT chain is already added by dumping "iptables -L". If I execute "iptables -A INPUT -i eth0 -p tcp" it works but if I use --dport option its complaining. Can anyone please help me.
Thanks
- 09-11-2008 #2
What do your rules look like?
Are you doing stateful packet inspection?


Reply With Quote
