Skip to main content

Nameserver selection

Comments

3 comments

  • cPRex Jurassic Moderator
    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
  • shahajahan babu
    After giving it /etc/resolv.conf -bash: /etc/resolv.conf: Permission denied
    0
  • ankeshanand
    After giving it /etc/resolv.conf -bash: /etc/resolv.conf: Permission denied

    You seem new to Terminal.... From this, he meant nano /etc/resolv.conf
    vi /etc/resolv.conf
    If Still you cannot access those files, try chmod 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.conf nameserver 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 then kill 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.