'ifconfig' Examples Configuring an Ethernet device: ifconfig eth0 204.141.72.94 netmask 255.255.255.252 broadcast 204.141.72.95 Administrative shutdown of the Ethernet interface: ifconfig eth0 down (this will cause loosing any routes going via that device!) Bringing the Ethernet interface back up: ifconfig eth0 up