Release/Renew IP in linux

Our Score
Click to rate this post!
[Total: 0 Average: 0]

I was wondering how this works in Linux and found these two methods (in terminal, considering that eth0 is the desired interface):

sudo ifconfig eth0 down
sudo ifconfig eth0 up

or use

sudo dhclient eth0

Found here.

 

Our Score
Click to rate this post!
[Total: 0 Average: 0]

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.