service network restart

 
Device eth0 does not seem to be present
 

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

 
Device eth0 does not seem to be present
 记录下,eth0 或者 eth0网卡的mac地址00:0c:29:50:bd:17

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

 

将 DEVICE="eth0"  改成  DEVICE="eth1"  ,
将 HWADDR="00:0c:29:8f:89:97" 改成上面的mac地址  HWADDR="00:0c:29:50:bd:17"

最后,重启网络

service network restart

 

 

 

相关文章:

  • 2021-08-28
  • 2022-12-23
  • 2022-12-23
  • 2021-09-05
  • 2021-08-23
  • 2022-01-31
猜你喜欢
  • 2021-11-16
  • 2022-03-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案