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

王林
Release: 2020-03-30 16:07:46
Original
2832 people have browsed it

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
Copy after login

2. Permanently shut down the network Management

# systemctl disable NetworkManager
Copy after login

3. Restart the network service

systemctl start network.service
Copy after login

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!

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
Popular Tutorials
More>
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!