Home  >  Article  >  Operation and Maintenance  >  What should I do if centos cannot connect to the Internet?

What should I do if centos cannot connect to the Internet?

王林
王林Original
2020-04-02 14:47:042786browse

What should I do if centos cannot connect to the Internet?

1. Modify the configuration file

Use vi editor to modify /etc/sysconfig/network-scripts/ifcfg-eth0

Enter /etc/ sysconfig/network-scripts directory

cd /etc/sysconfig/network-scripts

vi ifcfg-ens33 Your file name may not be this, but just look for the one with ifcfg-ens in front.

Change ONBOOT=no in the file to ONBOOT=yes, then save and exit (don’t forget to save!!)

After modification, it will look as follows:

What should I do if centos cannot connect to the Internet?

2. Restart the network service

service network restart

Recommended related tutorials: centos tutorial

The above is the detailed content of What should I do if centos cannot connect to the Internet?. 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