summaryrefslogtreecommitdiff
path: root/target/device/Atmel/atngw100/target_skeleton/etc/network/interfaces
blob: 4a382dd94a4778b1aa56ca9942f70a105d7e920f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Configure Loopback
auto lo
iface lo inet loopback

# Configure Ethernet 0
auto eth0
iface eth0 inet dhcp

# Configure Ethernet 1
auto eth1
iface eth1 inet static
	address 10.0.0.1
	netmask 255.255.255.0
	network 10.0.0.0
	broadcast 10.0.0.255