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

批量添加ip出错误之二

时间:2015-08-26 00:11:11      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:determining   arpcheck   批量添加   

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

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

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

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

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

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

翻译:

如果确定IP地址43.241.255.196已在使用的设备的eth1...

如果确定IP地址43.241.255.197已在使用的设备的eth1...

如果确定IP地址43.241.255.198已在使用的设备的eth1...

如果确定IP地址43.241.255.199已在使用的设备的eth1...

如果确定IP地址43.241.255.200已在使用的设备的eth1...

如果确定IP地址43.241.255.201已在使用的设备的eth1...

该警告一般是由于网卡解析arp协议导致的,可在网卡的配置文件中加入ARPCHECK=NO参数来屏蔽该检查

[root@rac01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth1
TYPE=Ethernet
BOOTPROTO=none
IPADDR=10.109.67.81
PREFIX=24
GATEWAY=10.109.67.254
DEFROUTE=yes
IPV4_FAILURE_FATAL=yes
IPV6INIT=no
NAME=eth1
UUID=86d44060-4579-48cc-b85b-219a206ca37c
ONBOOT=yes
HWADDR=00:50:56:95:09:76
LAST_CONNECT=1411004329
ARPCHECK=no

再次启动网卡,一切正常
[root@rac01 ~]# 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  ]

参考:http://www.cnblogs.com/littlehb/p/4215684.html

本文出自 “李景祥” 博客,请务必保留此出处http://9283898.blog.51cto.com/9273898/1688164

批量添加ip出错误之二

标签:determining   arpcheck   批量添加   

原文地址:http://9283898.blog.51cto.com/9273898/1688164

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