Raspberry Pi 3 Raspbian hotspot sharing wired Internet connection wirelessly
Want to use Raspberry Pi as hotspot access point? The following tested and verified on Raspbian Jessie. 1. Install dnsmasq and hostapd: sudo apt-get install dnsmasq hostapd 2. Ensure your wlan0 is enabled sudo nano /etc/network/interfaces allow-hotplug wlan0 iface wlan0 inet manual sudo nano /etc/dhcpcd.conf 3. Give your wlan0 static…