From owner-freebsd-atm@FreeBSD.ORG Mon Jun 19 15:40:51 2006 Return-Path: X-Original-To: freebsd-atm@freebsd.org Delivered-To: freebsd-atm@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1184A16A479 for ; Mon, 19 Jun 2006 15:40:51 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.FreeBSD.org (Postfix) with ESMTP id 825D443D53 for ; Mon, 19 Jun 2006 15:40:50 +0000 (GMT) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.173.6]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Mon, 19 Jun 2006 17:40:47 +0200 Date: Mon, 19 Jun 2006 17:40:48 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@beagle.kn.op.dlr.de To: Christian Pinedo Zamalloa In-Reply-To: <4492A3F3.70908@ehu.es> Message-ID: <20060619173933.Q21546@beagle.kn.op.dlr.de> References: <4492A3F3.70908@ehu.es> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 19 Jun 2006 15:40:47.0827 (UTC) FILETIME=[BC3FDA30:01C693B6] Cc: freebsd-atm@freebsd.org Subject: Re: ATM & IPV6 X-BeenThere: freebsd-atm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: ATM for FreeBSD! List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jun 2006 15:40:51 -0000 On Fri, 16 Jun 2006, Christian Pinedo Zamalloa wrote: CPZ>-----BEGIN PGP SIGNED MESSAGE----- CPZ>Hash: SHA1 CPZ> CPZ>hi all, CPZ> CPZ>I am trying to configure an IDT ATM card in a FreeBSD box. I want to use CPZ>this ATM link to send IPv6 traffic over a PVC with AAL5 and LLC/SNAP CPZ>encapsulation. CPZ> CPZ>atm set netif idt0 atm 1 CPZ>atm attach idt0 "SIGPVC" CPZ>ifconfig atm0 inet6 xxxxxxxxxxxxxx::2/64 CPZ> CPZ>The problem is when I try to set up the IPv6 peer address, "atm" command CPZ>haven't this option: CPZ> CPZ>atm add idt0 108 50 AAL5 "LLC/SNAP" IPV6 atm0 xxxxxxxxxxxxxxxxx::1 CPZ> CPZ>I have seen an "atm6" command in, CPZ>http://www-rp.lip6.fr/~lochin/xbsd_notes.txt , CPZ>but i don't know where to find. Does anybody know?? CPZ> CPZ>Is there other tool in order to set up VPCs for IPv6 traffic?? It don't think we support IPv6. As far as I remember the RFCs for CLIP only talk about IPv4 so there would be no standard way of doing this. harti