Is there a detailed tutorial on how to make a custom router authentication page for retail routers. I work in a small office and clients come and go and like to connect to our Wi-Fi with their laptops on a daily basis. Rather than giving them the 128-bit WPA password, I would like a single redirect page where they need a username and password to connect.
Asked
Active
Viewed 3,236 times
2
-
What kind of access are you providing? If HTTP-only: rather than having the authentication take place on the router, you could force all requests through an HTTP proxy and have it ask for login/password. – icanhasserver Nov 20 '10 at 18:41
2 Answers
0
you can use radius or something like a hotspot, but that depends on what router do you have and if that router supports that...

kainlite
- 1,024
- 17
- 35
-
-
If you don't mind voiding the warranty and losing any kind of support from your router vendor, you could flash it with a custom firmware, like DD-WRT (assuming your model is supported). These come with additional features. – icanhasserver Nov 20 '10 at 18:39