For the last 6 hours I've been trying to set a PTR for my server but I with no luck.
Checking with host
give me:
Host 44.244.208.173.in-addr.arpa. not found: 3(NXDOMAIN)
My /etc/named.conf includes my zone:
zone "244.208.173.in-addr.arpa" {type master; file "/home/admin/conf/dns/rev.244.208.173.in-addr.arpa";};
rev.244.208.173.in-addr.arpa looks like this:
$TTL 14400
@ IN SOA domainscanada.ca. root.domainscanada.ca. (
2015041101
7200
3600
1209600
180 )
IN NS ns4.domainscanada.ca.
IN NS ns5.domainscanada.ca.
$ORIGIN 244.208.173.in-addr.arpa.
44 IN PTR volvo.mundyxm.com.
I'm without ideas of what to try next, maybe someone can have a look and spot the issue I am having ?