From owner-freebsd-questions@FreeBSD.ORG Sun Jan 4 19:20:30 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24DE816A4CE for ; Sun, 4 Jan 2004 19:20:30 -0800 (PST) Received: from alfa.fastwebnet.it (alfa.fastwebnet.it [213.140.2.55]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4726843D39 for ; Sun, 4 Jan 2004 19:20:29 -0800 (PST) (envelope-from gaspo1@fastwebnet.it) Received: from [23.252.146.82] by alfa.fastwebnet.it with HTTP; Mon, 5 Jan 2004 04:20:26 +0100 Date: Mon, 5 Jan 2004 03:20:26 +0000 Message-ID: <3FE7916A00003426@alfa.mail.fw> From: gaspo1@fastwebnet.it To: questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: tunnel broker help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2004 03:20:30 -0000 FreeBSD GASPOFWIPV6LAB 4.9-RELEASE FreeBSD 4.9-RELEASE #0: Thu Jan 1 08:= 04:10 CET 2004 root@GASPOTB:/usr/src/sys/compile/GASPO i386 --- i want to start a a tunnel broker on my freebsd,But i user that command for route the ipv6 address.. ifconfig gif1 create ifconfig gif1 up gifconfig gif1 myIP clientIP route add -inet6 3ffe:*:*:*::/64 -interface gif1 sysctl -w net.inet6.ip6.forwarding=3D1 --- but the client cannot use the Tunnel broker. what us the real command for route ipv6 address to other pc?