错误提示

[root@nodes ~]# /etc/init.d/network restart
正在关闭接口 eth0:                                        [确定]
关闭环回接口:                                             [确定]
弹出环回接口:                                             [确定]
弹出界面 eth0: Determining if ip address 192.168.4.40 is already in use for device eth0...
                                                           [确定]

解决办法

在/etc/sysconfig/network-scripts/ifcfg-eth0加入"ARPCHECK=no"选项

重启网络服务

[root@nodes ~]# /etc/init.d/network restart
正在关闭接口 eth0:                                        [确定]
关闭环回接口:                                             [确定]
弹出环回接口:                                             [确定]
弹出界面 eth0:                                            [确定]