<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - dnat ip address not shown in nft list output when using port value"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1160">1160</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>dnat ip address not shown in nft list output when using port value
</td>
</tr>
<tr>
<th>Product</th>
<td>nftables
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>Fedora
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>nft
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pablo@netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>zing@fastmail.fm
</td>
</tr></table>
<p>
<div>
<pre>I've a got a dnat rule inserted like this:
# nft add rule tcpproxy preproxy tcp dport 500 meta mark set 0x1 dnat to
107.14.73.68:25
However, when I list it the dnat ip address is not shown (only the port):
# nft list chain tcpproxy preproxy
table ip tcpproxy {
chain preproxy {
type nat hook prerouting priority -150; policy accept;
tcp dport isakmp mark set 0x00000001 dnat to :smtp
}
}
It seems to work ok, but you can't find out what the rule actually once it's
inserted.
# nft --version
nftables v0.7 (Scrooge McDuck)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>