# Run this as root to get PocketBeagle to use the internet

# You need to run listentome.sh on the Host 

# Based on information found at :

# http://jpdelacroix.com/tutorials/sharing-internet-beaglebone-black.html


route add default gw 192.168.7.1

echo "nameserver 8.8.8.8" >> /etc/resolv.conf

