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
Our Score
Click to rate this post!
[Total: 0 Average: 0]
Leave a Reply