Nameserver selection
-
Hey there! Can you paste the output of the /etc/resolv.conf file on your server? If there are any domains there, please obscure those. 0 -
After giving it /etc/resolv.conf -bash: /etc/resolv.conf: Permission denied 0 -
After giving it /etc/resolv.conf -bash: /etc/resolv.conf: Permission denied
You seem new to Terminal.... From this, he meantnano /etc/resolv.conf
vi /etc/resolv.conf
If Still you cannot access those files, trychmod 700 /etc/resolv.conf
and then retry. My Answer: If all the services are showing unavailable, Restart the Server, If still you are seeing those Error, Edit /etc/resolv.confnameserver 8.8.8.8 nameserver 8.8.4.4
If still DNS seems unavailable, Try to manually start PDNS Server.lsof -i:53
If anything is showing, Note the PID and thenkill PID
Then,/scripts/restartsrv_pdns
OR Try:/scripts/restartsrv_named
(Automatically selects suitable service activated) Let me know if it works or not!0
Please sign in to leave a comment.
Comments
3 comments