📜  new ip linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:23.242000             🧑  作者: Mango

代码示例2
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)