Applicable to:
- Plesk for Linux
Symptoms
-
Domains hosted on Plesk server cannot be accessed with an error in browser like:
CONFIG_TEXT: DNSPROBE FINISHED ERROR
-
Domain cannot be accessed locally with explicitly specified NS:
# dig +short exampe.com @ns1.example.com
# -
Dist-upgrade to Ubuntu 20 may be performed recently
Cause
BIND misconfiguration. there are missing options like below:
# systemctl status bind9
* named.service - BIND Domain Name Server
Loaded: loaded (/lib/systemd/system/named.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/bind9.service.d
`-respawn.conf
Active: active (running) since Sat 2020-10-03 02:18:00 GMT; 20min ago
. . .
`-236526 /usr/sbin/named -f -u bind
Resolution
-
Connect to the server via SSH
-
Edit /etc/default/named config file, replacing OPTIONS parameter.
Before:
# cat /etc/default/named
. . .
OPTIONS="-u bind"After:
# cat /etc/default/named
. . .
OPTIONS=" -t /var/named/run-root -c /etc/named.conf -u bind -n 2" -
Restart BIND service:
# systemctl restart bind9
-
Repair DNS for domains:
# plesk repair dns
Comments
1 comment
Hi, I've purchased Plesk Hosting for my website but I cant find the TXT records as am still getting TXT records of the old server. Please somebody tell me how can I resolve this issue.
Please sign in to leave a comment.