From owner-freebsd-questions@FreeBSD.ORG Mon Jan 25 17:59:57 2010 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 29155106568D for ; Mon, 25 Jan 2010 17:59:57 +0000 (UTC) (envelope-from seklecki@noc.cfi.pgh.pa.us) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id E17B08FC0C for ; Mon, 25 Jan 2010 17:59:56 +0000 (UTC) Received: from [127.0.0.1] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Mon, 25 Jan 2010 13:25:36 -0500 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::6 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-questions@freebsd.org X-SMFBL: ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=noc.cfi.pgh.pa.us; s=noc_cfi_pgh_pa_us_key_dkim; l=1097; t=1264443936; i=@noc.cfi.pgh.pa.us; h=Message-ID:Date:From: Reply-To:Organization:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; bh=jNZt7leNuBad55Yb6n7VgZeGtSA=; b=cm2ue5Ls0RO+kjmosqUph5lnfTKAn rPEFE6QsoTyd/HlmzjDDivSQTIjnRgE76/c+IZzZWqcrUQ8ZsOJ1KijYAyhyVXxd ha7weLHZ8PhhQKjxI8oPpq41b8bl83xm0FN Message-ID: <4B5DDC18.7000901@noc.cfi.pgh.pa.us> Date: Mon, 25 Jan 2010 12:59:52 -0500 From: "Brian A. Seklecki (CFI NOC)" Organization: Collaborative Fusion, Inc. (DRP NOC) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Peter_Ankerst=E5l?= References: <31D1B7FC-E6D9-40D7-9BFE-8EE5B46CD3E5@pean.org> In-Reply-To: <31D1B7FC-E6D9-40D7-9BFE-8EE5B46CD3E5@pean.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-questions@freebsd.org Subject: Re: ipv6 static route. X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bseklecki@noc.cfi.pgh.pa.us List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2010 17:59:57 -0000 On 1/25/2010 12:15 PM, Peter Ankerstål wrote: > How do I set a static ipv6 route in rc.conf? > > This command works: route add -inet6 -net 2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2 > > and I use this in rc.conf: > ipv6_static_routes="2003:16c8:dc1e:2:: -prefixlen 64 2003:16c8:dc1e::2" > Do it like IPv4 static routes with an itemized/serialized list: ipv6_static_routes="pitbpa0_0 pitbpa0_1 faith_0 faith_1" ipv6_route_pitbpa0_0="2607:f000:0010:0100::/56 2607:f000:10::4000" ipv6_route_pitbpa0_1="2607:f000:0010:0200::/56 2607:f000:10::4000" ipv6_route_faith_0="2607:f000:10:0:ffff:: -prefixlen 96 ::1" ipv6_route_faith_1="2607:f000:10:0:ffff:: -prefixlen 96 -ifp faith0" Keep the faith, yea? ~BAS > but it does not set the correct routes. > -- > Peter Ankerstål > peter@pean.org > http://www.pean.org/ > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"