Skip to main content

How To Configure Bind as a Caching and Forwarding DNS Server

Comments

6 comments

  • lx24
    Hi, What is your named.conf configuration?
    0
  • glenn0
    Hi, Thanks for the reply, although I'm unsure what you are asking, sorry. My WHM/BIND setup is the default setup if that helps? If I refer to the howto I mentioned above, should I be following what it says but using named.conf instead of named.conf.options it mentions? Again, thank you for any help with this.
    0
  • lx24
    I guess you have centos. You have to add the code in your named.conf file,
    listen-on port 53 { 127.0.0.1; any; }; allow-query { localhost; any; }; allow-query-cache { localhost; any; };
    Um ,you can refer :
    0
  • glenn0
    I guess you have centos. You have to add the code in your named.conf file,
    listen-on port 53 { 127.0.0.1; any; }; allow-query { localhost; any; }; allow-query-cache { localhost; any; };
    Um ,you can refer :
    0
  • lx24
    Happy to help :)
    0
  • cPanelMichael
    Hello :) I am happy to see you were able to implement this custom workaround. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.