DNS and forward

JULIEN Antoine julien at info.enserb.u-bordeaux.fr
Thu Aug 19 09:48:58 UTC 1999


> >     I'm trying to configure a DNS server for a subdomain, this DNS must
call
> > a parent DNS (and not root DNS) for all request out of this subdomain. I
> > think, that I must use "forward", but all request outside the domain
aren't
> > forwarded. How does I configure bind for this task ? Thanks.
>
> "forward only".  In antique DNS, "slave".

I try this option, but it don't seem to work, there is no connection between
my DNS and the DNS on 192.168.18.1, when I try to resolve a name outside my
network. for information my named.conf is:

options {
 directory "/var/named";
 forwarders { 192.168.18.1; };
 forward only;
};

zone "0.0.127.in-addr.arpa" {
 type master;
 notify no;
 file "named.127.0.0";
 forwarders {};
};

zone "smo.arcenciel.fr" {
 type master;
 notify no;
 file "named.smo";
 forwarders {};
};

zone "200.168.192.in-addr.arpa" {
 type master;
 notify no;
 file "named.192.168.200";
 forwarders {};
};

                                                                    Thanks




More information about the bind-users mailing list