diff options
author | Linus Nordberg <linus@nordu.net> | 2017-08-30 12:09:10 +0200 |
---|---|---|
committer | Linus Nordberg <linus@nordu.net> | 2017-08-30 12:09:10 +0200 |
commit | 1f92398368d99feb5af5861c6f10d72ed22e8ec7 (patch) | |
tree | abcdf6d1a5024f1e82c53d73618000bbccbbd569 /f1.ct.nordu.net/overlay | |
parent | e72b75cdc7baaf4cb0ab164c62edaec60bc4eafa (diff) |
Add etc/network/interfaces files for f1, m0 and m1.ct-ops-2017-08-30-v01
Diffstat (limited to 'f1.ct.nordu.net/overlay')
-rw-r--r-- | f1.ct.nordu.net/overlay/etc/network/interfaces | 36 |
1 files changed, 36 insertions, 0 deletions
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 |