<?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=Configure_DNAT_on_Linux_machine_with_iptables</id>
	<title>Configure DNAT on Linux machine with iptables - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.acrodus.uk/index.php?action=history&amp;feed=atom&amp;title=Configure_DNAT_on_Linux_machine_with_iptables"/>
	<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Configure_DNAT_on_Linux_machine_with_iptables&amp;action=history"/>
	<updated>2026-04-04T04:18:00Z</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=Configure_DNAT_on_Linux_machine_with_iptables&amp;diff=83&amp;oldid=prev</id>
		<title>Alex: -</title>
		<link rel="alternate" type="text/html" href="http://wiki.acrodus.uk/index.php?title=Configure_DNAT_on_Linux_machine_with_iptables&amp;diff=83&amp;oldid=prev"/>
		<updated>2024-11-25T22:24:05Z</updated>

		<summary type="html">&lt;p&gt;-&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;This command quickly configures DNAT rules. This was used to provide services running in containers by forwarding the traffic onto the lxc-bridge private network from the public address.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
iptables -t nat -A PREROUTING -p tcp --dport 80 -j DNAT --to-destination {private address on lxc-bridge network}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Alex</name></author>
	</entry>
</feed>