Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-11 Thread KenUnix
Robert, With your help I worked out the Internet issues. > > debian@beaglebone:~$ sudo /opt/scripts/network/usb_windows_ics.sh > Is there anyway to make route add default gw run (your script) automatically at boot time? The script adds it plus the nameserver . I did't use the

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-09 Thread KenUnix
Robert, Fresh load. Portion of /etc/default/bb-boot USB_CONFIGURATION=enable #Its assumed usb0 is always enabled, usb1 can be disabled... USB0_SUBNET=192.168.147 USB0_ADDRESS=192.168.147.2 USB0_NETMASK=255.255.255.0 I am using "static" IP addresses not DHCP.. I can connect to the IP address

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-09 Thread Robert Nelson
On Sat, May 9, 2020 at 12:18 PM Robert Nelson wrote: > > On Sat, May 9, 2020 at 12:05 PM KenUnix wrote: > > > > Results, > > > > I started with a fresh install. Put your code into a file called fix.sh. > > > > debian@beaglebone:~$ sudo sh fix.sh > > > > SIOCADDRT: Network is unreachable > >

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-09 Thread Robert Nelson
On Sat, May 9, 2020 at 12:05 PM KenUnix wrote: > > Results, > > I started with a fresh install. Put your code into a file called fix.sh. > > debian@beaglebone:~$ sudo sh fix.sh > > SIOCADDRT: Network is unreachable > connect: Network is unreachable > > debian@beaglebone:~$ route > > Kernel IP

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-09 Thread KenUnix
Results, I started with a fresh install. Put your code into a file called fix.sh. debian@beaglebone:~$ sudo sh fix.sh SIOCADDRT: Network is unreachable connect: Network is unreachable debian@beaglebone:~$ route Kernel IP routing table Destination Gateway Genmask Flags

Re: [beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-08 Thread Robert Nelson
On Fri, May 8, 2020 at 11:09 AM KenUnix wrote: > > > /etc/default/bb-boot > > Specifically this section: > > USB_CONFIGURATION=enable > #Its assumed usb0 is always enabled, usb1 can be disabled... > USB0_SUBNET=192.168.137 <=== 137 for Internet sharing on > Windows-10 >

[beagleboard] BBB 4-6-2020 Image no Internet no Gateway

2020-05-08 Thread KenUnix
/etc/default/bb-boot Specifically this section: USB_CONFIGURATION=enable #Its assumed usb0 is always enabled, usb1 can be disabled... USB0_SUBNET=192.168.137 <=== 137 for Internet sharing on Windows-10 USB0_ADDRESS=192.168.137.2 USB0_NETMASK=255.255.255.0 USB1_ENABLE=enable