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 192.168.147.2 from putty on Windows. However no Internet;
debian@beaglebone:~$ route
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.6.0 0.0.0.0 255.255.255.0 U 0 0 0 usb1
192.168.147.0 0.0.0.0 255.255.255.0 U 0 0 0 usb0
debian@beaglebone:~$ ping 192.168.147.1
PING 192.168.147.1 (192.168.147.1) 56(84) bytes of data.
64 bytes from 192.168.147.1: icmp_seq=1 ttl=128 time=0.884 ms
64 bytes from 192.168.147.1: icmp_seq=2 ttl=128 time=1.25 ms
^C
— 192.168.147.1 ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 2ms
rtt min/avg/max/mdev = 0.884/1.064/1.245/0.183 ms
debian@beaglebone:~$ ping 8.8.8.8
connect: Network is unreachable
Ifconfig of usb0
usb0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.147.2 netmask 255.255.255.0 broadcast 192.168.147.255
inet6 fe80::679:b7ff:fed3:34fd prefixlen 64 scopeid 0x20
ether 04:79:b7:d3:34:fd txqueuelen 1000 (Ethernet)
RX packets 206 bytes 24078 (23.5 KiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 157 bytes 29058 (28.3 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
debian@beaglebone:~$ cat /etc/dogtag BeagleBoard.org Debian Buster IoT Image 2020-04-06
debian@beaglebone:~$ uname -r 4.19.94-ti-r42
/etc/network/interfaces Untouched -rw-r–r-- 1 root root 819 Apr 6 14:03 /etc/network/interfaces
Please, what am I missing?
Ken