summaryrefslogtreecommitdiff
path: root/cdr2.sunet.se
diff options
context:
space:
mode:
authorFredrik Thulin <fredrik@thulin.net>2013-11-27 14:42:48 +0100
committerFredrik Thulin <fredrik@thulin.net>2013-11-27 14:42:48 +0100
commit763c62aca0d030cc445d6bd848c4280f5de979ca (patch)
tree64ee6aea43c4454c0da547e7a0e18af31588b22c /cdr2.sunet.se
parent6f53a3ba20a2a025ccfb2c626b3497473024aa85 (diff)
Diffstat (limited to 'cdr2.sunet.se')
-rw-r--r--cdr2.sunet.se/overlay/etc/network/interfaces52
1 files changed, 52 insertions, 0 deletions
diff --git a/cdr2.sunet.se/overlay/etc/network/interfaces b/cdr2.sunet.se/overlay/etc/network/interfaces
new file mode 100644
index 0000000..fac1c77
--- /dev/null
+++ b/cdr2.sunet.se/overlay/etc/network/interfaces
@@ -0,0 +1,52 @@
+# This file describes the network interfaces available on your system
+# and how to activate them. For more information, see interfaces(5).
+#
+# ###################################################
+# # This file is maintained in
+# #
+# # #### #### #### # # #### ####
+# # # # # # # ## ## # # #
+# # # # # #### # ## # # # ####
+# # # # # # # # # # #
+# # # # # # # # # # # # # #
+# # #### #### #### # # #### ####
+# #
+# # ... so you can't just change it locally.
+# #
+# ###################################################
+
+# 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
+bond-master bond0
+bond-primary eth0
+
+auto eth1
+iface eth1 inet manual
+bond-master bond0
+
+# bond0 is the bonding NIC and can be used like any other normal NIC.
+auto bond0
+iface bond0 inet static
+ address 130.242.125.134
+ netmask 255.255.255.192
+ network 130.242.125.128
+ broadcast 130.242.125.191
+ gateway 130.242.125.129
+ # dns-* options are implemented by the resolvconf package, if installed
+ dns-nameservers 130.242.80.14 130.242.80.99
+ dns-search sunet.se
+ bond-mode active-backup
+ bond-miimon 100
+ bond-slaves none
+
+iface eth0 inet6 static
+ address 2001:6b0:8:5::134
+ netmask 64
+ gateway 2001:6b0:8:5::1