<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Nftables_dnat_config</id>
	<title>Nftables dnat config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Nftables_dnat_config"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Nftables_dnat_config&amp;action=history"/>
	<updated>2026-04-04T02:35:10Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>http://wiki.acrodus.uk/index.php?title=Nftables_dnat_config&amp;diff=104&amp;oldid=prev</id>
		<title>Alex: Created page with &quot;Example nftables dnat config. This took a while to set up at first, make sure there is config for packets going in the reverse direction ie. masquerade.  table ip nat {         chain prerouting {                 type nat hook prerouting priority dstnat; policy accept;                 tcp dport 2202 dnat to 10.0.3.2         }          chain postrouting {                 type nat hook postrouting priority srcnat; policy accept;         } }&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Nftables_dnat_config&amp;diff=104&amp;oldid=prev"/>
		<updated>2025-01-18T21:17:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Example nftables dnat config. This took a while to set up at first, make sure there is config for packets going in the reverse direction ie. masquerade.  table ip nat {         chain prerouting {                 type nat hook prerouting priority dstnat; policy accept;                 tcp dport 2202 dnat to 10.0.3.2         }          chain postrouting {                 type nat hook postrouting priority srcnat; policy accept;         } }&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Example nftables dnat config. This took a while to set up at first, make sure there is config for packets going in the reverse direction ie. masquerade.&lt;br /&gt;
&lt;br /&gt;
table ip nat {&lt;br /&gt;
        chain prerouting {&lt;br /&gt;
                type nat hook prerouting priority dstnat; policy accept;&lt;br /&gt;
                tcp dport 2202 dnat to 10.0.3.2&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
        chain postrouting {&lt;br /&gt;
                type nat hook postrouting priority srcnat; policy accept;&lt;br /&gt;
        }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>