14
Embedded Linux Quick Start Guide
LPC3250-Stick
Configuring the network
Network configuration in: /etc/network/interfaces
Bring interface up with: ifup [interface | -a]
Take down with: ifdown [interface | -a]
Example /etc/interfaces:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
iface eth1 inet static
address 192.168.0.202
netmask 255.255.255.0
network 192.168.0.0
gateway 192.168.0.200
Kommentare zu diesen Handbüchern