虚拟机ovf导入vsphere 启动网卡报错解决
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了虚拟机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 启动网卡报错解决的主要内容,如果未能解决你的问题,请参考以下文章