Runing 2 hotspots to use a single user manager for authentic

I have a hotspot1 runing on a dedicated pc with user manager and now i have another hotspot2 on the same network which i want to authenticate its users from the usermanager installed on hotspot1.

after all the configuration allowing it to use radius, it did not work as in not being able to locate the path or so.

help pls.

http://wiki.mikrotik.com/wiki/Centralized_Authentication_for_Hotspot_user

there you go

Thanks oz_gr, i will try it out and am sure it will work.

Hi oz_gr, and all

On this topic, my config is in line with the spec in the wiki - Radius Centralized Management or Authenitication. But i still have Radius “Server not Responding” message. I think the problem is locating the master radius server. The network config is as follow?

The Master radius is 192.168.1.1 runing User Manager duely configured.

The Remote Hotspots is three hops away from the Master Radius server and the stations in between are all runing bridge (transparent) with wds and ip is 192.168.1.10/24

The ip addresses of all the repeater station are in the same range of 192.168.1.1/24.

A complete config i have is shown below.

The remote hotspot has this;
/ip hotspot profile
use-radius=yes

/radius add
service=hotspot address=192.168.1.1 secret=123456

The Master Radius has the following:
/tool user-manager customer add
subscriber=mikrotik login=“mikrotik” password=“ashish” time-zone=+01:00
permissions=owner parent=mikrotik

/tool user-manager router add
subscriber=mikrotik name=“R2” ip-address=192.168.1.10 shared-secret=“123456”

help Pls.

Thank you all!

The issue is resolved. It was an IP problem