I have a setup that was on another router, the router is not 100% and needed replacing. I have since replaced it with another router, and taken the exact same setup to the new router.
I now have a problem with radius authentication, all local radius requests from the router with userman installed get radius timeout response both on hotspot and pppoe connections, but other mikrotik devices are able to authenticate on the exact same router.
I have had this problem once before, where the mikrotik rb600 with v3.30 installed, would not authenticate requests from itself, was able to correct by redoing the setup several times, but it’s not working now.
Yes, and have found the reason for it not working.
It came down to a firewall rule:
/ip/firewall/nat/
1 chain=srcnat action=masquerade
I removed the above rule and added one with src-address, and it worked, but for every network I have to add a separate rule, never had to do this before.
Discovered this by setting up each section bit by bit and checked when the failure occurs, and as soon as I included the masquerade rule without src-address, failure!
It works to access the internet, but when I connect to wireless I can then not access the other routers on the network, only the main one.
Whereas with individual routes I can access them, and with the the old way src-nat masquerade rule, when it was working like on the older routerboard, I can access all routers on the network.