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