Using Hotspot & UM from same PC

My scenario is a wireless client that need to manage it’s internal wired clients with hotspot & UM.
The moment I activate hotspot on RB, I cannot open the UM web login page, here is a bit more detail:
I’m using RB411 ROS3.7 FW2.13

After a /system reset-configuration I go about setting up the router as follows: (hotspot & UM packages installed & enabled)
I enable & configure Wlan1 to connect.

/ip address add address=192.168.0.1/24 interface=ether1
/ip address add address=10.1.9.11/24 interface=wlan1
/ip route add gateway=10.1.9.254

/ip dns set primary-dns=10.1.1.1
/ip dns set secondary-dns=10.1.1.4
/ip dns set allow-remote-requests=yes

Now I can ping anything from router to Internet…
I can also get usermanager login with http://192.168.0.1/userman from PC with IP=192.168.0.2
Now I setup hotspot:
/ip hotspot setup
Set HotSpot address for interface

local address of network: 192.168.0.1/24
masquerade network: yes
Set pool for HotSpot addresses

address pool of network: 192.168.0.11-192.168.0.200
Select hotspot SSL certificate
select certificate: none
Select SMTP server
ip address of smtp server: 10.1.1.2
Setup DNS configuration
dns servers: 10.1.1.1,10.1.1.4
DNS name of local hotspot server
dns name: hot.spot
Create local hotspot user
name of local hotspot user: admin
password for the user: admin

Now usermanager login does not appear anymore: Error 404:Not found

Even if I go to internet & log into hotspot with admin/admin, i still cannot get usermanager after login anymore.

Setting up the rest of UM makes no difference:
/radius add service=hotspot address=127.0.0.1 secret=12345
/ip hotspot profile edit hsprof1 use-radius=yes
/tool user-manager customer add login=“test” password=“test” permissions=owner
/tool user-manager router add ip-address=127.0.0.1 shared-secret=12345 subscriber=admin

and log on with test/test, I can use Internet, but still cannot get the usermanager pages…

All PCs on LAN will need to be authenticated via hotspot, but the person that manage the UM users are also working on one of these PCs.

Any help/advice please

Hi,
Try with your WAN IP,
I mean

/radius add service=hotspot address=10.1.9.11 secret=12345

and

/tool user-manager router add ip-address=10.1.9.11 shared-secret=12345 subscriber=admin

Than try to open the usermanager http://10.1.9.11/userman/

You need to login if you want to Open the same from LAN Side.

Thanks Ashish, that worked perfectly!

Hi Ashish
I have exactly the same problem,
I am using routerboard 133, 4 licenses, and have configured the hotspot and User Manager on the same router.
ehternet1 ip 192.168.1.2
wlan ip 10.0.0.1
Everything works fine, i can generate accounts, and log in to hotspot and use the internet.
But when hotspot is enabled I cannot log anymore to user manager. it says: error 404: not found.
I always have to first disable the hotspot to be able to log in to User Manager.
I tried your suggestion with wan ip, puting 10.0.0.1 , but now also my hotspot doesnt work. When i try to log in it say : radius server not responding, and I also cannot access the user manager.
So i switched back to the 127.0.0.1 ip.
Any suggestions?

Thank you

I solved the problem

look here: http://forum.mikrotik.com/t/user-manager-hotspot-error-404-not-found/12367/1