I'm very new to this and I have been trying to set up a DNS server but I'm keep getting the following error when I type systemctl status named.service:
zone 30.168.192.in.addr.arpa/IN: not loaded due to an error _default/30.168.192.in.addr.arpa/IN: no owner
I have followed this video step by step, but I still get the same error: https://www.youtube.com/watch?v=052Txlzk_7w
Linked the video since I cannot copy my files as I am using VMware. edit: images db.30.168.192.in.addr.arpa.zone
What you currently have is
That looks nicely lined out but is incorrect.
There is no name before the SOA record. That should be
Where the @ is zone file shorthand. It will be replaced by the name of the zone, or whatever zone name you would set in the $ORIGIN variable.
Then there are several other things you should be aware of:
.
dot.This allows a zone administrator to use shorthand, rather than writing out
my-host.example.com.
they can usemy-host
In other words:
aumentity3d.com IN A 192.168.241.141
is missing the trailing.
behind the.com
and will be therefor be converted to the FQDNaumentity3d.com.30.168.192.in.addr.arpa.
Change your db.30.168.192.in.addr.arpa.zone file to: