I'm in the middle of a hobby project. Making a standalone EyeFi server on my new RPI3 with latest Raspbian Jessie.
I have succeded to get 4G internet wia a Huawei dongle, and made an Accesspoint of the RPI inbuilt wifi radio. The AP is bridged to the 4G for internet access. And i got the eyefiserver working. Happy so far.
Now I want to set up an extra ssid for a second wlan-interface which I will leave unbridged. Just to give acces for guests browsing images on the Pi but not eating from my mobile broadband quota.
I have read tons of tutorials on how to set up multiple ssid on one radio on the RPI, but none exclusive for the RPI3. I can't get it working. One AP ssid works perfect. But when trying to add another one even the first stops working.
Although the 4G dongle includes a dhcp server itself I also have setup dhcp and dnsmaq in the Pi to make it work truly standalone without activating the bridge.
My setup (from memory)
Defining the interfaces in
/etc/network/interfaces
Defining the AP's and theirs ssid in
hostapd.conf
Defining fixed ip-addresses in
dhcpd.conf
Defining ip-ranges in
dnsmasq.conf
Has anyone out there managed to get multiple ssid on an Accessponit on the RPI3 built in radio?
Best
Petter...