/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
USB1_SUBNET=192.168.6
USB1_ADDRESS=192.168.6.2
USB1_NETMASK=255.255.255.0

DNS_NAMESERVER=8.8.8.8

I followed the above settings however this is the resule

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.137.0   0.0.0.0         255.255.255.0   U     0      0        0 usb0

debian@beaglebone:~$ ping 8.8.8.8
connect: Network is unreachable

I can ping 192.168.137.1

Ken

-- 
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/e90c52b0-850e-4093-9089-1583053d9fb7%40googlegroups.com.

Reply via email to