summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/switch
blob: ebf9da187854a3239af84145075cedc4456d918d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
auto eth1
iface eth1 inet manual

auto eth2
iface eth2 inet manual

auto eth3
iface eth3 inet manual

auto br0
iface br0 inet static
  address 10.0.0.4
  netmask 255.255.255.0
  gateway 10.0.0.255
  bridge_ports eth1 eth2 eth3