We run dns for a client's domain. Their email server is at their building and they have a different IP than us obviously. They're at 216.xxx.xxx.xxx and we're at 69.xxx.xxx.xxx. How do I do a ptr host file for them(bind 9.x.x)?
Jul 19 14:46:25 redhat named[99]: loading configuration from '/etc/namedb/named.conf'
Jul 19 14:46:25 redhat named[99]: dns_master_load: 1.201.216.in-addr.arpa.zone:10: ignoring out-of-zone data (43.68.69.in-addr.arpa)
Jul 19 14:46:25 redhat named[99]: zone 1.201.216.in-addr.arpa/IN: has no NS records
This is what I thought would happen because my ip(hence the NS also) is in a different range so I'm not sure how to properly create the ptr for this server.
Your IP information shouldn't be in their zone file, hence "ignoring out-of-zone data". Recheck the NS record. It should look lika a normal zone NS record:
1.201.216.in-addr.arpa IN NS your.dns.server.name.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.