用虚拟机做centOS集群的时候,复制的虚拟系统,网络不可用,
Error: No suitable device found: no device found for connection ‘ System eth0′.
修改办法:
用ifconfig -a,发现没有eth0的任何信息,却有eth1的信息,故可能系统没有识别到eth0
进入/etc/sysconfig/network-scripts/ifcfg-eth0 改为 ifcfg-eth1
进入/etc/sysconfig/network-scripts/目录,查看ifcfg-eth1配置信息,写上正确的物理地址
重启网络:service network restart,问题解决
有个环境通过以上配置发现可以ping通其他环境,但是提示 networking disabled ,右键点图标勾选 Enable networking 即可。。