From 6388f04e1802fb819855a17fd8e8f7fed4f2052c Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Thu, 18 Dec 2014 16:27:37 +0100 Subject: Reversed aliases again. --- sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces b/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces index 4d36682..10cdcf5 100644 --- a/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces +++ b/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces @@ -6,8 +6,8 @@ auto lo iface lo inet loopback # The primary network interface -auto em1:0 -iface em1:0 inet static +auto em1 +iface em1 inet static address 192.36.125.9 netmask 255.255.255.0 network 192.36.125.0 @@ -17,14 +17,14 @@ iface em1:0 inet static dns-nameservers 130.242.80.14 130.242.80.99 dns-search swamid.se -iface em1:0 inet6 static +iface em1 inet6 static address 2001:6b0:7::9 netmask 64 gateway 2001:6b0:7::1 dns-nameservers 2001:6b0:1e:14 2001:6b0:1e:99 -auto em1 -iface em1 inet static +auto em1:0 +iface em1:0 inet static address 192.36.125.10 netmask 255.255.255.0 network 192.36.125.0 @@ -34,7 +34,7 @@ iface em1 inet static dns-nameservers 130.242.80.14 130.242.80.99 dns-search sunet.se -iface em1 inet6 static +iface em1:0 inet6 static address 2001:6b0:7::10 netmask 64 gateway 2001:6b0:7::1 -- cgit v1.1