can bind8 override a single A record?

Barry Margolin barmar at alum.mit.edu
Thu Jan 20 05:23:08 UTC 2005


In article <csne5q$14mj$1 at sf1.isc.org>,
 "HAND,Nathan" <Nathan.HAND at dewr.gov.au> wrote:

> I have an unusual situation and I'm hoping bind8 can solve it.=20
> 
> The short version of the question is, can bind8 override a single A
> record in a zone, but forward all other requests to the authorative
> nameserver.
> 
> Here's the long version. Our dept has a partner site; partner.com.au.
> They host their own DNS and the majority of access to partner.com.au is
> via the Internet. However, they host a single server -
> server.partner.com.au - that we connect to over a leased line. Their
> internal addresses don't match our own, so NAT is used to make
> server.partner.com.au appear to be on our local network. The leased line
> router (running NAT) is independent of our border router.
> 
> This worked fine for many moons. We simply used the local NAT address in
> all applications. Recently we have "acquired" an application that is
> hardwired to use the name server.partner.com.au, resolving that to an IP
> address via DNS. This, of course, resolves to the real address, not our
> local NAT address, so the leased line is not being used.

Make your server authoritative for the zone "server.partner.com.au":

zone "server.partner.com.au" {
  type master;
  file "server.db";
};

-- 
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