>> 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";
};
--------------------------------------------------------------------
IETF IPng Working Group Mailing List
IPng Home Page: http://playground.sun.com/ipng
FTP archive: ftp://playground.sun.com/pub/ipng
Direct all administrative requests to [EMAIL PROTECTED]
--------------------------------------------------------------------
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Alain Durand
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Johan Ihren
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Johan Ihren
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Jun-ichiro itojun Hagino
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary David Terrell
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Robert Elz
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Jun-ichiro itojun Hagino
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary David Terrell
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Nathan Jones
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Robert Elz
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Jun-ichiro itojun Hagino
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Johan Ihren
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Jun-ichiro itojun Hagino
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Robert Elz
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Jun-ichiro itojun Hagino
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Robert Elz
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Johan Ihren
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Bill Manning
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Nathan Jones
- Re: (ngtrans) Joint DNSEXT & NGTRANS summary Robert Elz
- Re: (ngtrans) Joint DNSEXT & NGTRANS sum... Bill Manning
