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