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

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

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