vmware克隆linux出现Device eth0 does not seem to be present
<p>需要大量的Linux虚拟机的情况下,使用vmware克隆了3台虚拟机,配置网卡的时候出现报错:"Bring up interface eth0:Device eth0 does not seem to be present,delaying initialization”。</p><p>错误如下图</p>
<div id="attachment_4090" class="wp-caption alignnone"><img src="https://zhuji.jb51.net/uploads/img/20230517/5ea7b212bcdef94cd72fcd99041775dc.jpg" width="578" height="85"><p class="wp-caption-text">device_eth0_does_not_seem</p>
</div>
<p>解决方法简单,如下三步</p>
<p>第一步:删除文件70-persistent-net.rules</p><pre class="brush:bash;toolbar:false"># rm -f /etc/udev/rules.d/70-persistent-net.rule</pre><p>第二步:修改ifcfg-eth0</p><pre class="brush:bash;toolbar:false"># vim /etc/sysconfig/network-scripts/ifcfg-eth0</pre><p>删除或者注释MAC地址的配置</p>
<p>第三步:重启服务器</p><pre class="brush:bash;toolbar:false"># reboot</pre><p>至此问题解决了。</p>
<p>网站:运维生存时间 网址:http://www.ttlsa.com/html/4089.html</p>
頁:
[1]