https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From kaber@trash.net 2006-09-18 10:26 MET ------- Well, most likely one of the chains are missing. Please double-check and post the output of iptables -vxnL. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From kaber@trash.net 2006-09-18 10:26 MET ------- Well, most likely one of the chains are missing. Please double-check and post the output of iptables -vxnL. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com ------- Additional Comments From netfilter@linuxace.com 2006-09-19 02:04 MET ------- Perhaps you meant -j ACCEPT instead of -j allowed ?? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 netfilter@linuxace.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |netfilter@linuxace.com ------- Additional Comments From netfilter@linuxace.com 2006-09-19 02:04 MET ------- Perhaps you meant -j ACCEPT instead of -j allowed ?? -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@ajkanet.hu 2006-09-20 14:19 MET ------- Created an attachment (id=266) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=266&action=view) output of iptables -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@ajkanet.hu 2006-09-20 14:19 MET ------- Created an attachment (id=266) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=266&action=view) output of iptables -- 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.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@ajkanet.hu 2006-09-20 14:21 MET ------- Created an attachment (id=267) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=267&action=view) config file of the wrong kernel -- 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.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@ajkanet.hu 2006-09-20 14:21 MET ------- Created an attachment (id=267) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=267&action=view) config file of the wrong kernel -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@ajkanet.hu 2006-09-20 14:24 MET ------- Created an attachment (id=268) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=268&action=view) the config of the good working kernel -- 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.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@ajkanet.hu 2006-09-20 14:24 MET ------- Created an attachment (id=268) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=268&action=view) the config of the good working kernel -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@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 the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 ------- Additional Comments From totya@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.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From kaber@trash.net 2006-09-20 14:38 MET ------- So you most likely had a compilation problem. Anyway, closing. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From kaber@trash.net 2006-09-20 14:38 MET ------- So you most likely had a compilation problem. Anyway, closing. -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You reported the bug, or are watching the reporter.
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=513 kaber@trash.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From kaber@trash.net 2006-09-20 14:38 MET ------- So you most likely had a compilation problem. Anyway, closing. -- 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.