Display all the interfaces you have on your server: ifconfig Display all interfaces as well as inactive interfaces you may have: ifconfig -a Assign the eth0 interface the IP-address of 192.168.1.100: ifconfig eth0 192.168.1.100 netmask 255.255.255.0 Assign the default gateway for eth0 to 192.168.1.1 (for example your router): route add default gw 192.168.1.1 eth0 Verify [...]
2009 © i cant think. Powered by WordPress+DePo Skinny