>I'll use BSD-syntax, but my question is general(especially xp, bsd and
>linux I'm interested in)
>
>Suppose I have a tunnel between IPv4 A en B gif0
>
>If i do
>route add -inet6 default gif0
>having already an interface configured with the v6 endpoint.
though not stated, i guess you are using freebsd. freebsd behaves
a little bit different from other bsds.
the most preferred way is to run routing deaemons on both ends.
if you really need to do a static routing, use the following two
commands (the order is important).
# route add -inet6 default ::1
# route change -inet6 default ::1 -ifp gif0
itojun
---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]