From 2f2916e15a0f493b72d5cbb0f24ddbc76602b48e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 16 May 2014 13:21:04 +0200 Subject: ip address fix for kvm1 and more modules --- .../overlay/etc/network/interfaces | 27 ++++++++++++++-------- 1 file changed, 17 insertions(+), 10 deletions(-) (limited to 'sto-tug-kvm1.swamid.se/overlay/etc/network') diff --git a/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces b/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces index 5eca717..4490f48 100644 --- a/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces +++ b/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces @@ -5,20 +5,27 @@ auto lo iface lo inet loopback -# The primary network interface auto eth0 -iface eth0 inet static - address 130.242.125.5 +iface eth0 inet manual + +# The primary network interface +auto br0 +iface br0 inet static + address 130.242.125.71 netmask 255.255.255.192 - network 130.242.125.0 - broadcast 130.242.125.63 - gateway 130.242.125.1 + network 130.242.125.64 + broadcast 130.242.125.127 + gateway 130.242.125.65 # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 130.242.80.14 130.242.80.99 dns-search swamid.se + bridge_ports eth0 + bridge_fd 9 + bridge_hello 2 + bridge_maxage 12 -iface eth0 inet6 static - address 2001:6b0:8:3::5 - netmask 64 - gateway 2001:6b0:8:3::1 +#iface eth0 inet6 static +# address 2001:6b0:8:3::5 +# netmask 64 +# gateway 2001:6b0:8:3::1 -- cgit v1.1