Date: Fri, 25 Feb 2005 08:08:50 +0100 From: "Patrik Forsberg" <patrik.forsberg@dataphone.net> To: "Jim Flowers" <jflowers@ezo.net> Cc: freebsd-isp@freebsd.org Subject: RE: DNS Reverse Delegation Message-ID: <375DD163B075E34EA3C10A6286E34A548B9CEF@exhsto1.se.dataphone.com>
next in thread | raw e-mail | index | archive | help
> I've run into a problem with delegating reverse DNS using=20 > BIND 8.2.4 that I > can't figure out and I'm hoping for some guidance. You should really upgrade to 9.x > Now I want to delegate the second zone to an outsourced dns=20 > server and I can't > see how to do it. This needs to be done by following RFC2317. > If I create a zone file for y+1.x.w.in-addr.arpa with the=20 > following NS records: >=20 > y+1.x.w.in-addr.arpa IN NS ns1.remotedomain.tld. > y+1.x.w.in-addr.arpa IN NS ns2.remotedomain.tld. well, thats half way there. example: zone in this case is x.y.z.0/24 and the delegation will be about x.y.z.184/29. 184-193 IN NS ns.somedns.somewhere 184-193 IN NS ns.yourdns $GENERATE 184-193 $ CNAME $.184-193 Regards, Patrik
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?375DD163B075E34EA3C10A6286E34A548B9CEF>