Home>Article>Operation and Maintenance> What should I do if the network card under centos always fails to start?

What should I do if the network card under centos always fails to start?

王林
王林 Original
2020-03-30 16:07:46 2926browse

What should I do if the network card under centos always fails to start?

Problem:

Cannot start the network card, the error screenshot is as follows:

What should I do if the network card under centos always fails to start?

Cause and solution:

It is related to the NetworkManager package that comes with the network card, just close it.

(Recommended tutorial:centos tutorial)

The commands are as follows:

1. Temporarily shut down

# systemctl stop NetworkManager

2. Permanently shut down the network Management

# systemctl disable NetworkManager

3. Restart the network service

systemctl start network.service

Recommended related video tutorials:linux video tutorial

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

Statement:
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