Linux - use dhcp again to get IP
Posted
by Markus Orreilly
on Stack Overflow
See other posts from Stack Overflow
or by Markus Orreilly
Published on 2010-05-15T09:31:51Z
Indexed on
2010/05/15
9:34 UTC
Read the original article
Hit count: 330
I had statically set my ip in Linux using:
sudo ifconfig eth0 192.168.blah.blah
Now I want it to go back to using DHCP to assign the IP. How do I do that?
© Stack Overflow or respective owner