Hi all,
I have a [not quite working] Hotspot which uses freeradius and a website to add the user by Mac address. In routeros my customized “login.html” page sends the user to my website where I add their mac address into the “radcheck” table and then I forward them back to /redirect.html in routeros.
What is working fine: -
The problem is that routeros checks against freeradius, sees that the Mac isn’t in the radcheck table and rejects the login, then routeros calls the login.html which redirects to the website - Cool so far!. The website writes in the user mac into radcheck and then redirects to /redirect.html
What is NOT working: -
BUT when the /redirect.html is called routeros seems to “remember” that radius said that the user is not logged in and so the user ends up being sent back to the website.
Should I be redirecting back to another webpage in routeros? (not the /redirect.html one?)
thanks for any help!
Derek