Automatic overwrite of the resolv. conf file in ubuntu
Source: Internet
Author: User
Resolv in ubuntu. if multiple NICs exist and one of the Lan NICs is set to dhcp, if the multi-problem resolvconf is installed, it will be responsible for configuring the resolv of the nameserver. clear the conf file. The simplest way is to file/etc/resolvcon... resolv in ubuntu. if multiple NICs exist and one of the Lan NICs is set to dhcp, if the multi-problem resolvconf is installed, it will be responsible for configuring the resolv of the nameserver. clear the conf file. The simplest way is to file/etc/resolvconf/resolv. conf. add the required domain name server to the d/head (or the base or tail files): nameserver xxx. xxx. xxx. xxx then use the command to update: resolvconf-u if the network adapter has a static IP address, you can also modify the/etc/network/interfaces file and append it after the Nic configuration that needs to be set to dns: dns-nameservers xxx. xxx. xxx. xxx and other information have been tossing me for many times until I knocked on man resolvconf :)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.