Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 418 Bytes

BBB2Internet.md

File metadata and controls

20 lines (17 loc) · 418 Bytes

On PC Host

  1. Set internet sharing from PC's WIFI to BBB (Linux USB Ethernet)
  2. Set IP of BBB (Linux USB Ethernet) network interface to obtain an IP address automatically

On BBB

route add default gw 192.168.7.1

add nemeserver (if never done)

add this line to /etc/resolv.conf

nameserver 8.8.8.8 

restart network interface

use

/etc/init.d/networking restart