HotSpot and Radius - problem with userman

Hello,

I’m new to Mikrotik.
I have RB751U-2HnD with L4.

I can’t access to http://mikrotikIP/userman

I configured the HotSpot following the instructions from this site:
http://wiki.mikrotik.com/wiki/Hotspot_server_setup

I configured the Radius following the instructions from this site:
http://myconfigure.blogspot.com/2013/05/mikrotik-user-manager-as-radius-server.html

I coneccted to LAN and I have IP 10.10.0.254

When I open Firefox/Explorer or Chrome and go to http://10.10.0.1/userman I see “The webpage cannot be found”

I can connet to HotSpot and I have LogIn page, log in with Admin Admin, but I can’t go to User manager to create users.


Please help…

Thank you!

check if you have enabled http service in /ip services
check your firewall rule.
check if usermanager package is instaled correctly.

Do you have another interface with an ip assigned? The hotspot interface tends to block any html besides the hotspot stuff. Try using your public ip or another private ip on the router.
http://192.168.88.1/userman

If you are trying this from the hotspot interface, you must be logged in.

Is this everything OK?

I have on Eth2 192.168.1.5.
When I go to http://192.168.1.5/userman the problem is still here.

On Eth5 is HotSpot.
I logged in to hotspot with Admin Admin, and go to http://10.10.0.1/userman, “The webpage cannot be found”

Something is not good in configuration, but what?

I forgot I did an upgrade and had to reinstall user manager. I just tested it here and it works fine as long as you do not use the hotspot interface ip.

You do have it installed, correct? It is not installed by default, and must be re-installed after every RouterOS version upgrade.

/tool user-manager

User-manager package is not installed in the screenshot.
for2.JPG
for1.JPG

Thank you! :smiley:

When I install User-manager package, everything is OK.
I connect to Mikrotik via Hotspot, login with admin admin, then go to mikrotik Ip adress (not Hotspot) http://192.168.1.5/userman and I see User Manager. :smiley: :slight_smile:

Thank you all, again!