[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02690) Re: RTNETLINK answer: Invalid argument



Hi,

I realized "via ::192.88.99.1" is working in the Linux 2.6 but
not in the Linux 2.4.20.

In Linux 2.4.20, I replaced it with "via 2002:c058:6301::1"
to make it works (I can ping6 www.6bone.net). 
However, in 2.6 even though the
"via 2002:c058:6301::1" is added to the routing table but
it does not route at all (it returns "Destination unreachable").

Any commnets?

Yang

-----Original Message-----
From: Yang Hsiung [mailto:yhsiung@xxxxxxxxx]
Sent: Friday, December 05, 2003 1:03 PM
To: Usagi-Users
Subject: (usagi-users 02674) RTNETLINK answer: Invalid argument


Hi,

I tried to use the following command but received 
RTNETLINK answer: Invalid argument.

/sbin/ip -6 route add 2000::/3 via ::192.88.99.1 dev tun6to4 metric 1

If I took out "via ::192.88.99.1", then the command works fine. 
That means the error was coming from "via ::192.88.99.1". 

According to Mr. Bieringer's "Linux IPv6 HOWTO", 9.1.3.2, 
192.88.99.1 is the anycast address.

Any idea?

Yang