Networks

Change a Static IP to a Dynamic IP

Edit the interface file, but first make a backup of it

  /etc/network/interfaces. 

Change the eth0 connection to look like this

iface eth0 inet dhcp
auto eth0

Delete the other address/gateway/etc information from that section.

Reload the network settings by doing this:

sudo invoke-rc.d networking restart

That'll grab you an IP address from comcast. It will also put the correct nameservers in resolv.conf for you.

 
/home/dodgydevil/wiki.zendfusion.com/data/pages/other/linux/network.txt · Last modified: 2009/10/27 07:02 by bosbaba
[unknown button type]
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Zend Fusion