clear IP address of Ethernet interface

Posted by jackhab on Super User See other posts from Super User or by jackhab
Published on 2010-06-17T07:49:54Z Indexed on 2010/06/17 7:54 UTC
Read the original article Hit count: 236

Filed under:
|

What is the Linux command to clear IP address of an interface without bringing it down and/or restarting network services. Seems strange ifconfig is able to change IP address but has no option to clear it, or am I wrong?

EDIT:As simple as ifconfig eth0 0.0.0.0. They should have put it in the man

© Super User or respective owner

Related posts about linux

Related posts about networking