Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to use resolvconf?

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
jasonnix
Posts: 29
Joined: 2023-12-04 11:30
Has thanked: 2 times

How to use resolvconf?

#1 Post by jasonnix »

Hello,
I installed resolvconf. I added the following file and put the DNS in it:

Code: Select all

# nano /etc/resolvconf/resolv.conf.d/head
nameserver IP 
nameserver IP
Then:

Code: Select all

# /sbin/resolvconf --enable-updates
# systemctl restart resolvconf
# /sbin/resolvconf -u
After it, I have duplicate address in /etc/resolv.conf file. Why?

Thank you.

Post Reply