lxc: Setup networking for the template container.
[matthijs/servers/tika.git] / var / lib / lxc / template / config
index 176643ade1920ccfb1f2cb87171871b372dca13b..315bbb417c9a866b9b5b6c025787d28aafae326a 100644 (file)
@@ -1,12 +1,29 @@
-lxc.tty = 4
-lxc.pts = 256
+# Hostname
+lxc.utsname = template
+
+# Use this root filesystem
 lxc.rootfs = /var/lib/lxc/template/rootfs
 
 # Log console output
 lxc.console = /var/log/lxc/template.lxc
 
-# Hostname
-lxc.utsname = template
+# The container gets a single virtual eth0 interface with a statically assigned
+# address (assigned by lxc-start, no need for the container to assign any
+# address itself).
+lxc.network.type = veth
+lxc.network.flags = up
+lxc.network.veth.pair = lxc-template
+lxc.network.name = eth0
+lxc.network.link = br-lxc
+lxc.network.ipv4 = 10.42.0.10/24
+lxc.network.ipv4.gateway = auto
+
+# The number of ttys available (shouldn't be less than the getty's
+# configured in the inittab).
+lxc.tty = 4
+
+# Use private pts for the container
+lxc.pts = 256
 
 # Deny all devices, except the following
 lxc.cgroup.devices.deny = a