Re: subdomain with domain

2015-04-02 Thread Grant Taylor
On 04/01/2015 08:51 PM, Steven Carr wrote (The MMC tricks you as it shows folders for subdomains on the dotted host names when they don't actually exist.) They are indeed sub-domains. They just are not delegated. Thus they are part of the same (parent) zone. -- Grant. . . . unix || die _

Re: subdomain with domain

2015-04-02 Thread Bob Harold
t; -Original Message- > From: bind-users-boun...@lists.isc.org [mailto: > bind-users-boun...@lists.isc.org] On Behalf Of Graham Clinch > Sent: Wednesday, April 01, 2015 11:56 AM > To: Jeff Sadowski; bind-users@lists.isc.org > Subject: Re: subdomain with domain > > > zone "

Re: subdomain with domain

2015-04-01 Thread Steven Carr
On 1 April 2015 at 20:53, Barry S. Finkel wrote: > It would be a good idea to also have the other Active Directory > "underscore" zones: > > __sites. > _tcp. > _udp. > > on your slave server. >From what I've seen in the field, in most AD installations those aren't actual subdomains

Re: subdomain with domain

2015-04-01 Thread Vinícius Ferrão
Remember to put check-names ignore to use underlined zones. > On Apr 1, 2015, at 4:53 PM, Barry S. Finkel wrote: > > On 4/1/2015, Jeff Sadowski wrote >> The other day I found that my secondary name servers running bind >> where not dishing out >> >> _msdcs. SRV records >> >> This was causing

Re: subdomain with domain

2015-04-01 Thread Barry S. Finkel
On 4/1/2015, Jeff Sadowski wrote The other day I found that my secondary name servers running bind where not dishing out _msdcs. SRV records This was causing join issues. It turned out that the Domain controller had 2 different scopes one for _msdcs. and one for so I shared the second _msdc

RE: subdomain with domain

2015-04-01 Thread Lightner, Jeff
C: 678-772-0018 F: 678-460-3603 E: jlight...@dsservices.com -Original Message- From: bind-users-boun...@lists.isc.org [mailto:bind-users-boun...@lists.isc.org] On Behalf Of Graham Clinch Sent: Wednesday, April 01, 2015 11:56 AM To: Jeff Sadowski; bind-users@lists.isc.org Subject: Re: subd

Re: subdomain with domain

2015-04-01 Thread Graham Clinch
> zone "_msdcs." { > [..] > file "data/db.192.168.1.2.slave"; > }; > zone "" { > [..] > file "data/db.192.168.1.2.slave"; > }; Both zones are being backed by the same file, so one will be overwriting the other. This may not be the cause of the half-working situation, but it won't be helping. D