Hi Gregg, On Wed, Dec 14, 2016 at 2:59 PM, Gregg Harrington <[email protected]> wrote: > Perhaps I spoke too soon, after rebooting, things seem to be failing again. > There appears to be a problem with it providing the IP address to the > interface: > > Ethernet adapter Ethernet 5: > > Connection-specific DNS Suffix . : > Link-local IPv6 Address . . . . . : fe80::399c:f19:9a23:f4fb%14 > Autoconfiguration IPv4 Address. . : 169.254.244.251 > Subnet Mask . . . . . . . . . . . : 255.255.0.0 > Default Gateway . . . . . . . . . : > > Is the USB bridge connection on windows. This is working off of the > 12-12-2016 image. The only thing I did with the operating system was log > into the connmanctl and connect to a wifi network which required me to turn > off the tethering. However, I can SSH into it via the wifi connect that was > made. Not sure if this is expected behavior, but I thought I would mention > it.
The usb bridge should be working again after this change for the 12-12-2016 image https://github.com/rcn-ee/repos/commit/ab56e3706b9bc3ce5cedd1fbb01818b9651aff56 the netmask we had setup for usb0 wasn't working with dnsmasq-dhcp usb0 Link encap:Ethernet HWaddr 50:65:83:d0:e0:d6 inet addr:192.168.7.2 Bcast:192.168.7.3 Mask:255.255.255.252 Dec 14 21:26:35 beaglebone systemd[1]: Started dnsmasq - A lightweight DHCP and caching DNS server. Dec 14 21:26:42 beaglebone dnsmasq-dhcp[2382]: DHCPDISCOVER(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:26:42 beaglebone dnsmasq-dhcp[2382]: DHCPOFFER(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:26:42 beaglebone dnsmasq-dhcp[2382]: DHCPREQUEST(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:26:42 beaglebone dnsmasq-dhcp[2382]: DHCPACK(usb0) 192.168.7.1 50:65:83:d0:e0:d5 hades Dec 14 21:28:47 beaglebone dnsmasq-dhcp[2382]: DHCPDISCOVER(usb0) 50:65:83:d0:e0:d5 Dec 14 21:28:47 beaglebone dnsmasq-dhcp[2382]: DHCPOFFER(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:28:47 beaglebone dnsmasq-dhcp[2382]: DHCPREQUEST(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:28:47 beaglebone dnsmasq-dhcp[2382]: DHCPACK(usb0) 192.168.7.1 50:65:83:d0:e0:d5 hades Dec 14 21:29:17 beaglebone dnsmasq-dhcp[2382]: DHCPDISCOVER(usb0) 50:65:83:d0:e0:d5 Dec 14 21:29:17 beaglebone dnsmasq-dhcp[2382]: DHCPOFFER(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:29:17 beaglebone dnsmasq-dhcp[2382]: DHCPREQUEST(usb0) 192.168.7.1 50:65:83:d0:e0:d5 Dec 14 21:29:17 beaglebone dnsmasq-dhcp[2382]: DHCPACK(usb0) 192.168.7.1 50:65:83:d0:e0:d5 hades 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/CAOCHtYj584jX5faywOc6EZfG7c%3DOuFvgatMgNKe6zW_e1pXavQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
