Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

new ip linux

Get new ip from DHCP (If not working, check your connection to router)
//Release ip
sudo dhclient -r [Interface name](optional)

//Renew ip
sudo dhclient [Interface name](optional)
 
PREVIOUS NEXT
Tagged: #ip #linux
ADD COMMENT
Topic
Name
9+5 =