kumquat-buildroot/target/device/Atmel/atngw100/target_skeleton/etc/network/interfaces
2007-07-29 07:17:01 +00:00

16 lines
245 B
Plaintext

# 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