Hi everyone
I have a problem with a hotspot. A user connects to the network,gets an ip, opens his/her browser and gets directed to my hotspot page and is then verified through logging in by means of a username and password which User Manager verifies. The problem is that once a user has logged in, he/she cannot get to the status page to log off. As I understand it, you should be able to type in the DNS name ex www.localhotspoturl.com or the DNS server(on hotspot interface) ip and get the status page in order to log off.
Also I have tried editing the redirect.html page, so that customers are redirected to the status(ie dns name), so that they can monitor their usage, but this does not work for some reason. Below is the code from the redirect.html page:
<html>
<head>
<title>...</title>
<meta http-equiv="refresh" content="0; url=$www.mylocalhotposturl.com">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
</head>
<body>
</body>
</html>
Any help will be greatly appreciated!!!