[Bug 1408] The Check option of iptables does not work as expected

bugzilla-daemon at netfilter.org bugzilla-daemon at netfilter.org
Wed Apr 15 23:28:51 CEST 2020


https://bugzilla.netfilter.org/show_bug.cgi?id=1408

Pablo Neira Ayuso <pablo at netfilter.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Pablo Neira Ayuso <pablo at netfilter.org> ---
Could you give a try latest iptables? If I understood the problem correctly, it
is working here in the most recent iptables release.

# iptables-nft -V
iptables v1.8.4 (nf_tables)

# iptables-nft -t nat -C PREROUTING --proto tcp --dport 80 -j DNAT
--to-destination 1.1.1.1:80; echo $?
0
# iptables-nft -t nat -C PREROUTING --proto tcp --dport 80 -j DNAT
--to-destination 1.1.1.2:80; echo $?
iptables: Bad rule (does a matching rule exist in that chain?).
1

-- 
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20200415/d7b46bbe/attachment.html>


More information about the netfilter-buglog mailing list