Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2008 11:34:58 -0700
From:      "David O'Brien" <obrien@freebsd.org>
To:        freebsd-net@freebsd.org
Subject:   Why do some ports insist on make IPv6 connections?
Message-ID:  <20080318183458.GA38209@dragon.NUXI.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080318183458.GA38209>