From owner-freebsd-net@FreeBSD.ORG Fri May 13 20:52:47 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C19C16A4CE for ; Fri, 13 May 2005 20:52:47 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 6CED843D62 for ; Fri, 13 May 2005 20:52:46 +0000 (GMT) (envelope-from FreeMan@fantasymail.de) Received: (qmail 31217 invoked by uid 0); 13 May 2005 20:26:05 -0000 Received: from 213.217.113.250 by www2.gmx.net with HTTP; Fri, 13 May 2005 22:26:05 +0200 (MEST) Date: Fri, 13 May 2005 22:26:05 +0200 (MEST) From: FreeMan@fantasymail.de To: freebsd-net@freebsd.org MIME-Version: 1.0 X-Priority: 3 (Normal) X-Authenticated: #27615881 Message-ID: <25286.1116015965@www2.gmx.net> X-Mailer: WWW-Mail 1.6 (Global Message Exchange) X-Flags: 0001 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Several IPv6 tunnels possible? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 May 2005 20:52:47 -0000 Hello Listers! I hope that somebody here can help me with my problem(s). I trying to setup several IPv6 tunnels on a FreeBSD 5.3 box. With only one tunnel it works but whenever i add a other one - both are broken and i cant connect out to the world over ipv6. Afaik i can use different gif interfaces but i dont know how to define for each tunnel their own default gateway. ipv6_enable="YES" ipv6_network_interfaces="xl0 gif0 lo0" ipv6_defaultrouter="fe80::1%gif0" gifconfig_gif0="myip tunnelserverip" ipv6_ifconfig_gif0="ipv6adress prefixlen 128" ipv6_ifconfig_gif0_alias0="ipv6adress2 prefixlen 128" This works for one tunnel but how can i add a second one without brake routing? Thanks for you help!