Date: Wed, 02 Apr 2003 16:46:45 +0000 From: "Tiago Andre" <tiagoandre@hotmail.com> To: questions@FreeBSD.org Subject: DNS Configuration Message-ID: <F81xge6RK4j5vq6vR230003a33b@hotmail.com>
next in thread | raw e-mail | index | archive | help
Hi there,
Iám trying to configure a dns bind by editing the named.conf like
this:
zone "ip6.ipg.pt" {
type master;
file "ip6.ipg.pt.db";
check-names fail;
allow-update { none; };
allow-transfer { any; };
allow-query { any; };
also-notify { };
};
zone "0.d.3.2.0.9.6.1.0.0.2.ip6.int" {
type master;
file "reverse/2001:690:23d0.ip6.int.db";
check-names fail;
allow-update { none; };
allow-transfer { any; };
allow-query { any; };
also-notify { };
};
How does bind create the zone file "ip6.ipg.pt.db"
isn't: sh make-localhost OR named??
Thanks
Tiago CAmilo
_________________________________________________________________
Imposto de Renda no MSN [1]Um guia passo-a-passo para preparar sua
declaração
References
1. http://g.msn.com/8HMFBR/2743
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F81xge6RK4j5vq6vR230003a33b>
