Adding a USB wifi dongle on Pi as router
This has been shown several times on internet, but people are using different method. http://blog.yam.com/cistychang/article/61517499 This one use Pi to have PPPoE connection, and hostapd as access point, so other device can access to the device. Then he make wifi as fix IP, using following as IP forwarding. dnsmasq (isc-dhcp-server seems to work as well) using apt-get install dnsmasq ADAFruit has also a very good article: https://learn.adafruit.com/setting-up-a-raspberry-pi-as-a-wifi-access-point They also go through a lot of pages: I used the following pages as a guide to create this tutorial, please note many of them will not work completely, but check them out if you are interested! http://qcktech.blogspot.com/2012/08/raspberry-pi-as-router.html http://itsacleanmachine.blogspot.com/2013/02/wifi-access-point-with-raspberry-pi.html http://esrlabs.com/android-transporter-for-the-nexus-7-and-the-raspberry-pi/ http://elinux.org/RPI-Wireless-Hotspot So,...