Community discussions

MikroTik App
 
wikiwiki
just joined
Topic Author
Posts: 3
Joined: Tue Oct 08, 2013 8:53 pm

Hotspot Problem

Tue Oct 08, 2013 9:19 pm

I have setup a new hotspot and it works for one user. When a second user attempts to connect the browser appears to loop at the redirect page. Per suggestions found in other areas of the forum I have done the following:

1. Removed the Address Pool from Servers
2. Removed DNS name from Server Profile
3. Checked HTTP CHAP and PAP on login.

Any idea, any help would be greatly appreciated.
 
User avatar
Ibersystems
Forum Guru
Forum Guru
Posts: 1686
Joined: Wed Apr 12, 2006 12:29 am
Location: Cabrils, Barcelona - Spain
Contact:

Re: Hotspot Problem

Wed Oct 09, 2013 1:47 pm

ip hotspot server, select the hotspot and click RESET HTML.
 
wikiwiki
just joined
Topic Author
Posts: 3
Joined: Tue Oct 08, 2013 8:53 pm

Re: Hotspot Problem

Wed Oct 09, 2013 8:55 pm

Ok. I did as you suggested. I had to replace my coding within the HTML files. I am still having the same issue. Could it be the coding for redirect?

Sample code from login.html:
<html>
<head>
<meta http-equiv="refresh" content="0; url=login?username=user1&password=test1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
</head>
<body>
</body>
</html>


Sample code from login.html

<html>
<head>
<meta http-equiv="refresh" content="0; url=http://www.google.com">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="expires" content="-1">
</head>
<body>
</body>
</html>

Who is online

Users browsing this forum: nonolk, Rox169 and 75 guests