<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - iptables-nft raw notrack rules are wrong"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1422#c8">Comment # 8</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - iptables-nft raw notrack rules are wrong"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1422">bug 1422</a>
from <span class="vcard"><a class="email" href="mailto:champetier.etienne@gmail.com" title="Etienne Champetier <champetier.etienne@gmail.com>"> <span class="fn">Etienne Champetier</span></a>
</span></b>
<pre>Yup, nft is loading libs from /usr/lib/x86_64-linux-gnu/xtables/, I'll rebuild
things until it works !
Can you confirm that you can check/delete, as this was my initial problem
iptables-nft -t raw -I OUTPUT -p udp -d 169.254.25.10 --dport 53 -j NOTRACK &&
echo 1
iptables-nft -t raw -C OUTPUT -p udp -d 169.254.25.10 --dport 53 -j NOTRACK &&
echo 2
iptables-nft -t raw -D OUTPUT -p udp -d 169.254.25.10 --dport 53 -j NOTRACK &&
echo 3
Same with
iptables-nft -t raw -I OUTPUT -p udp -d 169.254.25.10 --dport 53 -j CT
--notrack && echo 4
iptables-nft -t raw -C OUTPUT -p udp -d 169.254.25.10 --dport 53 -j CT
--notrack && echo 5
iptables-nft -t raw -D OUTPUT -p udp -d 169.254.25.10 --dport 53 -j CT
--notrack && echo 6
Thanks a lot</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>