Displaying 1 result from an estimated 1 matches for "trustednet".
Did you mean:
trustednets
2018 Mar 16
2
[Bug 1234] New: iptables match-set with multiple ipsets doesn't work
...er.org
Reporter: kevin at zattoo.com
I try to add multiple match-sets in one rule. I can add it, but afterwards the
rule doesn't work (counter stays at zero)
iptables -A INPUT -p tcp -m multiport --dports 22 -m comment --comment "012
accept incoming SSH" -m set --match-set trustednet src -m set --match-set NETS
src -j ACCEPT
If I split them into two rules, it works without any issue.
Tested it with iptables 1.4 and 1.6.
ipset v6.23
Maybe this behavior is expected, but I didn't find anything in the man pages or
documentation.
--
You are receiving this mail because:
You...