we has about 30 clients spread about hundreds KM from our home town and connected with broadband VSAT.
Most of clients installed with hotspot enable and the radius connected to localhost (127.0.0.1) usermanager.
Till this point, everything working fine.
And today, we add the second radius on all of client routers. Here is the configs :
/radius> pr de
Flags: X - disabled
0 service=hotspot called-id=“” domain=“” address=127.0.0.1 secret=“SECRET” authentication-port=1812 accounting-port=1813 timeout=300ms accounting-backup=no realm=“”
this is just my oppinion that it does not has any relation with reply timeout. The main problem is the auth progress never switch to second radius.
I just try to put realm on first radius…
realm=“test” src-address=192.168.180.2
with this setting I can use my username and password on 2nd radius server but all username and password on first radius can not be used.
I can not answer yr question for reply timeout as currently I am not at client side.
for realm (my understanding is for user roam)…
is there anyway for me to use myusername@myradiusintown for username ?
I tried many times but always fail.
/ip hotspot profile
set X split-user-domain=yes
set X radius-default-domain=myradiushere
Then set one radius server to one domain, and the other to the other domain.
/radius
set X domain=myradiusintown
set Y domain=myradiushere
Then you can use user@myradiusintown. If you don’t use a domain, the radius-default-domain setting will be used. Only the user is sent to each radius server. The domain is not.