I am trying to get a RB751U-2hnd setup to use my windows server as a RADIUS server for wireless clients.
I am having some trouble with the RADIUS messages being sent, but I was working through that. My problem now is that I cannot get the Mikrotik to attempt to send to the RADIUS server, the message I receive is:
echo: radius,debug new request 58:14 code=Access-Request service=wireless called-id=02-0C-42-E4-58-4B:s-bcn
echo: radius,debug no radius server found for 58:14
echo: radius,debug timeout for 58:14
echo: wireless,debug 00:21:6A:20:8E:7C@wlan2: EAP failure - RADIUS timeout
echo: wireless,debug wlan2: 00:21:6A:20:8E:7C attempts to associate
echo: wireless,debug wlan2: 00:21:6A:20:8E:7C in local ACL, accept
echo: wireless,debug 00:21:6A:20:8E:7C@wlan2: got identity host/BCN-SLATECAT.bcn.local
echo: wireless,debug 00:21:6A:20:8E:7C@wlan2: EAP going to pass through
echo: radius,debug new request 58:15 code=Access-Request service=wireless called-id=02-0C-42-E4-58-4B:s-bcn
echo: radius,debug no radius server found for 58:15
echo: radius,debug timeout for 58:15
echo: wireless,debug 00:21:6A:20:8E:7C@wlan2: EAP failure - RADIUS timeout
echo: radius,debug no radius server found for 58:0f
echo: radius,debug timeout for 58:0f
echo: wireless,debug 00:21:6A:20:8E:7C@wlan2: EAP failure - RADIUS timeout
echo: wireless,debug wlan2: 00:21:6A:20:8E:7C attempts to associate
echo: wireless,debug wlan2: reject 00:21:6A:20:8E:7C, banned (last failure - 802.1x authentication timeout)
echo: wireless,debug wlan2: 00:21:6A:20:8E:7C attempts to associate
echo: wireless,debug wlan2: reject 00:21:6A:20:8E:7C, banned (last failure - 802.1x authentication timeout)
echo: wireless,debug wlan2: 00:21:6A:20:8E:7C attempts to associate
echo: wireless,debug wlan2: reject 00:21:6A:20:8E:7C, banned (last failure - 802.1x authentication timeout)
echo: wireless,debug wlan2: 00:21:6A:20:8E:7C attempts to associate
echo: wireless,debug wlan2: reject 00:21:6A:20:8E:7C, banned (last failure - 802.1x authentication timeout)
numbers:
I have verified that the RADIUS server is listening on 1812 and 1813. I can successfully use a Linksys router to authenticate via RADIUS, but the Mikrotik refuses to admit there is a RADIUS server waiting for it. I have cleared and recreated the RADIUS client on the Mikrotik to no avail. I am running the latest 5.2 routerOS software, the user manager is not installed.
I am not sure where to troubleshoot from here, or what commands would be most useful in troubleshooting. I have tried to torch the mikrotik port that connects to the server and I do not see any traffic when I try to authenticate with another machine.
Any help would be appreciated,