From: Matthijs Kooijman Date: Mon, 15 Aug 2011 21:28:00 +0000 (+0200) Subject: lxc: Setup networking for the template container. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fservers%2Ftika.git;a=commitdiff_plain;h=cca087cba91626731d458a22770d473037f9ffd2 lxc: Setup networking for the template container. --- diff --git a/var/lib/lxc/template/config b/var/lib/lxc/template/config index 7b1fd74..315bbb4 100644 --- a/var/lib/lxc/template/config +++ b/var/lib/lxc/template/config @@ -7,6 +7,17 @@ lxc.rootfs = /var/lib/lxc/template/rootfs # Log console output lxc.console = /var/log/lxc/template.lxc +# 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