summaryrefslogtreecommitdiff
path: root/sto-tug-kvm1.swamid.se/overlay
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2013-11-07 13:39:06 +0100
committerFredrik Thulin <fredrik@thulin.net>2013-11-07 13:39:06 +0100
commit616e002e59ba29c5fbe81e9ade5fcca547c3b148 (patch)
tree54ea5bccb845777678e5a857ce921204d0388e74 /sto-tug-kvm1.swamid.se/overlay
parent3cf047c88e14e787c5ebbb534cd3d433a76888a6 (diff)
Add IPv6.
Diffstat (limited to 'sto-tug-kvm1.swamid.se/overlay')
-rw-r--r--sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces24
1 files changed, 24 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..1a99db8
--- /dev/null
+++ b/sto-tug-kvm1.swamid.se/overlay/etc/network/interfaces
@@ -0,0 +1,24 @@
+# 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 eth0
+iface eth0 inet static
+ address 130.242.125.5
+ netmask 255.255.255.192
+ network 130.242.125.0
+ broadcast 130.242.125.63
+ gateway 130.242.125.1
+ # dns-* options are implemented by the resolvconf package, if installed
+ dns-nameservers 8.8.8.8
+ dns-search swamid.se
+
+iface eth0 inet6 static
+ address 2001:6b0:8:3::5
+ netmask 64
+ gateway 2001:6b0:8:3::1
+