| SYSTEM INFORMATION | |
|---|---|
| OS type and version | Ubuntu Linux 24.04.4 |
| Webmin version | 2.630 |
| Virtualmin version | 8.1.0 GPL |
| Webserver version | nginx |
| Related packages | BIND |
I got this error on dashboard:
The BIND DNS Server configuration on your system has errors! This will prevent any new domains from being fully added by Virtualmin until the errors are fixed.
zone mydomain.id/IN: NS 'sumo.mydomain.id' has no address records (A or AAAA)
zone mydomain.id/IN: not loaded due to errors.
_default/mydomain.id/IN: bad zone
my system hostname is sumo.mydomain.id and i have a virtual server at sumo.mydomain.id as reverse proxy to access virtualmin dashboard with SSL.
I also have alias virtual server for mydomain.id that shows my2nddomain.id. It is where my website file is.
this is my /var/lib/bind/sumo.mydomain.id.hosts content:
domain and IP are redacted.
$ttl 3600
sumo.mydomain.id. IN SOA sumo.mydomain.id. root.sumo.mydomain.id. (
2026012613
3600
600
1209600
3600 )
@ IN NS sumo.mydomain.id.
sumo.mydomain.id. IN A 123.123.123.123
www.sumo.mydomain.id. IN A 123.123.123.123
webmail.sumo.mydomain.id. IN A 123.123.123.123
admin.sumo.mydomain.id. IN A 123.123.123.123
sumo.mydomain.id. IN TXT "v=spf1 a mx a:sumo.mydomain.id ip4:10.11.13.14 ip4:123.123.123.123 ?all"
@ IN CAA 0 issue letsencrypt.org
Can anyone help me to pinpoint my issue?
