[6bone] ?IPv6 anycast...
Saku Ytti
ytti@teliafi.net
Sun, 18 May 2003 17:55:22 +0300
On (2003-05-18 21:11 +0700), Warodom Werapun wrote:
> I like to test 'anycast' address of IPv6.
> Could anyone tell me, how could I test it?
On linux:
ip link set sit0 up;ip addr add $(printf "2002:%02x%02x:%02x%02x::1" $(ip
route get 192.88.99.1|head -n1|sed 's/\./ /g'|sed 's/.*src \([0-9
]\+\).*/\1/')) dev sit0;ip -6 route add 2000::/3 via ::192.88.99.1
If that is not working you need to specify explicitly the 6to4 router,
6to4.sn.net might work :>
Read rfc3068 for good explanation.
--
++ytti, NOC monkey