You might check that forwarding of ipv6 packets is enabled. You can do this in /proc or with sysctl; the key is /proc/sys/net/ipv6/conf/all/forwarding. (ie, echo 1 > /proc/sys/net/ipv6/conf/all/forwarding). Also make sure you've given the motes a public prefix and configured your routing table correctly. The instructions here (http://smote.cs.berkeley.edu:8000/tracenv/wiki/b6loWPAN/PublicIP) are a little dated but might be helpful.
Steve On Mon, Apr 26, 2010 at 1:51 PM, research help <[email protected]> wrote: > Hi, > I followed the BLIP tutorial and can successfully communication with nodes > running UDPEcho. Using the UDP shell on the node, I can ping the base > station node (fec::64) as well as the IPv6 address of the machine connected > to the base station mote. However, I am unable to ping any other IPv6 > address from that node (such as ipv6.google.com). Are there any settings I > need to change to enable this? I can ping IPv6 addresses directly from my > base station machine without any problem. > Thanks, > Sarah > > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- stephen dawson-haggerty http://cs.berkeley.edu/~stevedh uc berkeley wireless and embedded systems lab berkeley, ca 94720 _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
