Re: ipv6 host routes

2006-10-02 Thread JINMEI Tatuya / 神明達哉
> On Mon, 2 Oct 2006 13:56:06 +0200, > John Hay <[EMAIL PROTECTED]> said: >> The key point here is whether the route is statically created or not. >> And, if I understand your intent correctly, the host route you want to >> install is not really "static" in that it can (or should) be remo

Re: ipv6 host routes

2006-10-02 Thread John Hay
On Mon, Oct 02, 2006 at 05:19:12PM +0900, JINMEI Tatuya / [EMAIL PROTECTED]@C#:H wrote: > I should have looked at it much earlier (sorry about the delay), but I > don't this change is correct. This will easily bother statically > installed route (especially) on a point-to-point interface. No pro

Re: ipv6 host routes

2006-10-02 Thread JINMEI Tatuya / 神明達哉
> On Fri, 8 Sep 2006 18:15:14 +0200, > John Hay <[EMAIL PROTECTED]> said: > With this and my FreeBSD/IPv6 port of olsrd I can run multiple wireless > interfaces with the same IPv6 subnet and olsrd can make it all work. I should have looked at it much earlier (sorry about the delay), but

Re: ipv6 host routes

2006-09-08 Thread John Hay
Ok, I have made some progress. Again I have two machines, called rtrg, which I'm working on and rtr2, the one I want to "route" to. So my /etc/hosts have this in: 2001:4200:7000:15:202:6fff:fe22:9547rtrg 2001:4200:7000:15:202:6fff:fe41:1927rtr2 If I add a route (on rtrg) like this, I do

Re : ipv6 host routes

2006-09-07 Thread Julien Abeillé
Cc : [EMAIL PROTECTED] Envoyé le : Jeudi, 7 Septembre 2006, 12h09mn 44s Objet : Re: ipv6 host routes Ok, I still have no joy adding an IPv6 route. Can anybody tell me what I do wrong? What I understand from the route(8) man page is that this command should work: route add -inet6 rtr2 rtrg -interface

Re: ipv6 host routes

2006-09-07 Thread John Hay
Ok, I still have no joy adding an IPv6 route. Can anybody tell me what I do wrong? What I understand from the route(8) man page is that this command should work: route add -inet6 rtr2 rtrg -interface Where rtr2 is the destination address and rtrg is my address on the interface that rtr2 is conn

Re: ipv6 host routes

2006-09-04 Thread David Cornejo
as the author of the route code in olsr I can explain what I was trying to do: for routing purposes what we need are point-to-point routes, the subnets on the mesh interfaces are there only to facilitate broadcasting the routing packets. because of the way freebsd is wired, to support multipl

Re: ipv6 host routes

2006-09-04 Thread John Hay
On Mon, Sep 04, 2006 at 11:04:44AM +0900, [EMAIL PROTECTED] wrote: > 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. > > >

Re: ipv6 host routes

2006-09-03 Thread gnn
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

ipv6 host routes

2006-09-03 Thread John Hay
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