Internet over USB

  1. Plugin the BeagleBone to a USB port on your computer
  2. Install the drivers
  3. In control panel -> Adapter settings, set the IP address of the USB adapter to 192.168.7.1
  4. On the adapter that has the internet connection, enable connection sharing with the USB adapter connection
  5. ssh into the BeagleBone (ssh 192.168.7.2)
  6. Run command "route add default gw 192.168.7.1"
  7. Edit /etc/resolv.conf and add the Google name server by adding the line "nameserver 8.8.8.8"
Comments