linux:使用dhcp去更新ip与释放ip
释放ip: dhclient -r eth0 (释放eth0的ip)
更新ip : dhclient eth0 (针对eth0,请求新的ip)
windows:
释放:ipconfig /release
更新:ipconfig /renew
2022-09-24 12:27:49
linux:使用dhcp去更新ip与释放ip
释放ip: dhclient -r eth0 (释放eth0的ip)
更新ip : dhclient eth0 (针对eth0,请求新的ip)
windows:
释放:ipconfig /release
更新:ipconfig /renew
下一篇:C#文本文件(.txt)读写