summaryrefslogtreecommitdiffstats
path: root/projectroot/etc/network/interfaces.i586
blob: 5dfb7bd32483da1393e890f08a608b31873e4c24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/network/interfaces

# The loopback interface
auto lo eth0

# auto lo
iface lo inet loopback

# auto eth0
iface eth0 inet static
	address 10.0.2.7
	netmask 255.255.255.0
	broadcast 10.0.2.255