Answers for "new ip linux"

2

kali linux renew ip address

$ sudo dhclient -r
$ sudo dhclient
Posted by: Guest on August-20-2020
0

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)
Posted by: Guest on December-23-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language