Centos 重启网卡提示Determining if ip address的解决

重启网卡如下提示:

[root@localhost ~]# service network restart
Shutting down interface eth0:                              [  OK  ]
Shutting down interface eth1:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:                            [  OK  ]
Bringing up interface eth0:  Determining if ip address 192.168.10.233 is already in use for device eth0...
                                                           [  OK  ]
Bringing up interface eth1:  Determining if ip address 110.87.122.33 is already in use for device eth1...
                                                           [  OK  ]
[root@localhost ~]#

找到网卡配置文件,网卡配置文件在 /etc/sysconfig/network-scripts/下面
[root@localhost ~]# vim /etc/sysconfig/network-scripts/ifcfg-eth0
新增 ARPCHECK=no
再次重启就正常了

[root@localhost ~]# service network restart                      
Shutting down interface eth0:                              [  OK  ]
Shutting down interface eth1:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:                            [  OK  ]
Bringing up interface eth0:                                [  OK  ]
Bringing up interface eth1:                                [  OK  ]
[root@localhost ~]#


未经允许不得转载:Centos 重启网卡提示Determining if ip address的解决

发表评论

路人甲
看不清楚?点图切换 Ctrl+Enter快速提交

网友评论(0)



枫叶落 -技术学习交流--用心学习--用心记录!

联系我