CentOS Linux解决Device eth0 does not seem to be present!

前端之家收集整理的这篇文章主要介绍了CentOS Linux解决Device eth0 does not seem to be present!前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

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

1、删除原先的mac地址,然后将下面eth1 修改eth0,然后记录其mac地址,vi /etc/sysconfig/network-scripts/ifcfg-eth0 将HWADDR=为记录的网卡地址。


2、vi /etc/sysconfig/network-scripts/ifcfg-eth0

将其mac地址改为70-persistent-net.rules的eth1的mac地址,然后网卡名改成eth1,reboot重启。

原文链接:https://www.f2er.com/centos/381256.html

猜你在找的CentOS相关文章