Subnet without delegation

Barry Margolin barmar at alum.mit.edu
Wed Apr 13 04:08:28 UTC 2005


In article <d3hq0f$1r8p$1 at sf1.isc.org>, bind at foxengines.net wrote:

> Is it possible for me to set up my DNS server so that it is authoritative
> for only part of it's domain and another server can be used to fill in the
> gaps? Can this also apply to MX records?

Make a separate zone for each hostname:

zone "host1.foo.bar" {
  ...
};
zone "host2.foo.bar" {
  ...
};
and so on.

-- 
Barry Margolin, barmar at alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***



More information about the bind-users mailing list