I don't seem to have done anything strange. I followed the guide given by the aradial to setup the hotspot with the Radius server. I have tried this several times and it gets clashing each time. I even have to reset the html to wipe clean any misconfig but the issue still exists.It works out of the box, there is no customization required for static IPs. Your setup is broken somehow. Post your configuration for input.
Ditch the Aradial (whatever that is) documentation, reset the router to factory defaults ("/system reset-configuration") and follow the instructions on how to make a Hotspot from the wiki (for example: http://wiki.mikrotik.com/wiki/How_to_ma ... ot_gateway). Test it and make sure it works. Modify your HTML as required, set it all up without RADIUS. RADIUS is trivial to add later.
Follow the "Hotspot Configuration" section in http://wiki.mikrotik.com/wiki/User_Mana ... ot_Example (ignore everything about User Manager) to hook your functional Hotspot into RADIUS as the last piece.
thanks for your support. Can you just put me through assuming i know nothing about seeting a hotspot. i want to get your guide from the scratch. Thanks so much you have been helpful.I don't do real time support. If you want real time support you might get lucky on the forums, but really you should be paying a consultant. This forum is for community support.
It doesn't matter how the data arrives on the Hotspot as long as it arrives on layer 2. All my Hotspots run external (non-MT) APs.
Thanks so much it worked this time. I was able to see the login page and sign with already created user. it's beautiful. Can you help me to link it properly with my Radius server. Thanks. I can't waut to give you karma on this.http://wiki.mikrotik.com/wiki/Manual:Co ... tion_Reset
Reset all configuration
http://wiki.mikrotik.com/wiki/Manual:IP/Address#Example
Apply IP addresses to the outside interface (interface that faces the Internet)
http://wiki.mikrotik.com/wiki/Manual:IP ... ault_route
Set a default route ("/ip route add dst-address=0.0.0.0/0 gateway=IP.OF.ISPFACING.GATEWAY")
http://wiki.mikrotik.com/wiki/Manual:IP ... spot_setup
Run the Hotspot setup wizard.
Ensure clients arrive at the Hotspot interface bridged on layer 2 (they get their IP address from the DHCP server on the Hotspot interface and have it as their gateway, there are no other routers in between).
That's it.
/radius add service=hotspot address=a.b.c.d secret=TOPSECRET
I configured as suggested but it still logged in using the mikrotik hotspot page when i was expecting to login via the server portal page. The 'radius server> monitor 0' terminal command returned null value. I checked the radius server it was not even seeing any communication with the NAS. I configured every parameter in the Radius server as guided by the manual. I can't tell what's wrong this time.Now create a link to your RADIUS server:substituting the RADIUS server IP address and shared secret as required. Ensure you set up the public IP address of the Hotspot router as a NAS client on the RADIUS server, configuring the same shared secret.Code: Select all/radius add service=hotspot address=a.b.c.d secret=TOPSECRET
Then edit the Hotspot Server Profile and on the RADIUS tab select "Use RADIUS" and fill out the appropriate attributes (though none are required for this to work). That's it.