Computer Hope

Other Pages

Home
Site map
Computer help

Dictionary
News
Q&A
What's new

Tools

E-mail this page
Print Preview
Edit this page




Reference number: CH001078

How can I renew or release an IP in Linux?

Question:

How can I renew or release an IP in Linux?

Answer:

Coming from a Microsoft operating system to Linux you may be surprised to see there is not an option for ifconfig to release and renew an IP address. Below are two different methods of how this can be done at the command line.

ifconfig eth0 down

Running the above command would take the eth0 interface (the first network card) down. Which is the same as releasing the IP address from that network card.

ifconfig eth0 up

After the interface is taken down, typing in the above command would bring that interface back up.

or

dhclient eth0

Renews the IP address assigned to it by DHCP.

Additional information:

  • See our ifconfig and dhclient command pages for additional information about each of these commands.

 

 

 

 

Index


Category:
Linux help

Companies:
Click here

Related Pages:

 

Resolved

Were you able to locate the answer to your questions?

Home - Computer help - Contact - Dictionary - Links
Link to Computer Hope - Bookmark Computer Hope