首页 > 系统服务 > 详细

Linux renew ip command

时间:2018-10-31 13:38:31      阅读:221      评论:0      收藏:0      [点我收藏+]

$ sudo dhclient -r    //release ip 释放IP
$ sudo dhclient       //获取IP

Now obtain fresh IP:
$ sudo dhclient
There is no need to restart network service. Above command should work with any Linux distro such as RHEL, Fedora, CentOS, Ubuntu and others. On a related note you can also try out the following commands:
# ifdown eth0
# ifup eth0
# /etc/init.d/network restart
OR
# /etc/init.d/networking restart

Linux renew ip command

原文:https://www.cnblogs.com/mouseleo/p/9882408.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!