X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fnetwork%2Finterfaces;h=0f2f47d5c0fd74a91887b8fa306b3fde63c586b7;hb=a4f8e070421ccc3f23c9fff4debcfcc4a6c9a156;hp=04ee0fe32ad0c6c54b61c0a7542d88f60aa709e5;hpb=e445d540b371568e8de5c316dc6b35e7374a962e;p=matthijs%2Fservers%2Ftika.git diff --git a/etc/network/interfaces b/etc/network/interfaces index 04ee0fe..0f2f47d 100644 --- a/etc/network/interfaces +++ b/etc/network/interfaces @@ -8,3 +8,12 @@ iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp + +auto br-lxc +iface br-lxc inet static + # Set this up as a bridge, but don't add any ports yet. Ports + # will be added when lxc containers are created later on. + bridge_ports none + # Statically configure this bridge + address 10.42.0.1 + netmask 255.255.255.0