<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=LXD_Wrapper</id>
	<title>LXD Wrapper - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tech.uvoo.io/index.php?action=history&amp;feed=atom&amp;title=LXD_Wrapper"/>
	<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=LXD_Wrapper&amp;action=history"/>
	<updated>2026-06-02T02:17:19Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.2</generator>
	<entry>
		<id>https://tech.uvoo.io/index.php?title=LXD_Wrapper&amp;diff=2402&amp;oldid=prev</id>
		<title>Busk: Created page with &quot;# a.b.c.d is ip address of LXD host and lxdbr0 is default bridge of host 172.16.0.1/23 is lxdbr0 ip/net  # Proxy DNAT - https://discuss.linuxcontainers.org/t/using-proxy-devic...&quot;</title>
		<link rel="alternate" type="text/html" href="https://tech.uvoo.io/index.php?title=LXD_Wrapper&amp;diff=2402&amp;oldid=prev"/>
		<updated>2021-11-03T22:25:54Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;# a.b.c.d is ip address of LXD host and lxdbr0 is default bridge of host 172.16.0.1/23 is lxdbr0 ip/net  # Proxy DNAT - https://discuss.linuxcontainers.org/t/using-proxy-devic...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;# a.b.c.d is ip address of LXD host and lxdbr0 is default bridge of host 172.16.0.1/23 is lxdbr0 ip/net&lt;br /&gt;
&lt;br /&gt;
# Proxy DNAT&lt;br /&gt;
- https://discuss.linuxcontainers.org/t/using-proxy-device-to-forward-network-connections-from-host-to-container-in-nat-mode/8355&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
lxc config device add testcontainer proxyv4 proxy nat=true listen=tcp:a.b.c.d:7777 connect=tcp:0.0.0.0:7777&lt;br /&gt;
```&lt;br /&gt;
&lt;br /&gt;
# Static IPS&lt;br /&gt;
- https://discuss.linuxcontainers.org/t/best-practices-for-assigning-static-ip-address/4012&lt;br /&gt;
&lt;br /&gt;
```&lt;br /&gt;
lxc stop c1&lt;br /&gt;
lxc network attach lxdbr0 c1 eth0 eth0&lt;br /&gt;
lxc config device set c1 eth0 ipv4.address 172.168.16.11&lt;br /&gt;
lxc start c1&lt;br /&gt;
```&lt;/div&gt;</summary>
		<author><name>Busk</name></author>
	</entry>
</feed>