温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

批量添加ip出错误之二

发布时间:2020-05-27 10:21:28 来源:网络 阅读:414 作者:爆炒恐龙肉 栏目:网络安全

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

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

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

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

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

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

翻译:

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

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

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

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

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

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

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

[root@rac01 ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth2
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=eth2
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 eth2:                              [  OK  ]
Shutting down loopback interface:                          [  OK  ]
Bringing up loopback interface:                            [  OK  ]
Bringing up interface eth0:                                [  OK  ]
Bringing up interface eth2:                                [  OK  ]

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

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI