I get this error on the System Status Checks page after upgrading from v0.48 to v0.50…
Public DNS (nsd4) is not running (port 53)
Each domain I have registered also reports errors on the System Status Checks page…
Nameserver glue records are incorrect. The ns1.box.s3rock. com and ns2.box.s3rock. com nameservers must be configured at your domain name registrar as having the IP address 45.56.76.207. They currently report addresses of [Not Set]/[Not Set]. It may take several hours for public DNS to update after a change.
AND…
This domain must resolve to your box’s IP address (45.56.76.207 / 2600:3c00::f03c:91ff:fe9a:590f) in public DNS but it currently resolves to [Not Set] / [Not Set]. It may take several hours for public DNS to update after a change. This problem may result from other issues listed above.
This machine is configured to provide DNS lookup for various domains and all domains time-out when attempting to browse to the website. Also, I can only access the web console through the IP address as the domain name does not resolve in my browser.
I have rebooted the server and I did try to re-install…the second time running the install, there were a number of “cannot resolve host box.s3rock. com…” errors
Previous running version(s) v0.48 was working prior to the upgrade.
The best I can tell, the NSD service is running…
—@box:~# systemctl status nsd.service
● nsd.service - Name Server Daemon
Loaded: loaded (/lib/systemd/system/nsd.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-10-15 00:01:44 EDT; 1h 26min ago
Main PID: 705 (nsd)
Tasks: 3 (limit: 2317)
CGroup: /system.slice/nsd.service
├─705 /usr/sbin/nsd -d
├─763 /usr/sbin/nsd -d
└─817 /usr/sbin/nsd -d
Oct 15 00:01:44 box.s3rock. com systemd[1]: Started Name Server Daemon.
There are no errors in the nsd log
----@box:~# tail -n100 /var/log/nsd.log
[2020-10-14 23:53:20.734] nsd[701]: notice: nsd starting (NSD 4.1.17)
[2020-10-14 23:53:21.461] nsd[753]: notice: nsd started (NSD 4.1.17), pid 701
[2020-10-14 23:57:49.610] nsd[753]: warning: signal received, shutting down…
[2020-10-14 23:57:49.636] nsd[8383]: notice: nsd starting (NSD 4.1.17)
[2020-10-14 23:57:49.709] nsd[8396]: notice: nsd started (NSD 4.1.17), pid 8383
[2020-10-15 00:00:34.209] nsd[8396]: warning: signal received, shutting down…
[2020-10-15 00:01:45.153] nsd[705]: notice: nsd starting (NSD 4.1.17)
[2020-10-15 00:01:46.163] nsd[763]: notice: nsd started (NSD 4.1.17), pid 705
It looks like the listening port is open
----@box:~# netstat -tlnp |grep :53
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 5898/named
tcp 0 0 45.33.2.161:53 0.0.0.0:* LISTEN 705/nsd
tcp6 0 0 2600:3c00::f03c:91ff:53 :::* LISTEN 705/nsd
The BIND service DOES appears to have some problems, but I do not understand what I see
----@box:~# systemctl status bind9
● bind9.service - BIND Domain Name Server
Loaded: loaded (/lib/systemd/system/bind9.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2020-10-15 00:20:19 EDT; 1h 3min ago
Docs: man:named(8)
Main PID: 5898 (named)
Tasks: 4 (limit: 2317)
CGroup: /system.slice/bind9.service
└─5898 /usr/sbin/named -f -u bind -4
Oct 15 01:15:02 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com/A/IN’: 45.56.76.207#53
Oct 15 01:15:02 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com/AAAA/IN’: 45.56.76.207#53
Oct 15 01:15:02 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com.s3rock. com/A/IN’: 45.56.76.207#53
Oct 15 01:15:02 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock.com.s3rock. com/AAAA/IN’: 45.56.76.207#53
Oct 15 01:20:01 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com/A/IN’: 45.56.76.207#53
Oct 15 01:20:01 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com/AAAA/IN’: 45.56.76.207#53
Oct 15 01:20:01 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com.s3rock. com/A/IN’: 45.56.76.207#53
Oct 15 01:20:01 box.s3rock. com named[5898]: connection refused resolving ‘box.s3rock. com.s3rock. com/AAAA/IN’: 45.56.76.207#53
Oct 15 01:20:37 box.s3rock. com named[5898]: connection refused resolving ‘sever54.centerandpark.net.s3rock. com/A/IN’: 45.56.76.207#53
Oct 15 01:20:38 box.s3rock. com named[5898]: connection refused resolving ‘sever54.centerandpark.net.s3rock. com/A/IN’: 45.56.76.207#53
I have read the related posts and do not know how to continue…if someone would be so kind as to guide me in the right direction, I would greatly appreciate it.
Thanks
Chuck