Delegation Issue.

Joe Greco jgreco at ns.sol.net
Wed Apr 5 20:45:53 UTC 2006


> Hello all,
> I¹m trying to set up a subzone delegation for a BIND/AD setup following this
> article: ³http://babs.its.yale.edu/yalead/ddns.asp².
> 
> I¹m trying to place the ³IN NS² substatement displayed below to establish
> delegation to ³_msdcs.company.com² in the main zone file for ³company.com²:
> ____________________________
> 
> $ORIGIN .

Fix your $ORIGIN.  Should be "ddbrx.com."  Note the trailing dot.

> $TTL 10800      ; 3 hours
> ddbrx.com               IN SOA  box.company.com. root.box.company.com. (
>                                 2006040520 ; serial
>                                 28800      ; refresh (8 hours)
>                                 7200       ; retry (2 hours)
>                                 604800     ; expire (1 week)
>                                 86400      ; minimum (1 day)
>                                 )
>                    NS      box.company.com.

Should probably be "IN NS".

>                   _msdcs        IN  NS      falcon.company.com.

 ^^^^^^^^^^^^^^^^^
You have whitespace there?  It think you're specifying a RR type.
This should be at the start of the line.

> falcon.company.com.       86400   IN      A       10.99.1.21

"company.com." isn't within ddbrx.com, though I suspect you merely missed
a substitution.


... JG
-- 
Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net
"We call it the 'one bite at the apple' rule. Give me one chance [and] then I
won't contact you again." - Direct Marketing Ass'n position on e-mail spam(CNN)
With 24 million small businesses in the US alone, that's way too many apples.



More information about the bind-users mailing list