Eth0: Error: no suitable device found: no device can be connected to 'System et0'
This error is reported when you restart the NIC when you use Putty to remotely connect to the linux6.0 system:
The following error is reported:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/38/E5/wKiom1O0y-az01c0AACaOA0jSD4557.jpg "Title =" http://www.bjdcxr.com "alt =" wKiom1O0y-az01c0AACaOA0jSD4557.jpg "/>
The Troubleshooting steps are as follows::
1: Check whether the system recognizes the corresponding NIC (no eth0 Nic exists ):
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/38/E5/wKioL1O0yqfj52beAAJ_xTcM6pM883.jpg "style =" float: none; "Title =" http://www.bjdcxr.com "alt =" wkiol1o0y1_j52beaaj_xtcm6pm883.jpg "/>
Based on the displayed information, we can preliminarily determine that the system Nic information is faulty:
2: View information about the current MAC address:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M02/38/E5/wKiom1O0ytaCkZurAAHnhG19rKA740.jpg "style =" float: none; "Title =" http://www.bjdcxr.com "alt =" wkiom1o0ytackzuraahnhg19rka740.jpg "/>
An extra eth1 Nic is found.
3: delete redundant MAC address information and modify the NIC configuration file:
The MAC address of the NIC is recorded in the/etc/udev/rules. d/70-persistent-net.rules file:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M01/38/E5/wKioL1O0yqfAEeyxAANLkjH5Wek835.jpg "style =" float: none; "Title =" http://www.bjdcxr.com "alt =" wkiol1o0yqfaeeyxaanlkjh5wek835.jpg "/>
Modify the NIC configuration file and save it:
/Etc/sysconfig/network-scripts/ifcfg-eth0 Nic configuration file location:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/38/E5/wKioL1O0yqeCpEaKAAGIzHNdGxo437.jpg "style =" float: none; "Title =" http://www.bjdcxr.com "alt =" wkiol1o0yqecpeakaagizhndgxo437.jpg "/>
4: restart the NIC to check whether the configuration is correct. If yes, it can be started properly:
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M00/38/E5/wKiom1O0ytaQs7vQAADJDYHp72A723.jpg "style =" float: none; "Title =" http://www.bjdcxr.com "alt =" wkiom1o0yrjs7vqaadjdyhp72a723.jpg "/>
View the corresponding Nic information (how to find the nic ip address is normal but it is displayed as eth1, it is recommended to take effect after restart ):
650) This. width = 650; "src =" http://s3.51cto.com/wyfs02/M02/38/E5/wKioL1O0yqeAVWrHAAITkKfzGHc072.jpg "style =" float: none; "Title =" http://www.bjdcxr.com "alt =" wkiol1o0yqeavwrhaaitkfzghc072.jpg "/>
Solved the problem successfully! Hey!
This article from the "heard" blog, please be sure to keep this source http://wenzhongxiang.blog.51cto.com/6370734/1433858