NS Records throw a query (cache) denied

Discussion in 'Installation/Configuration' started by ISPNoob, Mar 13, 2020.

  1. ISPNoob

    ISPNoob New Member

    Hello, I'm trying to set up ISPConfig on a Virtual Machine inside of Proxmox (host). When I try to ping the name servers, it throws this error below. The error doesn't get thrown when I ping the www or any other CName/A Record, only with NS records. The DNS settings used in my Domain Provider is correct as the setup is very similar to a different website that I use hosted on Plesk (trying to migrate out of it). Any help would be appreciates.

    Code:
    tail -f /var/log/syslog
    Code:
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#43407 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/A/IN' denied
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#18551 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/AAAA/IN' denied
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#62177 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/A/IN' denied
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#7621 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/AAAA/IN' denied
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#17811 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/A/IN' denied
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#59225 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/AAAA/IN' denied
    Mar 12 23:08:25 <hostname> named[422]: client @0x7f73080448e0 <proxmox_host_ip>#3167 (ns.mywebsite.com): query (cache) 'ns.mywebsite.com/AAAA/IN' denied
    
    In /etc/resolv.conf I've tried different combinations of these (I know they're commented out, I didn't use them all at once, but mix and matched them with no luck)

    Code:
    #domain <MYWEBSITE.COM>
    #search <MYWEBSITE.COM>
    #nameserver <PROXMOX_RESOLV.CONF_IP_FROM_OVH>
    #nameserver <PROXMOX_HOST_IP>
    #nameserver <MY_VPS_IP>
    #nameserver 8.8.8.8
    
    Thank you to anyone that can help!

    Linux version is Debian 10 (For both the host and the VM where I'm running ISPConfig), ISPConfig version is the latest one available on the website

    Update: Plesk is working in a Virtual Machine with the same DNS records on Proxmox, so it's definitely not Proxmox blocking the NS Records from going through
     
    Last edited: Mar 13, 2020
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Did you set the correct IP address in the allow transfer field of that DNS record in ISPConfig?
     
  3. Taleman

    Taleman Well-Known Member HowtoForge Supporter

    ISPNoob and till like this.
  4. ISPNoob

    ISPNoob New Member

Share This Page