You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue i'm trying to resolve is when a guest connect for the first time to a gateway, the auth server has to remember him, so when he come back he will not be redirected to splash page but connected automatically, using this we can optimise UX. I think we should add a verification based on the couple {MAC, GwID} if it returns False then we proceed as a normal, else guest bypass the normal process.
waiting for your thoughts.
The text was updated successfully, but these errors were encountered:
I think this would be a great feature. But maybe this is not the right place to ask because I think that the most part of the job has to be done in the gateway. I will ask for this in the gateway repository an propose some ideas.
For this to happen without splash page showing, a client will need to be authenticated (firewall opened) before they finish dhcp, otherwise they will get the splash page as soon as they have finished dhcp, eg iPhones. You will need some method to get the clients ip and Mac before they finish negotiating dhcp, the best way I can find is to implement a dhcp server in wifidog and attempt authentication using clients Mac on receiving the a dhcp request packet from client, then reply with dhcp ack after trying authentication.
Hi all!
The issue i'm trying to resolve is when a guest connect for the first time to a gateway, the auth server has to remember him, so when he come back he will not be redirected to splash page but connected automatically, using this we can optimise UX. I think we should add a verification based on the couple {MAC, GwID} if it returns False then we proceed as a normal, else guest bypass the normal process.
waiting for your thoughts.
The text was updated successfully, but these errors were encountered: