On the Beaglebone Black, after installing the latest bb-usb-gadgets, it seems that the dhcp default gateway has changed, and the new default isn't allowing network access over ethernet. I've poked around looking for relevant config files but haven't found the right ones yet.
Running "ip route show" now gives: >default via 192.168.7.1 dev usb0 onlink >192.168.2.0/24 dev eth0 proto kernel scope link src 192.168.2.97 >192.168.2.1 dev eth0 scope link >192.168.6.0/24 dev usb1 proto kernel scope link src 192.168.6.2 >192.168.7.0/30 dev usb0 proto kernel scope link src 192.168.7.2 When the 192.168.7.1 gateway is deleted (sudo route del default gw 192.168.7.1), the 192.168.2.1 dev eth0 route becomes default and I have internet connection. After reboot, 192.168.7.1 is default again. Thanks for any suggestions. -- 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 beagleboard+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/2045ac5b-8840-47af-9517-ac9c8d94cfc3n%40googlegroups.com.