From owner-freebsd-questions@FreeBSD.ORG Sun Sep 21 09:18:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 60C93106564A for ; Sun, 21 Sep 2008 09:18:14 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from lmailproxy01.edpnet.net (lmailproxy01.edpnet.net [212.71.1.194]) by mx1.freebsd.org (Postfix) with ESMTP id E8C6E8FC17 for ; Sun, 21 Sep 2008 09:18:13 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from beni.lan (213.219.134.26.adsl.dyn.edpnet.net [213.219.134.26]) by lmailproxy01.edpnet.net (8.13.1/8.13.1) with ESMTP id m8L9IBes008082 for ; Sun, 21 Sep 2008 11:18:11 +0200 From: beni To: freebsd-questions@freebsd.org Date: Sun, 21 Sep 2008 09:18:11 +0000 User-Agent: KMail/1.9.10 References: <200809201535.48491.beni@brinckman.info> <25ff90d60809201613j1ce9b38eoec9069a8c02b21d7@mail.gmail.com> In-Reply-To: <25ff90d60809201613j1ce9b38eoec9069a8c02b21d7@mail.gmail.com> X-Face: $,~&QrDrInYiH(ZUXjNH_0r4q\`w83!}&; +8c.K[`NnZwV|m$5N{NCkWesaR.9|yqIC[<=?utf-8?q?d=0A=09P0?="xTw:F|)_r*WC\f8lz)g=a; 93dz2mP7iv)LLzBd; 6^Y:=*>@U; _\+4( MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200809210918.11621.beni@brinckman.info> X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on lmailproxy01.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=3.8 required=5.0 tests=BAYES_50,HELO_LH_HOME, IP_LINK_PLUS, NORMAL_HTTP_TO_IP, RDNS_DYNAMIC autolearn=disabled version=3.2.4 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on lmailproxy01.edpnet.net Subject: Re: ipv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: beni@brinckman.info List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Sep 2008 09:18:14 -0000 On Saturday 20 September 2008 23:13:33 David Horn wrote: > On Sat, Sep 20, 2008 at 11:35 AM, beni wrote: > > Hi, > > > > I have a question about IPv6. > > I installed /net/freenet6 and edited the /usr/local/etc/gw6c.conf file > > with the login and password given by Go6.net. > > I added freenet6_enable="YES", ipv6_enable="YES" and > > ipv6_network_interfaces="vr0 tun0" to my /etc/rc.conf. > > An ifconfig shows this : > > bsdaddict# ifconfig vr0 > > vr0: flags=8843 metric 0 mtu 1500 > > options=2808 > > ether 00:0c:76:c2:2c:b7 > > inet6 fe80::20c:76ff:fec2:2cb7%vr0 prefixlen 64 scopeid 0x1 > > inet 192.168.1.101 netmask 0xffffff00 broadcast 192.168.1.255 > > media: Ethernet autoselect (100baseTX ) > > status: active > > bsdaddict# > > So I think the installation of ipv6 is ok : surfing to > > http://go6.net/4105/freenet.asp says "You are using IPv6 from ...". But > > in X-chat, when connecting to Freenode p.ex., I get this : > > > > FreebsdBeni n=FreeBSD 213.219.143.49.adsl.dyn.edpnet.net :You are now > > logged in. (id FreebsdBeni, username n=FreeBSD, hostname > > 213.219.143.49.adsl.dyn.edpnet.net) > > Even if you have properly setup/configured a tunnel to provide IPv6, > does not mean that IPv4 goes away. You are running in dual stack mode > (both IPv4, and IPv6 active) You may want to read up a little bit on > IPv6 details and background in the FreeBSD handbook > > http://www.freebsd.org/doc/en/books/handbook/network-ipv6.html > > and in the go6.net wiki (among lots of other good IPv6 articles. > Google is your friend here.) > > http://wiki.go6.net/index.php?title=IPv6_transition_mechanisms > > Most applications that are IPv6 aware will default to using IPv6 if > everything is setup properly. This includes giving an IPv6 capable > DNS name to your IRC client. (ipv6.chat.us.freenode.net and > ipv6.chat.eu.freenode.net are a few that are IPv6) > > I'm not much of an IRC user myself, but I see that several of the > ports of xchat are IPv6 enabled. You did not specify what version of > Xchat you are using, so I can't comment further there. Make sure you > are using a version of xchat that supports IPv6, and that you are > using the appropriate IPv6 freenode DNS name. > > You can also find a listing of IPv6 capable application ports over on > http://www.freshports.org/ipv6/ > > > And that is not a ipv6 address. So what am I missing here ? Is it my > > config or is my isp converting my ipv6 back to ipv4 ? > > It is your config. An ISP can not really "automagically" change you > from IPv6 to IPv4 when you have a tunnel active. You do not provide > an ifconfig for your tunnel interface (tun0), so it is hard to tell > what your configuration looks like. > > Can you ping6 the site in question ? (ie: ping6 ipv6.chat.us.freenode.net) > > > Thanks for any hints on this. > > -- > > Beni. > It seems that I was, indeed using the wrong server to connect me to : the "normal" IPv6 instead of the ipv6-servers (the ping6 works). So now all seems ok. Didn't know about those IPv6 capable application port on Freshports though. Will definitely check those, thanks for the link and your explications ! -- Beni.