summaryrefslogtreecommitdiff
path: root/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces')
-rw-r--r--sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces31
1 files changed, 31 insertions, 0 deletions
diff --git a/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces b/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces
new file mode 100644
index 0000000..4490f48
--- /dev/null
+++ b/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces
@@ -0,0 +1,31 @@
+# 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
+
+auto eth0
+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.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
+