active directory, bind9, windows dns - TOGETHER

Kevin Darcy kcd at daimlerchrysler.com
Mon Sep 25 21:46:58 UTC 2006


Well, this isn't a DHCP group and it isn't an Active Directory group. 
The configuration mentioned below works at a lot of sites. So, if it's 
not working for you, about the most you could do from a DNS/BIND 
perspective is to make some lookups to verify that things are resolving 
the way they should. Beyond that, you'd have to followup with DHCP 
and/or AD mailing-lists/groups to determine what further configuration 
or config changes are necessary to get this working for you.

                                                                         
                              - Kevin

jaro80 at gmail.com wrote:
> Hi
>
>   
>> What is the name of your AD domain?
>>     
>
> Yes name of my domain is network.prv :-)
>
> I created six zones: _msdcs.network.prv, _udp.network.prv,
> _tcp.network.prv, _tcp.network.prv, _sites.network.prv,
> _DomainDNSZones.network.prv, _ForestDNSZones.network.prv and right
> files db.msdcs.network.prv, db.udp.network.prv etc.
>
> But this config still doesn't working??? For example i can't join
> clients to domain network.prv. Something must be wrong in my confing
> because when i changed (only for test) at ones machine DNS to MS DNS
> (192.168.0.1) I can join to domain.
>
> I always have DHCP server at Linux server. Linux (192.168.0.1) and
> Windows 2003 (192.168.0.2) have static IP, other computers clients get
> IP from DHCP. What I need add to my DHCP config?
>
>
> +++++++++++++++++++++++++++++++++++++++++++
>
> my zones:
>
> zone "network.prv" IN {
>    type master;
>    file "/etc/bind/db.network.prv";
> };
>
> zone "0.168.192.in-addr.arpa" {
>   type master;
>   file "/etc/bind/db.192.168.0";
> };
>
> acl ad_dns {
>    	//DNS at Windows 2003
> 	192.168.0.2;
> };
>
> zone "_msdcs.network.prv" IN{
>    type master;
>    file "/etc/bind/db.msdcs.network.prv";
>    allow-update {ad_dns;};
>    //check-names ignore;
>    //allow-transfer {ad_dns;};
> };
>
>
> zone "_udp.network.prv" IN{
>    type master;
>    file "/etc/bind/db.udp.network.prv";
>    allow-update {ad_dns;};
>    //check-names ignore;
>    //allow-transfer {ad_dns;};
> };
>
> .
> .
>
> +++++++++++++++++++++++++++++++++++++++++++
>
> file db.msdcs.network.prv:
>
> $ORIGIN _msdcs.network.prv.
>
> $TTL 1D
>
> @  IN SOA 2k3.network.prv  hostmaster (
>                200609211;
>                8H;
>                4H;
>                4W;
>                1D;
> )
>       NS 2k3.network.prv
>
> ----------------
>
> file db.udp.network.prv
> $ORIGIN _udp.network.prv.
>
> $TTL 1D
>
> @  IN SOA 2k3.network.prv  hostmaster (
>                200609211;
>                8H;
>                4H;
>                4W;
>                1D;
> )
>       NS 2k3.network.prv
>
> .
> .
>
> +++++++++++++++++++++++++++++++++++++++++++
>
> my DHCP config:
>
> .
> .
> option domain-name "network.prv";
> option domain-name-servers 192.168.0.1;
>
> option subnet-mask 255.255.255.0;
> default-lease-time 259200;
> max-lease-time 518400;
> .
> .
>
> subnet 192.168.0.1 netmask 255.255.255.0{
>         range 192.168.0.10 192.168.0.200;
>         option broadcast-address 192.168.0.255;
>         option routers 192.168.0.1;
> }
> .
> .
>
> --
> Best Regards
>
>
>
>
>
>   



More information about the bind-users mailing list