summaryrefslogtreecommitdiff
path: root/web-db2.sunet.se/overlay/etc/network/interfaces
diff options
context:
space:
mode:
Diffstat (limited to 'web-db2.sunet.se/overlay/etc/network/interfaces')
-rw-r--r--web-db2.sunet.se/overlay/etc/network/interfaces18
1 files changed, 18 insertions, 0 deletions
diff --git a/web-db2.sunet.se/overlay/etc/network/interfaces b/web-db2.sunet.se/overlay/etc/network/interfaces
new file mode 100644
index 0000000..2130d6a
--- /dev/null
+++ b/web-db2.sunet.se/overlay/etc/network/interfaces
@@ -0,0 +1,18 @@
+# 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 192.36.171.69
+ netmask 255.255.255.192
+ network 192.36.171.64
+ broadcast 192.36.171.127
+ gateway 192.36.171.65
+
+ dns-nameservers 130.242.80.14 130.242.80.99
+