- Set internet sharing from PC's WIFI to BBB (Linux USB Ethernet)
- Set IP of BBB (Linux USB Ethernet) network interface to obtain an IP address automatically
route add default gw 192.168.7.1
add this line to /etc/resolv.conf
nameserver 8.8.8.8
use
/etc/init.d/networking restart