Home > Article > Operation and Maintenance > The eth0 network card cannot be started automatically under centos6.5
Problem:
The eth0 network card cannot be started automatically under Centos6.5. Query the IP address and find that there is no network card eth0.
Troubleshooting process:
Check the ifcfg-eth0 file, ONBOOT="yes", set the network card self-starting method
(Recommended tutorial: centos tutorial)
It may be that the NetworkManager service conflicts with the network.
Close the NetworkManager service and start it automatically. The command is as follows:
Restart the network service and query the ip again
Recommended related video tutorials: linux video tutorial
The above is the detailed content of The eth0 network card cannot be started automatically under centos6.5. For more information, please follow other related articles on the PHP Chinese website!