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

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