On 2021-06-24 7:27 a.m., Matthew Newton wrote:
On 24/06/2021 15:22, Ron Eggler wrote:
6508 13.018560775 192.168.1.87 192.168.1.221 RADIUS 126 Access-Request id=111 7900 18.026087338 192.168.1.87 192.168.1.221 RADIUS 126 Access-Request id=111, Duplicate Request 9210 23.042855784 192.168.1.87 192.168.1.221 RADIUS 126 Access-Request id=111, Duplicate Request
Hence I suspect that the issue may be with the RADIUS server configuration, rather than with my network setup - is that suspicion wrong?
What does radiusd -X say?
If the packets are hitting FreeRADIUS then it will tell you that (even if the client is unknown, it will say *something*).
If they are not getting to FreeRADIUS, then they are being blocked/lost elsewhere (e.g. iptables, other firewall, wrong IP/port, etc).
See https://wiki.freeradius.org/list-help for info on getting debug output.
Just confirming, I added the host to my clients file and I received "Access-Accept" as expected! Thanks!