[Bug 513] --dport unusable
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Wed Sep 20 14:32:32 CEST 2006
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513
------- Additional Comments From totya at ajkanet.hu 2006-09-20 14:32 MET -------
I attached the output of the iptables -vxnL and two kernel config file. The
kernelv2 is now the config of the wrong kernel. Do you see I tried many
different rules which produce the same error.:
yoda:~# iptables -A tcp-packets -p TCP -s 0/0 --dport ssh -j allowed
iptables: No chain/target/match by that name
yoda:~# iptables -A tcp-packets -p TCP -s 0/0 --dport ssh -j ACCEPT
iptables: No chain/target/match by that name
yoda:~# iptables -A INPUT -p TCP -s 0/0 --dport ssh -j ACCEPT
iptables: No chain/target/match by that name
yoda:~# iptables -A INPUT -p TCP -s 0/0 --dport 22 -j ACCEPT
iptables: No chain/target/match by that name
I made some (not netfilter) modification in the kernel and now the --dport
rules work.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the netfilter-buglog
mailing list