blob: 3e50c056a5be1882fd1ad2c43bb6ab08a799449f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address PH_IP_BOB
netmask 255.255.0.0
broadcast 10.2.255.255
gateway 10.2.0.1
iface eth0 inet6 static
address PH_IP6_BOB
netmask 16
|