In our corp, we use BIND for DNS and make things work by having zone transfers set up for the top level forward lookup zones in Server 2008, as follows:
Windows Server 2008
- Forward Lookup Zones
- * _msdcs
- * _sites
- * _tcp
- * _udp
- * DomainDNSZones
Server 2012 organizes things as follows, with _sites, _tcp, etc. being subdomains of the AD domain root:
Windows Server 2012 R2
- Forward Lookup Zones
- * _msdcs
- * domain.example.com
- ** _sites
- ** _tcp
- ** _udp
- ** DomainDNSZones
- ** ForestDnsZones
Zone transfers work fine at the top level, but we would like to not transfer the entire domain root, just the services. I have tried deleting/recreating, etc., but I can't figure out an option. Is this still possible and how might we do it?
Thanks.