Posts Tagged ‘debian’

Change IP info using config file in Linux (Debian/Ubuntu)

This is just an emple of a the interfaces file which holds the ifconfig information. Location: /etc/network/interfaces Static IP (example) ####################### auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 208.88.34.106 netmask 255.255.255.248 broadcast 208.88.34.111 network 208.88.34.104 gateway 208.88.34.110 ####################### DHCP (example) ####################### auto lo iface lo inet loopback auto eth0 iface eth0 inet...
Twitter Delicious Facebook Digg Stumbleupon Favorites More
328 queries in 3.130 seconds.