Thanks for the reply Robert. I have tested removing/re-installing bb-usb-gadgets, and that does result in different default gateways. When removed, the eth0 route is default.
Maybe the root cause is elsewhere, and this package is simply revealing an underlying config issue? On Friday, February 26, 2021 at 8:10:20 AM UTC-7 RobertCNelson wrote: > On Thu, Feb 25, 2021 at 11:50 PM Jake Danczyk <[email protected]> wrote: > > > > 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. > > Hi Jake, > > There really shouldn't be a major change with that package, it was > mostly a copy and paste from the boot script to something more > maintainable.. > > https://github.com/beagleboard/customizations/tree/master/usr/bin > > Regards, > > -- > Robert Nelson > https://rcn-ee.com/ > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/c304d9bf-ed79-44cb-8748-6889adccf50an%40googlegroups.com.
