Home  >  Article  >  Operation and Maintenance  >  centos system dns does not take effect

centos system dns does not take effect

王林
王林Original
2020-03-16 20:03:045243browse

centos system dns does not take effect

Solution 1:

Modify /etc/resolv.conf, add

nameserver 8.8.8.8
nameserver 8.8.4.4

and then disable NetworkManager, service NetworkManager stop, check if there are any There is no possibility of starting up, so you can continue to use the dns we defined.

(Recommended tutorial: centos usage tutorial)

Solution two (recommended):

Add dns information to the interface; edit /etc/sysconfig/network-scripts/ifcfg-ethX. The specific .d/networking restart , problem solved.

Related video tutorial sharing:

linux video tutorial

The above is the detailed content of centos system dns does not take effect. 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