I have configured bind9. Only the named.conf.options file. I wanted to sudo sytemctl start named.service. It was not working. This is the output I get. I have already tried to search for the solution in many places. Any idea?
named.service - BIND Domain Name Server
Loaded: loaded (/lib/systemd/system/named.service; enabled; vendor preset: enabled)
Active: activating (start) since Wed 2022-12-07 00:39:55 GMT; 32ms ago
Docs: man:named(8)
Cntrl PID: 50934 (named)
Tasks: 1 (limit: 4619)
Memory: 1.9M
CPU: 17ms
CGroup: /system.slice/named.service
\u2514\u250050934 /usr/sbin/named -u bind
Dec 07 00:39:55 xxxx-Standard-PC-Q35-ICH9-2009 systemd[1]: Starting BIND Domain Name Server...
sudo systemctl status named.service
? – Doug Smythies Dec 07 '22 at 01:24Dec 07 00:39:55 xxxx-Standard-PC-Q35-ICH9-2009 systemd[1]: Starting BIND Domain Name Server... As you can see.
– Cserés Szabolcs Dec 07 '22 at 01:27named.conf.options
file. you need zone files. Refer to the Ubuntu serverguide. – Doug Smythies Dec 07 '22 at 01:29