Your board is able to communicate with default gateway so network connectivity is correct.
Default gateway is not routing the packets further to next hop. You will not be able to connect to Internet even if you replace BBB with any other host/laptop also. And this doesn't seems problem of BBB. So check the settings at 172.17.89.254 if its a NATed router or behind/is a firewall ? You might have to set HTTP proxy if you are behind HTTP web proxy server. Try following if this is the case: $ sudo /bin/bash # export http_proxy='http://YOUR-WEB-PROXY-IP:PORT' # opkg update On 23 October 2013 22:45, <[email protected]> wrote: > root@beaglebone:~# ping -c 10 172.17.89.254 > PING 172.17.89.254 (172.17.89.254) 56(84) bytes of data. > 64 bytes from 172.17.89.254: icmp_req=1 ttl=64 time=0.267 ms > 64 bytes from 172.17.89.254: icmp_req=2 ttl=64 time=0.231 ms > 64 bytes from 172.17.89.254: icmp_req=3 ttl=64 time=0.276 ms > ^C > --- 172.17.89.254 ping statistics --- > 3 packets transmitted, 3 received, 0% packet loss, time 1999ms > rtt min/avg/max/mdev = 0.231/0.258/0.276/0.019 ms > > > -- > For more options, visit http://beagleboard.org/discuss > --- > You received this message because you are subscribed to a topic in the > Google Groups "BeagleBoard" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/beagleboard/wDiJW0HXR3s/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
