Re: IPv6 @ IETF-71, especially Jabber
Iljitsch van Beijnum <iljitsch@muada.com> Mon, 03 March 2008 10:14 UTC
Return-Path: <ietf-bounces@ietf.org>
X-Original-To: ietfarch-ietf-archive@core3.amsl.com
Delivered-To: ietfarch-ietf-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id C4EF828C4C9;
Mon, 3 Mar 2008 02:14:58 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.242
X-Spam-Level:
X-Spam-Status: No, score=-1.242 tagged_above=-999 required=5
tests=[AWL=-1.405, BAYES_00=-2.599, FH_RELAY_NODNS=1.451,
HELO_MISMATCH_ORG=0.611, J_CHICKENPOX_13=0.6, RDNS_NONE=0.1]
Received: from mail.ietf.org ([64.170.98.32])
by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id oDuVWPeJvflq; Mon, 3 Mar 2008 02:14:57 -0800 (PST)
Received: from core3.amsl.com (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id 0E4D73A6858;
Mon, 3 Mar 2008 02:14:47 -0800 (PST)
X-Original-To: ietf@core3.amsl.com
Delivered-To: ietf@core3.amsl.com
Received: from localhost (localhost [127.0.0.1])
by core3.amsl.com (Postfix) with ESMTP id 96F5C28C3D0
for <ietf@core3.amsl.com>; Mon, 3 Mar 2008 02:14:45 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from mail.ietf.org ([64.170.98.32])
by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 4BzB7f3nJ61B for <ietf@core3.amsl.com>;
Mon, 3 Mar 2008 02:14:26 -0800 (PST)
Received: from sequoia.muada.com (unknown [IPv6:2001:1af8:2:5::2])
by core3.amsl.com (Postfix) with ESMTP id 7EE643A6F73
for <ietf@ietf.org>; Mon, 3 Mar 2008 02:12:57 -0800 (PST)
Received: from [127.0.0.1] (sequoia.muada.com [83.149.65.1])
by sequoia.muada.com (8.13.3/8.13.3) with ESMTP id m23ACZoC064103
for <ietf@ietf.org>; Mon, 3 Mar 2008 11:12:35 +0100 (CET)
(envelope-from iljitsch@muada.com)
Message-Id: <883B839E-7E1D-4F67-A979-4FF8EBF5D358@muada.com>
From: Iljitsch van Beijnum <iljitsch@muada.com>
To: IETF discussion list <ietf@ietf.org>
In-Reply-To: <55067F48-573A-4FC4-996A-260D0F00B82B@muada.com>
Mime-Version: 1.0 (Apple Message framework v919.2)
Subject: Re: IPv6 @ IETF-71, especially Jabber
Date: Mon, 3 Mar 2008 11:12:46 +0100
References: <55067F48-573A-4FC4-996A-260D0F00B82B@muada.com>
X-Mailer: Apple Mail (2.919.2)
X-BeenThere: ietf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: IETF Discussion <ietf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/ietf>,
<mailto:ietf-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:ietf@ietf.org>
List-Help: <mailto:ietf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ietf>,
<mailto:ietf-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: ietf-bounces@ietf.org
Errors-To: ietf-bounces@ietf.org
On 29 feb 2008, at 15:34, Iljitsch van Beijnum wrote: > What's going on with the preparations to turn off IPv4 at IETF-71? > It's been really quiet surrounding that topic since the initial > discussion. It's good to hear that work is going on behind the scenes. > So... does anyone know a place to obtain a Jabber account that's > usable over IPv6? I assumed psg.com would be a good candidate, but > even though psg.com has a AAAA record, jabber.psg.com doesn't. I've had a couple of offers in private email (thanks for those!) but I've decided to go into another direction with this, and set up a transport relay translator (RFC3142) on a FreeBSD server. This is a combination special network interface and a daemon that listens on an IPv6 TCP port and forwards the session to the IPv4 destination encoded in the low bits of the IPv6 address. See the faithd man page For the next two weeks, the translator will be open for everyone on prefix 2001:1af8:5:f::/96 on ports 5222 and 5223. So if, like me, you use Google Talk for Jabber you can connect to 2001:1af8:5:f:: 209.85.137.125 (or 2001:1af8:5:f::d155:897d) rather than 209.85.137.125. (Replace the IPv4 bits with that of your Jabber server if you use another Jabber server.) This has of course the slight downside that you can only use Jabber when you have IPv6 connectivity. I fixed this by setting up a hostname that has both the translated address and the normal address: googletalk.runningipv6.net. A side effect is that the SSL certificate now doesn't match the hostname, so you'll get an SSL warning (or failure). As long as you manually check the certificate you SHOULD still be secure, but your milage may vary. Connecting to Google Talk in this manner allowed me to use Jabber as usual (as you can see if you go to v6ops @ jabber.ietf.org), when running dual stack, IPv6 only or IPv4 only. I used iChat with the caveat in described an earlier message and Adium without any problems on the Mac. Note that all the above becomes moot if there is a NAT-PT translator and a DNS ALG when IPv4 is turned off. I've also tried some clients on Windows XP, but no success with those... Too bad, because having working Jabber should be very helpful in debugging all the other protocols that may have issues when running IPv6-only. In this case NAT-PT will NOT help because of XP's inability to resolve DNS names over IPv6. I'm on Jabber as iljitsch @ gmail.com if anyone needs assistence with any of this. _______________________________________________ IETF mailing list IETF@ietf.org https://www.ietf.org/mailman/listinfo/ietf
- IPv6 @ IETF-71, especially Jabber Iljitsch van Beijnum
- Re: IPv6 @ IETF-71, especially Jabber Ralph Droms
- Re: IPv6 @ IETF-71, especially Jabber Stephane Bortzmeyer
- Re: IPv6 @ IETF-71, especially Jabber Leslie Daigle
- Re: IPv6 @ IETF-71, especially Jabber Lucy Lynch
- Re: IPv6 @ IETF-71, especially Jabber Iljitsch van Beijnum
- wiki for IETF71 IPv6 experience Re: IPv6 @ IETF-7… Leslie Daigle
- Re: wiki for IETF71 IPv6 experience Re: IPv6 @ IE… Iljitsch van Beijnum
- Re: wiki for IETF71 IPv6 experience Re: IPv6 @ IE… Leslie Daigle
- Re: wiki for IETF71 IPv6 experience Re: IPv6 @ IE… Cyrus Daboo
- Re: wiki for IETF71 IPv6 experience Re: IPv6 @ IE… Mark Andrews