Reverse Classless not working

Mark Andrews marka at isc.org
Thu Jul 9 23:44:51 UTC 2009


In message <h34s5b$q9c$1 at ger.gmane.org>, Chris Hills writes:
> On 09/07/09 14:13, Ivan Dallaserra wrote:
> > Thanks a lot.
> > So this zone don't work because of missing delegation.
> > My ISP is inserting the delegation. How can I check it? Simple nslookup
> > 193.206.22.134 on my DNS server and it has to work or I can do
> > furthemore check?
> >
> > Regards,
> > Ivan
> 
> Hi Ivan
> 
> It is working now, so the delegation has been completed. You can check 
> using `dig +trace 134.22.206.193.in-addr.arpa. in ptr`
> 
> Regards,
> 
> Chris

You should make your servers stealth slaves for 22.206.193.in-addr.arpa
if you have not already done so.  That way you will continue to
have reverse resolution work internally when your external link is
down.

e.g.
zone "22.206.193.in-addr.arpa" {
	type slave;
	file "/etc/bind/22.206.193.in-addr.arpa";
	masters { 193.206.141.38; 193.206.141.42;
		  2001:760:ffff:ffff::aa; 2001:760:ffff:ffff::ba; };
	notify no;
};

Mark
> _______________________________________________
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
-- 
Mark Andrews, ISC
1 Seymour St., Dundas Valley, NSW 2117, Australia
PHONE: +61 2 9871 4742                 INTERNET: marka at isc.org



More information about the bind-users mailing list