Bringing up interface Auto_eth1: Error: No suitable device found: no device found for connection 'A

1.linux下面重启网卡出现这个问题主要是设备找不到。主要原因网卡配置出现问题,或缺少相关的配置文件,或者配置文件出错。



出现这个问题的原因是网卡配置出错。

解决办法注释其他的网卡eth0,eth2

Bringing up interface Auto_eth1: Error: No suitable device found: no device found for connection 'A_第1张图片

修改vim ifcfg-Auto_eth2

Bringing up interface Auto_eth1: Error: No suitable device found: no device found for connection 'A_第2张图片

相应的HWADDR为上面的Attr{Address}00:0C:29:5F:91:A8

接下来重启网卡,正常

Bringing up interface Auto_eth1: Error: No suitable device found: no device found for connection 'A_第3张图片


总结:主要的配置文件就两个

每个网卡都会有这样一个配置文件

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

全局的配置文件,记录每个每一个玩咖的

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









你可能感兴趣的:(Linux相关)