[Pdns-users] Recursor with Root servers

AJ McKee aj.mckee at druid-dns.com
Thu Oct 6 13:12:37 UTC 2005


Hi Frank,

Would it not be a case of just creating a 10.in-addr.arpa zone and
adding to NS records to point to the server that is handeling the
records for these?

EG. 

Domains Table 

INSERT INTO `domains` (`id`, `name`, `master`, `last_check`, `type`,
`notified_serial`, `account`) VALUES (1, '0.0.10.in-addr.arpa', NULL,
NULL, 'NATIVE', NULL, NULL);

Records Table
-- SOA

INSERT INTO `records` (`id`, `domain_id`, `name`, `type`, `content`,
`ttl`, `prio`, `change_date`) VALUES (1225, 1, '0.0.10.in-addr.arpa',
'SOA', 'YOURNAMESERVER.NET. hostmaster at YOU.NET 2005072629', 3600, 0,
1122379989);

INSERT INTO `records` (`id`, `domain_id`, `name`, `type`, `content`,
`ttl`, `prio`, `change_date`) VALUES (1226, 1, '0.0.10.in-addr.arpa',
'NS', 'YOURNAMESERVER.NET.', 3600, 0, 1122379989);

INSERT INTO `records` (`id`, `domain_id`, `name`, `type`, `content`,
`ttl`, `prio`, `change_date`) VALUES (1234, 1, '1.0.0.10.in-addr.arpa',
'PTR', 'gw.me.com', 3600, 0, 1122380382);

HTH
AJ



On Thu, 2005-10-06 at 14:44 +0200, Frank Louwers wrote:
> On Thu, Oct 06, 2005 at 08:21:01AM +0200, bert hubert wrote:
> > On Thu, Oct 06, 2005 at 12:14:24AM -0500, Barry Bourdage wrote:
> > > I currently use the pdns_recursor now, but would like to have it go
> > > directly to the root servers, rather than forward.
> > 
> > The pdns_recursor talks to nothing but root and other authoritative servers.
> 
> A related question: is there a way to specify the auth-servers for a
> certain domain? We use 10.0.0.0/8 space quite a lot, and would like
> those ips to resolve to something meaningfull. Is there a config option
> in the recursor to specify a (set of) nameserver(s) for 10.in-addr.arpa?
> 
> 
> Kind Regards,
> Frank Louwers
> 



More information about the Pdns-users mailing list