diff options
Diffstat (limited to 'sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces')
-rw-r--r-- | sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces b/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces new file mode 100644 index 0000000..10cdcf5 --- /dev/null +++ b/sto-tug-kvm2.swamid.se/overlay/etc/network/interfaces @@ -0,0 +1,41 @@ +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +# The loopback network interface +auto lo +iface lo inet loopback + +# The primary network interface +auto em1 +iface em1 inet static + address 192.36.125.9 + netmask 255.255.255.0 + network 192.36.125.0 + broadcast 192.36.125.255 + gateway 192.36.125.1 + # dns-* options are implemented by the resolvconf package, if installed + dns-nameservers 130.242.80.14 130.242.80.99 + dns-search swamid.se + +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:0 +iface em1:0 inet static + address 192.36.125.10 + netmask 255.255.255.0 + network 192.36.125.0 + broadcast 192.36.125.255 + gateway 192.36.125.1 + # dns-* options are implemented by the resolvconf package, if installed + dns-nameservers 130.242.80.14 130.242.80.99 + dns-search sunet.se + +iface em1:0 inet6 static + address 2001:6b0:7::10 + netmask 64 + gateway 2001:6b0:7::1 + dns-nameservers 2001:6b0:1e:14 2001:6b0:1e:99 |