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

# Ethernet
auto eth0 eth1
iface eth0 inet static
	address 192.168.127.1
	netmask 255.255.255.0	
	
iface eth1 inet static
	address 192.168.128.1
	netmask 255.255.255.0