>I have a NetBSD 1.4.1 box set up as a border router for our
>IPv6 backbone. It is connected via an ipv6-over-ipv4 tunnel
>over the interface gif0.
>For some reason I am not able to attach the ipv6 default route
>to the interface gif0.
>I am using the KAME snapshot 20000110.
>
>Can anyone please help me out?

        basically we recommend you to run routing daemon (like route6d or
        zebra ripngd) if the upstream is willing to exchange route with you.
        there are too many typo possibilities and i don't recommend static
        configuration.

        if you need to set up a default route to gif0, please use the following
        sequence of commands (you need both, in sequence):
        # route add -inet6 default ::1
        # route change -inet6 default -ifp gif0
        btw, 2000/1/10 is way too old - please update to more recent one.
        the above commands may not work if you are in bad luck.

itojun

---------------------------------------------------------------------
The IPv6 Users Mailing List
Unsubscribe by sending "unsubscribe users" to [EMAIL PROTECTED]

Reply via email to