kumquat-buildroot/target/device/Atmel/atngw100/target_skeleton/etc/network/interfaces

16 lines
245 B
Plaintext
Raw Normal View History

2007-07-29 09:17:01 +02:00
# 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