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

(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