linux配置静态网络出现no suitable device found for this connection

2 问题的原因:

      /etc/sysconf/network-scripts/ifcfg-eth0里的mac地址和实际的不一致

 

3   解决的方法:

     把/etc/udev/rules.d/70-persistent-net.rules文件删除

     通过自动获取ip方法连接网络,然后ifconfig获取到mac地址

      然后打开/etc/sysconf/network-scripts/ifcfg-eth0文件,修改mac地址

      最后重启linux就可以了

      linux配置静态网络出现no suitable device found for this connection

 

相关文章:

  • 2022-12-23
  • 2021-07-09
  • 2021-10-02
  • 2022-01-08
  • 2021-07-17
猜你喜欢
  • 2021-08-12
  • 2021-08-13
  • 2021-06-13
相关资源
相似解决方案