From owner-freebsd-bugs@FreeBSD.ORG Mon Mar 7 22:50:05 2005 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FD0416A4CE for ; Mon, 7 Mar 2005 22:50:05 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77F3B43D5C for ; Mon, 7 Mar 2005 22:50:05 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j27Mo5oA040922 for ; Mon, 7 Mar 2005 22:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j27Mo5dx040921; Mon, 7 Mar 2005 22:50:05 GMT (envelope-from gnats) Date: Mon, 7 Mar 2005 22:50:05 GMT Message-Id: <200503072250.j27Mo5dx040921@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Roy Badami Subject: Re: misc/78565: Default FreeBSD 5.3 named setup has problems resolving names due to IPv6 issues X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Roy Badami List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2005 22:50:05 -0000 The following reply was made to PR misc/78565; it has been noted by GNATS. From: Roy Badami To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/78565: Default FreeBSD 5.3 named setup has problems resolving names due to IPv6 issues Date: Mon, 7 Mar 2005 22:49:20 +0000 I should add that this problem also affects the bind9 port in FreeBSD 4. I'm not sure whether it effects the BIND 8 install in the base FreeBSD 4 system (I suspect not [1], but I'm not immediately in a position to verify it). Another good way to demonstrate the problem is with dig, which suffers from the same problem as named The command dig @a.gtld-servers.net foo.com will fail to get a response, because a.gtld-servers.net is IPv6-connected. -roy [1] I note that /usr/bin/dig doesn't suffer from this on FreeBSD 4.10, but that /usr/local/bin/dig (built from the bind9 port) does; hence the suspicion that BIND 8's named won't suffer from this either.