aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/netbase/netbase/qemuarmv6/interfaces
blob: f657944f0fc129cf6f0fd21aafc64d4e4d6dab92 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)
 
# The loopback interface
auto lo
iface lo inet loopback

# Wired or wireless interfaces
auto eth0
iface eth0 inet static
	address 192.168.7.2
	netmask 255.255.255.0
	network 192.168.7.0
	gateway 192.168.7.1