Koneksi Ethernet USB Black BeagleBone

# plug in beagle bone to windows 10 PC
# open Control Panel\Network and Internet\Network Connections
# share internet from your inernet connection to ethernet 2
# open ethernet 2, change static ip to 192.168.7.1 submask 255.255.255.0 dns 8.8.8.8
# putty ssh 192.168.7.2 (beagle bone)
# sudo route add default gw 192.168.7.1
# problem fixes:
https://www.youtube.com/watch?v=e6LmfMGnXYc
https://phoenixnap.com/kb/temporary-failure-in-name-resolution
Dizzy Dog