首页 > 其他 > 详细

centos网卡问题

时间:2018-06-10 00:19:05      阅读:233      评论:0      收藏:0      [点我收藏+]
1)背景:

centos 6.8默认两块网卡:

eth0:10.0.0.8/24

eth1:172.16.1.8/24

现在在vmware workstation上面把虚机的eth0删除,只保留eth1

2)启动网卡报错:

Determining if ip address 172.16.1.8 is already in use for device eth1...

[root@web01 ~]# ifdown eth1

[root@web01 ~]# ifup eth1  

Determining if ip address 172.16.1.8 is already in use for device eth1...

[root@web01 ~]# 

3)解决方法:

发现配置文件中ifcfg-eth0和ifcfg-eth1都还在,只是网卡的编号变了。

把配置文件里面的信息和网卡对应起来就可以使用网卡了。

待完善..........

centos网卡问题

原文:http://blog.51cto.com/sandshell/2126838

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