From owner-freebsd-net@FreeBSD.ORG Tue Mar 18 19:09:34 2008 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 873991065670 for ; Tue, 18 Mar 2008 19:09:34 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (trang.nuxi.org [74.95.12.85]) by mx1.freebsd.org (Postfix) with ESMTP id 80A0D8FC19 for ; Tue, 18 Mar 2008 19:09:34 +0000 (UTC) (envelope-from obrien@NUXI.org) Received: from dragon.nuxi.org (obrien@localhost [127.0.0.1]) by dragon.nuxi.org (8.14.1/8.14.1) with ESMTP id m2IIYwFY038782 for ; Tue, 18 Mar 2008 11:34:58 -0700 (PDT) (envelope-from obrien@dragon.nuxi.org) Received: (from obrien@localhost) by dragon.nuxi.org (8.14.2/8.14.1/Submit) id m2IIYw1E038781 for freebsd-net@freebsd.org; Tue, 18 Mar 2008 11:34:58 -0700 (PDT) (envelope-from obrien) Date: Tue, 18 Mar 2008 11:34:58 -0700 From: "David O'Brien" To: freebsd-net@freebsd.org Message-ID: <20080318183458.GA38209@dragon.NUXI.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Operating-System: FreeBSD 8.0-CURRENT User-Agent: Mutt/1.5.16 (2007-06-09) Subject: Why do some ports insist on make IPv6 connections? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@freebsd.org List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Mar 2008 19:09:34 -0000 On systems running the GENERIC kernel (and thus having IPv6 enabled), two ports that I know of run into trouble: ncftp3 and dillo. For hosts that have both IPv4 and IPv6 A[A] records: $ host ftp.vim.org ftp.nluug.nl has address 192.87.102.43 ftp.nluug.nl has address 192.87.102.42 ftp.nluug.nl has address 2001:610:1:80aa:192:87:102:42 ftp.nluug.nl has address 2001:610:1:80aa:192:87:102:43 These apps insist on making IPv6 connections. However, the only IPv6 routes I have is for lo0. So I get errors like: Could not connect to ftp.vim.org: No route to host. My question is why does this happen? Why isn't the connection IPv4 given I cannot get there from here [over IPv6]? thanks, -- -- David (obrien@FreeBSD.org)