使用 virtual BOX 进行虚拟机复制, 又创建了两个虚拟机, 但是在 service network restart 时 出了问题
开始出了第一个问题
Bringing up interface eth0: Device eth0 does not seem to be present,delaying initialization.
网上找到一个方法
rm -rf /etc/udev/rules.d/70-persistent-net.rules
reboot

但是随后发现网络还是无法启动, 又出现了新的问题
device eth0 has different MAC address than expected, ignoring

又上网找方法
使用 ifconfig 记住 HWaddr 修改 ifcfg-eth0中的 HWaddr 与这个相同
Linux 虚拟机迁移网络问题

最后再重启网络 OK

相关文章:

  • 2022-12-23
  • 2021-10-08
  • 2021-11-08
  • 2021-10-08
  • 2021-11-27
  • 2021-05-21
  • 2021-09-01
猜你喜欢
  • 2021-09-15
  • 2021-04-17
  • 2021-12-29
  • 2021-12-26
  • 2022-01-22
相关资源
相似解决方案