> In news:C31C3770-38EA-4E66-9281-210E9E4B6A84[ at ]microsoft.com,
> Ian Rowley <IanRowley[ at ]discussions.microsoft.com> requesting assistance,
> typed the following:
> > I have been handed part of a project that involves removing DNS from
> > AD and transferring to BIND.
> >
> > Current situation is:
> > Domain ad.domain.com which is authorative (forward & reverse) for a
> > subnet. It currently does zone tranfers for that subnet to the BIND
> > DNS.
> >
> > AD has one DNS server (Win 2K3 R2) which is also the domain
> > controller.
> >
> > The goal, at the moment, is to remove authority for the subnet but
> > leave AD DNS still handling the underscore records for the domain.
> >
> > When the UNIX admins remove the authority for the subnet what do I
> > need to do on the DC/DNS?
> >
> > Do I just change its ipconfig and point it's primary DNS to the BIND
> > DNS server? Do I need to change the DNS from being AD integrated to
> > something else? I've read elsewhere that I need to delete the zones
> > and recreate the underscore records (?)
> >
> > I know in the MS world this is not ideal, but it is the scenario I'm
> > in and any help would be greatly appreciated
> >
> > Regards
> >
> > Ian
>
> 1. Make sure the BIND servers allow updates in the zone.
> 2. Simply point to the BIND servers in IP properties of the DC(s) and ALL
> workstations, member servers, etc, in the AD infrastructure.
> 3. On the DC, run the following in a command prompt (to register into the
> new zone on the BIND servers) :
> ipconfig /registerdns
> net stop netlogon
> net start netlogon
> 4. Delete the zone in DNS
> 5. Uninstall DNS off the server.
>
> Now if updates are not allowed in BIND, you do NOT manually create the
> records in BIND. After running the above steps, go to
> system32\config\netlogon.dns file, and manually enter that data into the
> zone on the BIND server. If you change anything in AD regarding Sites
> config, GC, and others, you have to run those steps again, and manually
> enter the data from that file. Keep in mind, there is alot of data in that
> file. Careful typing.
>
> Keep in mind, AD integrated zones have a feature that BIND doesn't support,
> and that is Secure Updates, where it only allows any machine in an AD
> environment to register into the zone using Kerberos authentication. I know
> BIND uses TSEC for secure updates, but that is not compatible with Windows.
>
> --Â
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCT
> Microsoft Certified Trainer
>
> For urgent issues, you may want to contact Microsoft PSS directly.
> Please check
http://support.microsoft.com for regional support phone
> numbers.
>
>