bind 9 and special domain handle ..

Ronan Flood ronan at noc.ulcc.ac.uk
Thu Nov 11 17:49:28 UTC 2004


Lars Nixdorf <lars.nixdorf at genion.de> wrote:

> maybe special domain handle ... i'm not an expert.
> 
> server1 : -master for my.domain.com
>            -only internal domain server
>            -i know .. not use a official domain internal,
>            but thats the situation
> 
> server2 : -master for my.domain.de
>            -has 2 forwarders for external doamins
>            -it is the domain server that could request to outside
> 
> now server2 need an entry, that all requests for my.domain.com(server1) 
> are forwarded to server1. the rest handle like before. to make server2 
> slave for my.domain.com(server1) is no option.

Forward zone?  In named.conf on server2

 zone "my.domain.com" in {
  type forward;
  forwarders { server1; };
 };


-- 
                      Ronan Flood <R.Flood at noc.ulcc.ac.uk>
                        working for but not speaking for
             Network Services, University of London Computer Centre
     (which means: don't bother ULCC if I've said something you don't like)



More information about the bind-users mailing list