Hello
Iam quite new in the wonderful world of Mikrotik. For a test i have 3 mikrotik devices…
- 2x rb750
- 1x 2011 with wifi
Now i am playing around with the hotspot function of Mikrotik and Usermanager. At this point the 2011 device uses his own radius server (127.0.0.1).
Is it possible that i create the users/passwords on the first 750, and that all data is duplicated on the second 750 (automatic)? That the 2011 device has the first 750 as main radius server and the second one as backup?
Thanks for your answers!
If i understand your question correctly, are you looking for some sort of active/backup Usermanager setup?
It is possible.
On “master” MT in Scheduler:
/tool user-manager database save name=um overwrite=yes
:delay 15s
/tool fetch address=xx.xx.xx.xx user=admin password=dupajeza mode=ftp upload=yes src-path=um.umb dst-path=um.umb
:delay 15s
/tool fetch address=yy.yy.yy.yy user=admin password=dupajeza mode=ftp upload=yes src-path=um.umb dst-path=um.umb
xx.xx.xx.xx - IP of “slave” MT.
yy.yy.yy.yy - IP of second “slave” MT.
dupajeza - your password on “slave” MT
On “slave” MT in Scheduler (ex. one minute later):
/tool user-manager database load name=um.umb
:delay 15s
log info "UM Database updated."
Main DB must be initialized before.
I have 2 hours interval, and works good.
That would be great!!!
Any idea how to confignthe 2011 mikrotik so that he can use the master and the slaves?