From owner-freebsd-questions@FreeBSD.ORG Sat Sep 20 23:35:51 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 9DC801065674 for ; Sat, 20 Sep 2008 23:35:51 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: from hs-out-0708.google.com (hs-out-0708.google.com [64.233.178.244]) by mx1.freebsd.org (Postfix) with ESMTP id 557748FC0A for ; Sat, 20 Sep 2008 23:35:45 +0000 (UTC) (envelope-from dhorn2000@gmail.com) Received: by hs-out-0708.google.com with SMTP id h53so195277hsh.11 for ; Sat, 20 Sep 2008 16:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9Kad1D9sY42FXzbzq9rjli2TLf1ltlUPtOSRxew0OaI=; b=kzz+pTb7sD424Mfzh7iWXivGLMTGRy5F5Pgx7+muxymiU1vjwvtvdIaZvWPLT919gt 9oX5OBcWG//72Av+yLO4r5lYvNeT5dOe2bQGLsfHcaCsA/tJsQDzNWDHhWIajQgzx4C7 xi6uObfU6q41aNNkP7l0Y+BB7VsTrt70st9u4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=a2GfuRBADW+i5QTM6uwH8L3baAfHgpIKo1u/aCPPzYpWbKBBA+kzvT2n4C9E9x/Jr9 BqBhrQrhtcgSQ7KGLjd3CWr5rC3A6JTfWDZuZ5xK4XtUzBqcwQ4DGuxrdK2G9xYwbSjc Nt6fZ2858a94fM7PPHwON7Pdp7AH9CNEKSYKM= Received: by 10.150.50.1 with SMTP id x1mr5136816ybx.98.1221952413998; Sat, 20 Sep 2008 16:13:33 -0700 (PDT) Received: by 10.150.154.16 with HTTP; Sat, 20 Sep 2008 16:13:33 -0700 (PDT) Message-ID: <25ff90d60809201613j1ce9b38eoec9069a8c02b21d7@mail.gmail.com> Date: Sat, 20 Sep 2008 19:13:33 -0400 From: "David Horn" To: freebsd-questions@freebsd.org In-Reply-To: <200809201535.48491.beni@brinckman.info> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200809201535.48491.beni@brinckman.info> Subject: Re: ipv6 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Sep 2008 23:35:51 -0000 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. >