summaryrefslogtreecommitdiff
path: root/ansible/roles/router/files/interfaces-eth1-eth2
blob: ec57997760e140e7da616d90ef4351b524702308 (plain)
1
2
3
4
5
6
7
8
9
10
11
auto eth1
iface eth1 inet static
    address 10.0.0.2
    netmask 255.255.255.0
    gateway 10.0.0.255

auto eth2
iface eth2 inet static
    address 10.0.0.3
    netmask 255.255.255.0
    gateway 10.0.0.255