Subject: Re: v6 question
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: None <itojun@iijlab.net>
List: tech-net
Date: 02/10/2000 02:30:18
>I got some tunnel here that has one endpoint in one of my /64s, using gif0
>as the tunnel device. I want to advertise another of my /64s on the local
>ethernet (ne0). Is running rtsold here the way to go?
I hope I got it right...
If the target of the advertisement (from ne0) is end node, run
rtadvd on your router like
# rtadvd ne0
and run rtsol on your end nodes.
your peer
|
| tunnel
|
your router
| ne0
==+===== foo/64
your end nodes
If you need to advertise routes to another router, route6d (or
pkgsrc/net/zebra) should be used to advertise routes.
>BTW, "dig -x" doesn't seem to understand v6 addresses - just wanted to
>mention this...
I always type the 0.1.2.3.ip6.int. by hand :-)
itojun