当前位置: 代码迷 >> 综合 >> Device eth0 has different MAC address than expected
  详细解决方案

Device eth0 has different MAC address than expected

热度:47   发布时间:2023-12-22 07:56:43.0

 在虚拟机上运行copy过来的redhat,发现网络不通,于是修改网络设置,并且执行service network restart命令,但是老是报Device eth0 has different MAC address than expected,网上找了该问题的解决办法:

   编辑文件:/etc/sysconfig/network-scripts/ifcfg-eth0,把HWADDR=.... 这行删掉就行了,或者注释掉就可以了。够简单吧!

 

感谢这位仁兄: http://hi.baidu.com/baowup/blog/item/88dba77f3d07e80c28388a5f.html/cmtid/39de553915c509f83a87ceba

 

  相关解决方案