From owner-freebsd-net@FreeBSD.ORG Sun Aug 8 05:05:02 2010 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EEFF9106564A; Sun, 8 Aug 2010 05:05:02 +0000 (UTC) (envelope-from gpalmer@freebsd.org) Received: from noop.in-addr.com (mail.in-addr.com [IPv6:2001:470:8:162::1]) by mx1.freebsd.org (Postfix) with ESMTP id C65868FC0C; Sun, 8 Aug 2010 05:05:02 +0000 (UTC) Received: from gjp by noop.in-addr.com with local (Exim 4.54 (FreeBSD)) id 1Ohy4C-000C9P-TL; Sun, 08 Aug 2010 01:05:00 -0400 Date: Sun, 8 Aug 2010 01:05:00 -0400 From: Gary Palmer To: Hiroki Sato Message-ID: <20100808050500.GB86366@in-addr.com> References: <4C5E33BB.50809@ukr.net> <20100808.135605.22069970.hrs@allbsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20100808.135605.22069970.hrs@allbsd.org> Cc: freebsd-net@FreeBSD.org, universite@ukr.net Subject: Re: Does not work resolving IPv6 addresses via IPv4 DNS-server X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Aug 2010 05:05:03 -0000 On Sun, Aug 08, 2010 at 01:56:05PM +0900, Hiroki Sato wrote: > "Vladislav V. Prodan" wrote > in <4C5E33BB.50809@ukr.net>: > > un> # host -6 2001:5c0:1000:b::599b 8.8.8.8 > un> socket.c:1859: internal_send: ::ffff:8.8.8.8#53: Invalid argument > un> socket.c:1859: internal_send: ::ffff:8.8.8.8#53: Invalid argument > un> ;; connection timed out; no servers could be reached > > The above command specifies IPv4 as the transport to 8.8.8.8. I believe you mean that the -6 flag specifies that the utility use IPv6 as the transport to reach the IPv4 address 8.8.8.8 Regards, Gary