From 1f92398368d99feb5af5861c6f10d72ed22e8ec7 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Wed, 30 Aug 2017 12:09:10 +0200 Subject: Add etc/network/interfaces files for f1, m0 and m1. --- f1.ct.nordu.net/README | 1 - f1.ct.nordu.net/overlay/etc/network/interfaces | 36 +++++++++++++++++++ m0.ct.nordu.net/README | 1 - m0.ct.nordu.net/overlay/etc/network/interfaces | 49 ++++++++++++++++++++++++++ m1.ct.nordu.net/README | 1 - m1.ct.nordu.net/overlay/etc/network/interfaces | 48 +++++++++++++++++++++++++ 6 files changed, 133 insertions(+), 3 deletions(-) delete mode 120000 f1.ct.nordu.net/README create mode 100644 f1.ct.nordu.net/overlay/etc/network/interfaces delete mode 120000 m0.ct.nordu.net/README create mode 100644 m0.ct.nordu.net/overlay/etc/network/interfaces delete mode 120000 m1.ct.nordu.net/README create mode 100644 m1.ct.nordu.net/overlay/etc/network/interfaces diff --git a/f1.ct.nordu.net/README b/f1.ct.nordu.net/README deleted file mode 120000 index 59a23c4..0000000 --- a/f1.ct.nordu.net/README +++ /dev/null @@ -1 +0,0 @@ -../README \ No newline at end of file diff --git a/f1.ct.nordu.net/overlay/etc/network/interfaces b/f1.ct.nordu.net/overlay/etc/network/interfaces new file mode 100644 index 0000000..88f3580 --- /dev/null +++ b/f1.ct.nordu.net/overlay/etc/network/interfaces @@ -0,0 +1,36 @@ +################################################### +# This file is maintained by +# +# #### #### #### # # #### #### +# # # # # # ## ## # # # +# # # # #### # ## # # # #### +# # # # # # # # # # +# # # # # # # # # # # # # +# #### #### #### # # #### #### +# +# Local changes won't stay for long. +# +################################################### + +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +source /etc/network/interfaces.d/* + +auto lo +iface lo inet loopback +auto eno1 +iface eno1 inet manual + +auto br0 +iface br0 inet static + pre-up ifup eno1 + address 130.242.125.94 + netmask 255.255.255.192 + gateway 130.242.125.65 + dns-nameservers 130.242.80.14 130.242.80.99 + bridge_ports eno1 + bridge_stp off + #bridge_fd 9 + #bridge_hello 2 + #bridge_maxage 12 diff --git a/m0.ct.nordu.net/README b/m0.ct.nordu.net/README deleted file mode 120000 index 59a23c4..0000000 --- a/m0.ct.nordu.net/README +++ /dev/null @@ -1 +0,0 @@ -../README \ No newline at end of file diff --git a/m0.ct.nordu.net/overlay/etc/network/interfaces b/m0.ct.nordu.net/overlay/etc/network/interfaces new file mode 100644 index 0000000..3dc49dd --- /dev/null +++ b/m0.ct.nordu.net/overlay/etc/network/interfaces @@ -0,0 +1,49 @@ +################################################### +# This file is maintained by +# +# #### #### #### # # #### #### +# # # # # # ## ## # # # +# # # # #### # ## # # # #### +# # # # # # # # # # +# # # # # # # # # # # # # +# #### #### #### # # #### #### +# +# Local changes won't stay for long. +# +################################################### + +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +source /etc/network/interfaces.d/* + +auto lo +iface lo inet loopback +auto eno1 +iface eno1 inet manual +auto eno2 +iface eno2 inet manual + +auto br0 +iface br0 inet static + pre-up ifup eno1 + address 130.242.125.93 + netmask 255.255.255.192 + gateway 130.242.125.65 + dns-nameservers 130.242.80.14 130.242.80.99 + bridge_ports eno1 + bridge_stp off + #bridge_fd 0 + #bridge_maxwait 0 + +auto br1 +iface br1 inet static + pre-up ifup eno2 + address 193.10.80.147 + netmask 255.255.255.248 + #up route add -net 193.10.80.144 netmask 255.255.255.248 gw 193.10.80.145 + bridge_ports eno2 + bridge_stp off + #bridge_fd 9 + #bridge_hello 2 + #bridge_maxage 12 diff --git a/m1.ct.nordu.net/README b/m1.ct.nordu.net/README deleted file mode 120000 index 59a23c4..0000000 --- a/m1.ct.nordu.net/README +++ /dev/null @@ -1 +0,0 @@ -../README \ No newline at end of file diff --git a/m1.ct.nordu.net/overlay/etc/network/interfaces b/m1.ct.nordu.net/overlay/etc/network/interfaces new file mode 100644 index 0000000..861f889 --- /dev/null +++ b/m1.ct.nordu.net/overlay/etc/network/interfaces @@ -0,0 +1,48 @@ +################################################### +# This file is maintained by +# +# #### #### #### # # #### #### +# # # # # # ## ## # # # +# # # # #### # ## # # # #### +# # # # # # # # # # +# # # # # # # # # # # # # +# #### #### #### # # #### #### +# +# Local changes won't stay for long. +# +################################################### + +# This file describes the network interfaces available on your system +# and how to activate them. For more information, see interfaces(5). + +source /etc/network/interfaces.d/* + +auto lo +iface lo inet loopback +auto eno1 +iface eno1 inet manual +auto eno2 +iface eno2 inet manual + +auto br0 +iface br0 inet static + pre-up ifup eno1 + address 130.242.125.136 + netmask 255.255.255.192 + gateway 130.242.125.129 + dns-nameservers 130.242.80.14 130.242.80.99 + bridge_ports eno1 + bridge_stp off + #bridge_fd 0 + #bridge_maxwait 0 + +auto br1 +iface br1 inet static + pre-up ifup eno2 + address 193.10.80.179 + netmask 255.255.255.248 + bridge_ports eno2 + bridge_stp off + #bridge_fd 9 + #bridge_hello 2 + #bridge_maxage 12 -- cgit v1.1