HC Test: cleanup test failures
[csit.git] / resources / tools / testbed-setup / playbooks / files / interfaces
1 # This file describes the network interfaces available on your system
2 # and how to activate them. For more information, see interfaces(5).
3
4 # The loopback network interface
5 auto lo
6 iface lo inet loopback
7
8 # The primary network interface
9 auto br1
10 iface br1 inet static
11     address {{ ansible_default_ipv4["address"] }}
12     netmask {{ ansible_default_ipv4["netmask"] }}
13     gateway {{ ansible_default_ipv4["gateway"] }}
14     dns-nameservers 199.204.44.24 199.204.47.54
15     bridge_maxwait 0
16     bridge_ports eth0 eth4
17     bridge_stp off