Home > Operation and Maintenance > CentOS > What should I do if the centos7 network cannot ping?

What should I do if the centos7 network cannot ping?

王林
Release: 2020-05-19 14:44:56
Original
4398 people have browsed it

What should I do if the centos7 network cannot ping?

1. Enter the /etc/sysconfig/network-scripts/ directory

cd /etc/sysconfig/network-scripts/
Copy after login

2. Edit the ifcfg-ens33 configuration file

vim ifcfg-ens33
Copy after login

What should I do if the centos7 network cannot ping?

3. Change ONBOOT=no to ONBOOT=yes

What should I do if the centos7 network cannot ping?

##4. Finally, execute the following command to restart the network service

service network restart
Copy after login
Recommended tutorial:

centos tutorial

The above is the detailed content of What should I do if the centos7 network cannot ping?. 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