summaryrefslogtreecommitdiff
path: root/testing/hosts/sun/etc/network/interfaces
blob: 841735af1d4e3db8b58a3359a51eba47f3d38784 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	address 192.168.0.2
	netmask 255.255.255.0
	broadcast 192.168.0.255
	gateway 192.168.0.254
iface eth0 inet6 static
	address fec0::2
	netmask 16

auto eth1
iface eth1 inet static
	address 10.2.0.1
	netmask 255.255.0.0
	broadcast 10.2.255.255
iface eth1 inet6 static
	address fec2::1
	netmask 16