>>      I don't understand what you are saying, AT ALL.  I'm not using
>>      forwarding configuration.  you must have some assumption in
>>      your head which is not presented here.
>
>Ok. Before I repeat the mistake of guessing at your configuration I
>suggest you tell me about it.
>
>Personally I use a forwarding config for v6-only nameservers and I
>believe that this is by far the most common case. 

        I have been talking about a nameserver, with root.hint, on IPv4/v6
        dual stack machine.  to be more precise, see below.

        I never have talked about nameservers on IPv6-only machine, they will
        never work without some help from IPv4/v6 dual stack nameserver.
        (and it is rather unrealistic to talk about nameeservers in IPv6-only
        network today...)

itojun


---
# $NetBSD: named.conf,v 1.5 2000/03/01 11:06:29 itojun Exp $

# boot file for secondary name server
# Note that there should be one primary entry for each SOA record.

options {
        directory "/etc/namedb";
        listen-on-v6 { any; };
};

zone "." {
        type hint;
        file "root.cache";
};

zone "localhost" {
        type master;
        file "localhost";
};

zone "127.IN-ADDR.ARPA" {
        type master;
        file "127";
};

Reply via email to