码迷,mamicode.com
首页 > 其他好文 > 详细

CenOS7 重新获取ip

时间:2020-07-12 12:18:23      阅读:62      评论:0      收藏:0      [点我收藏+]

标签:arp   ble   config   system   work   net   HCL   图像   tool   

 

 

 

 

 

1 方式一dhclient命令

yum install dhclient
// 释放所有ip
dhclient -r

// 获取ip
dhclient

// 查看ip
ip a

  

2 方式二setup图像命令

// install
yum install setuptool 
yum install ntsysv
yum install iptables
yum install system-config-networktui

// 使用
setup

  

CenOS7 重新获取ip

标签:arp   ble   config   system   work   net   HCL   图像   tool   

原文地址:https://www.cnblogs.com/Alexr/p/13287337.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!