forwarding q'tion

Allan McIntosh amcintosh at atreus-systems.com
Thu Aug 9 17:09:19 UTC 2001






I am having trouble getting my nameserver to forward all traffic for a
paticular domain to a specific nameserver.

I am on "office" but but want the "office" nameserver to forward any dns
requests for the "test" domain to nameserver.test.

I added a zone entry to nameserver.office :

  
zone "test" {
        notify no;
        type master;
        file "named.test";
};


and in named.test I have:




@       IN      SOA     nameserver.test. hostmaster.test. (
                                1997022700 ; Serial
                                28800      ; Refresh
                                14400      ; Retry
                                3600000    ; Expire
                                86400 )    ; Minimum
;
        NS      nameserver.test

;
nameserver  A   192.168.2.100

----------------------------------------------


from office domain if I try to reach any test hosts I get


*** nserver can't find db1.test: Non-existent host/domain


Thanks.

Al





-- 
------------------------------------------------------------------
 Allan McIntosh, Software Designer
 http://www.atreus-systems.com
 Phone: (613) 233-1741, (800) 764-5514 Ext 217 
------------------------------------------------------------------





More information about the bind-users mailing list