search for: xt_target

Displaying 2 results from an estimated 2 matches for "xt_target".

2006 Dec 11
21
iptables 1.3.7, kernel 2.6.19, ROUTE and Layer7 issues
Hi, I''m having problems with this configuration: iptables 1.3.7 (vanilla or repackaged for fc5) kernel 2.6.19 (vanilla) ROUTE 1.11 (last pom-ng) layer7-filter 2.6 (last in sf.net) connlimit (last pom-ng) When I try to use -j ROUTE in any chain in mangle table I have this error: [root@myhost ~]# iptables -v -t mangle -A POSTROUTING -p tcp --dport msnp -j ROUTE --gw
2017 Mar 10
4
[Bug 1128] New: ip6_tables connmark or connlabel never matches
...It would be hard to be sure of that symptom when the control flow through the code was uncertain due to failure to match the connmarks. Looking in /usr/src/linux-4.10.1/net/netfilter/xt_connmark.c, also xt_connlabel.c, I find clean object-oriented code called through the generic struct xt_match or xt_target virtual tables, with no visible bugs, i.e. the problem is probably elsewhere. At this point the obvious strategy is GIT bifurcation, but I've never done that before, and so I figured it would be wiser to ask someone who might recognize the issue. -- You are receiving this mail because: You a...