嗨,我有一个类似的问题,
ROS 2.9.51 pppoe works great, then bought a new RB433 and it had 3.10 installed.
Setup the 433 exactly the same as the old router, radius time out. After long struggle, found that if I only have one interface with an IP address setup, userman authenticates no problem.
My findings on this:
If you have more than one ip address setup on the router even if they are for another interface, userman does not work, however if you have external radius you can have as many ip addresses as you like. I have also read that you should use 127.0.0.1 as userman radius server ip, this does not work for me, still get the radius timeout.
Scratch the above-->Managed a workaround
This is what I did
/radius add ppp address=192.168.99.1 secret=xxxxxxxx
(This one for 1st interface)
/radius add ppp address=192.168.98.1 secret=xxxxxxxx
(This one for second interface)
/tool user-manager router add subscriber=admin name=router1 ip-address=192.168.99.1 shared-secret=xxxxxxx
(This one for interface 1)
/tool user-manager router add subscriber=admin name=router2 ip-address=192.168.98.1 shared-secret=xxxxxxx
The rest of userman setup remains the same and you only need to have the two, you don't need to add for each interface. or at least that is what worked for me