[62275] in North American Network Operators' Group
Re: public resolver (was: bind patch? (Re: What *are* they smoking?))
daemon@ATHENA.MIT.EDU (Iljitsch van Beijnum)
Wed Sep 17 06:57:55 2003
Date: Wed, 17 Sep 2003 12:57:16 +0200
Cc: nanog@merit.edu
To: Paul Vixie <vixie@vix.com>
From: Iljitsch van Beijnum <iljitsch@muada.com>
In-Reply-To: <g3smmwhwy8.fsf@sa.vix.com>
Errors-To: owner-nanog-outgoing@merit.edu
On woensdag, sep 17, 2003, at 06:15 Europe/Amsterdam, Paul Vixie wrote:
>> I took a look at the Bind 8.3.4 code this afternoon, but couldn't
>> readily
>> find where to do it. I'll take another look later.
> isc's patch is running internally. if anyone wants to try out our
> public
> recursive server, it's name is F.6TO4-SERVERS.NET, and it's running
> the patch.
So far so good:
sequoia# host nanog.net.
nanog.net has address 64.94.110.11
sequoia# host nanog.net. F.6TO4-SERVERS.NET
Using domain server:
Name: F.6TO4-SERVERS.NET
Addresses: 2001:4f8:0:2::14 204.152.184.76
Host not found, try again.
But I think your patch is working a little too well:
sequoia# host nanog.org.
nanog.org has address 198.108.1.50
nanog.org mail is handled (pri=0) by mail.merit.edu
sequoia# host nanog.org. F.6TO4-SERVERS.NET
Using domain server:
Name: F.6TO4-SERVERS.NET
Addresses: 2001:4f8:0:2::14 204.152.184.76
Host not found, try again.
Just when I thought I had a DNS server I could point my IPv6-only hosts
to...