首页 > 代码库 > 虚拟机ovf导入vsphere 启动网卡报错解决

虚拟机ovf导入vsphere 启动网卡报错解决

测试虚拟机ovf导入生产虚拟时启动网卡往往会报

Device does not seem bo be present


解决方法

vi /etc/udev/rules.d/70-persisten-net.rules

注释eht0 行

修改eth1 行 为 eth1


执行

start_udev


ifconfig -a 查看是否有eth0

ifconfig -a | grep HW >> /etc/sysconfig/network-scripts/ifcfg-eth0

修改mac地址为导入地址

配置生产地址

重启网卡解决

虚拟机ovf导入vsphere 启动网卡报错解决