aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/playbooks/files/interfaces
blob: d9514e63b6fd26bb515c41f4a5bd1820a84defbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 br1
iface br1 inet static
    address {{ ansible_default_ipv4["address"] }}
    netmask {{ ansible_default_ipv4["netmask"] }}
    gateway {{ ansible_default_ipv4["gateway"] }}
    dns-nameservers 199.204.44.24 199.204.47.54
    bridge_maxwait 0
    bridge_ports eth0
    bridge_stp off