• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

DNS not working for some domains

P

peekz

Guest
Hi all,

We have a problem with some domains just not resolving via BIND on some servers. Most domains are fine, but some domains just don't resolve at all. We have tried restoring defaults for the domains, disabling/enabling DNS, restarting BIND, still no luck.

How can we check for where the issue may be?

Any help appreciated

Cheers
 
Yes of course. The domains are registered and pointed to the correct nameservers. The issue is that the domain names do not resolve when doing a lookup directly on the Plesk servers themselves. The domains are not disabled in Plesk and the DNS service is enabled. We have tried restoring DNS defaults, and enabling/disabling the DNS service for the domains, nothing seems to work.
 
It looks like DNS service on the domain has incorrect status value in database.
To check it try to disable the problem domain, then enable. If it does not help check dns service status in Plesk DB

in case if you have Plesk 8.2 you can use Plesk native tool to access Plesk DB

"%plesk_bin%\dbclient" --direct-sql --sql="select status from dns_zone where name='<domain_name>'"

where <domain_name> is domain name.
If status does not equal to zero change it to 0.

"%plesk_bin%\dbclient" --direct-sql --sql="update dns_zone set status = 0 where name='<domain_name>'"

then run the command

%plesk_bin%\dnsmng" update <domain_name>
 
Back
Top