This is a discussion on Re: having problem with subdomain delegation help! within the Bind Users forums, part of the DNS and Related Forums category; Mr. David wrote: > Simon Waters wrote: > > >>Mr. David wrote: >> >> >> &...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Mr. David wrote:
> Simon Waters wrote: > > >>Mr. David wrote: >> >> >> >>>ops 86400 IN NS dns1.company2.com. >>>dns1.company2.com. 86400 IN A 192.168.1.20 >>> >>> >> >>You can't put "company2.com" A records in the zone "company.com", why >>would anyone think of looking there for it? >> >> > > This is the glue record. won't I need this? Thanks. Glue is only needed where the nameserver a zone is delegated to is in the delegated domain. If the dns server for ops.example.com were dns1.ops.example.com, you would need glue, otherwise how would anything know where dns1.ops.example.com was? In general if your DNS server is in another zone (i.e. dns1.company2.com), how servers find information about company2.com answers is the problem of the admin of the company2.com zone. In your case there is a complication because dns1.company2.com is a private IP address, so you are presumably talking about a private network, and it is very hard to suggest the best approach without a better description of how this private DNS is arranged. You may need to ensure that all your name servers see the private view of the zone company2.com. It may be simpler to rename the DNS servers for ops.compay.com to dns1.ops.company.com and use a glue record. -- Attached file included as plaintext by Ecartis -- -----BEGIN PGP SIGNATURE----- Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFACuOEGFXfHI9FVgYRAkkrAJ0WF11D3vXlqjl+j6F+bQ jmApX77QCgqcZc z5tkOLs6HqigcFzEPqqn15Y= =sSHl -----END PGP SIGNATURE----- |