0% found this document useful (0 votes)
26 views1 page

Resolve DNS Probe

This document provides instructions to update DNS name server configuration on a Linux system. It involves using the resolvconf command to unlink and relink the resolv.conf file, reconfiguring resolvconf, and rebooting the system to apply the changes.

Uploaded by

Yanno Dwi Ananda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views1 page

Resolve DNS Probe

This document provides instructions to update DNS name server configuration on a Linux system. It involves using the resolvconf command to unlink and relink the resolv.conf file, reconfiguring resolvconf, and rebooting the system to apply the changes.

Uploaded by

Yanno Dwi Ananda
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

sudo resolvconf -u

sudo rm /etc/resolv.conf
sudo ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u
sudo reboot

sudo dpkg-reconfigure resolvconf


sudo reboot

You might also like