What should I do if centos cannot start the network card?

王林
Release: 2020-04-02 14:36:53
Original
1928 people have browsed it

What should I do if centos cannot start the network card?

Problem:

Use the command systemctl status network to view the error: Failed to start LSB: Bring up/down networking.

Solution:

The NetworkManager management suite that comes with the system affects the startup of the network card, which can be solved by turning it off.

The command is as follows:

systemctl stop NetworkManager//停止NetworkManager systemctl disable NetworkManager//并使其失效,开机不启动 systemctl start network//启动网络后就OK了
Copy after login

Recommended related tutorials:centos tutorial

The above is the detailed content of What should I do if centos cannot start the network card?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!