Linux cannot resolve domain name

王林
Release: 2019-12-04 14:03:04
Original
5925 people have browsed it

Linux cannot resolve domain name

Cause:

The domain name cannot be resolved because there is no DNS in Linux.

Solution:

First use the cd command to enter etc;

Then use the vi editor to edit resolv.conf

Continue Add the domain name after nameserver.

Recommended online video tutorial: linux video tutorial

For example:

nameserver 8.8.8.8
nameserver 114.114.114.114
Copy after login

Then: wqSave;

Finally just restart the network.

There are three commands to restart the network:

service network restart
rcnetwork restart
/etc/rc.d/network restart
Copy after login

Recommended related articles and tutorials: linux tutorial

The above is the detailed content of Linux cannot resolve domain name. 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!