wifidog / wifidog-gateway

Repository for the wifidog-gateway captive portal designed for embedded systems
GNU General Public License v2.0
756 stars 319 forks source link

WIFIdog and multiple SSID #290

Open rnicolaev opened 6 years ago

rnicolaev commented 6 years ago

We are using our own router (LEDE+WiFidog) connected to the switch. After switch we have 2 Access points (enterprise version, like cisco meraki) with multiple SSID's.

My question: Is there any option to point WIFIdog which SSID will ask user to do authentication via captive portal and which SSID will work as usual where user connect via username and password.

Before in the same network, we were doing configuration VLAN configuration on managed switch and assigning VLAN groups in access point settings. But I would like to know if it is possible to do on WiFidog without touching the switch, because not all our clients have managed switch.

JJEU commented 6 years ago

I think the only way to do it is with VLANs

it's not really a wifidog problem, but rather a general networking problem

how to tell openwrt that the two SSIDs are comming from two different networks ? you would have to serve the DHCP to those two SSIDs, but how to differentiate them without VLANs ?