bind fun
Andrew Speer
andrew.speer at isolutions.com.au
Tue Aug 28 14:36:36 CST 2007
On Tue, August 28, 2007 1:47 pm, Shane wrote:
> Hey All,
>
> Bind question:
>
> Situation:
> Our single domain is split between internal and external hosts, Our
> external hosts and external NS are all visible to all, internal NS and
> hosts aren't. Until today our internal NS had listed all the external
> hosts as well which I'm trying to find a way to avoid so that we can
> more easily more external stuff around without needing to update both
> internal and external NS'.
>
> The problem I'm having is trying to make a master zone on the internal
> NS that can / will still look to another NS - or another way of
> looking at it - part of the zone is defined in one NS and the rest on
> another ...is this even possible? obviously it would be with
> sub-domains but unfortunately thats now how stuff is named and I don't
> have the option of changing names ...
>
Bind views may do some of what you are after:
http://www.zytrax.com/books/dns/ch7/view.html
You can return different results to queries depending on the origin of the
query - even if it is for the same zone.
E.g query from Internet for "mail.acme.com" => 200.200.200.200
query from Internal host for "mail.acme.com" => 192.168.1.1
I am not sure I understand the bit about "part of the zone is defined in
one NS and the rest on another" ..
Regards,
Andrew
More information about the linuxsa
mailing list