summaryrefslogtreecommitdiff
path: root/recipes-core/init-ifupdown/init-ifupdown/interfaces
blob: dd9f349a36dcb4ec48bdf19735e8842d169dd78b (plain)
1
2
3
4
5
6
7
8
9
10
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
 
# The loopback interface
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
	address 10.5.5.25
	netmask 255.255.255.0