X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=etc%2Fnetwork%2Finterfaces;h=0f2f47d5c0fd74a91887b8fa306b3fde63c586b7;hb=6b0278f32376f57a5ef33853d4f8f4547ddcc4c3;hp=04ee0fe32ad0c6c54b61c0a7542d88f60aa709e5;hpb=84a948590e8a4973b27b71e677fca8879796ac60;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