summaryrefslogtreecommitdiff
path: root/m1.ct.nordu.net/overlay/etc/network/interfaces
blob: 861f889e86e5bb553bbaf36bcf2d7b15d7a0691c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
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