Displaying 1 result from an estimated 1 matches for "preproxy".
2017 Jun 29
1
[Bug 1160] New: dnat ip address not shown in nft list output when using port value
...Hardware: x86_64
OS: Fedora
Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: zing at fastmail.fm
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 mar...