From owner-freebsd-net@FreeBSD.ORG Mon Sep 4 02:44:26 2006 Return-Path: X-Original-To: freebsd-net@freebsd.org 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 31F9416A4DA for ; Mon, 4 Sep 2006 02:44:26 +0000 (UTC) (envelope-from gnn@neville-neil.com) Received: from mrout1.yahoo.com (mrout1.yahoo.com [216.145.54.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBF7543D49 for ; Mon, 4 Sep 2006 02:44:25 +0000 (GMT) (envelope-from gnn@neville-neil.com) Received: from minion.local.neville-neil.com (proxy8.corp.yahoo.com [216.145.48.13]) by mrout1.yahoo.com (8.13.6/8.13.6/y.out) with ESMTP id k842iFjv011846; Sun, 3 Sep 2006 19:44:15 -0700 (PDT) Date: Mon, 04 Sep 2006 11:04:44 +0900 Message-ID: From: gnn@freebsd.org To: John Hay In-Reply-To: <20060903132214.GA40993@zibbi.meraka.csir.co.za> References: <20060903132214.GA40993@zibbi.meraka.csir.co.za> User-Agent: Wanderlust/2.14.0 (Africa) SEMI/1.14.6 (Maruoka) FLIM/1.14.8 (=?ISO-8859-4?Q?Shij=F2?=) APEL/10.6 Emacs/22.0.50 (i386-apple-darwin8.7.1) MULE/5.0 (SAKAKI) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Cc: freebsd-net@freebsd.org Subject: Re: ipv6 host routes X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Sep 2006 02:44:26 -0000 At Sun, 3 Sep 2006 15:22:14 +0200, John Hay wrote: > > Hi, > > Does anybody know how to add a direct IPv6 host route that actually works? > What I mean is not through a gateway, but for one directly reachable. > > I know it normally isn't needed because it will just work, but I'm > trying to add FreeBSD IPv6 capability to net/olsrd. It looks like I have > most of the rest working, but this is one of the last things tripping > me up. > > I have played for most of the morning with various incantations of > "route add -inet6 -host ..." and just get various non working > routes. For my test I have the machines configured on the same IPv6 > subnet and without adding anything special I can ping them, but not > after adding a route. > > The reason they (the olsr guys) do it is so that a router can have > multiple WiFi interfaces all configured on the same subnet. Then > when they get comms with a machine, they can add a route to it > through that interface. > > At the moment I'm not even at the point of trying to get multiple > interfaces on the same subnet working, although I would like to > do that in the future. It would help if you have a high-site with > multiple antennas and radios. > > So anybody that know how to add a direct IPv6 host route on FreeBSD? > Can you show us the commands, network layout and the output of netstat -r and ndp -a? Best, George