|
From: David K. <da...@em...> - 2011-05-24 21:04:12
|
You might as well try radvd first; that will show if the wifi phone is ipv6 capable. Just install radvd and set up /etc/radvd.conf (that is where it is on ubuntu anyway, and after changing the conf file you restart with /etc/init.d/radvd restart). Mine is
interface usb0
{
AdvSendAdvert on;
AdvLinkMTU 1280;
AdvCurHopLimit 128;
AdvReachableTime 360000;
IgnoreIfMissing on;
#These numbers for passthru jackdaw
MinRtrAdvInterval 100;
MaxRtrAdvInterval 150;
AdvDefaultLifetime 200;
#These numbers for RA to jackdaw border router
# MinDelayBetweenRAs 1800;
# MinRtrAdvInterval 1350;
# MaxRtrAdvInterval 1800;
# AdvDefaultLifetime 9000;
#Local access
# prefix aaaa::/64
prefix bbbb::/64
# prefix fdfd::/64
#Internet acces
# prefix 2001:4978:1db:1::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvPreferredLifetime 4294967295;
AdvValidLifetime 4294967295;
};
};
interface eth0
{
AdvSendAdvert on;
AdvLinkMTU 1280;
AdvCurHopLimit 128;
AdvReachableTime 360000;
prefix 2001:4978:1db::/64
{
AdvOnLink on;
AdvAutonomous on;
AdvPreferredLifetime 4294967295;
AdvValidLifetime 4294967295;
};
};
From: Trevor White
Sent: Tuesday, May 24, 2011 4:46 PM
To: Contiki developer mailing list
Subject: Re: [Contiki-developers] IPv4 to IPv6
Okay guys. Big thanks. I dont understand IPv6 routing but think I will sort a wireless router for IPv6. Any cheap suggestions for one i can find on ebay?
Thanks all.
Trev
--
Sent from my Android phone with K-9 Mail. Please excuse my brevity.
--------------------------------------------------------------------------------
------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery,
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now.
http://p.sf.net/sfu/quest-d2dcopy1
--------------------------------------------------------------------------------
_______________________________________________
Contiki-developers mailing list
Con...@li...
https://lists.sourceforge.net/lists/listinfo/contiki-developers
|