On Feb 26, 2025, at 11:26 AM, Dan Yasny <dyasny@gmail.com> wrote:
I am trying to deploy a simple freeradius server in an on-prem k8s cluster.
Here is my configuration
Why? https://wiki.freeradius.org/list-help When you join the mailing list, you get an email asking you to read that page, and follow the instructions.
Test output:
$ radtest testuser testing1234 radius.myk8s.local:1812 0 testing123
You can't debug the server by looking at the client.
Server logs:
Listening on auth address * port 1812 Listening on acct address * port 1813
In which almost everything useful has been deleted.
What am I missing?
Read the documentation. Post the debug output. ALL OF IT. Or, read the debug output. It will print out the list of clients it's loading. My guess is that it doesn't print out the "client all" definition. Which means that client definition isn't being used, and the server is correct to say "unknown client". Alan DeKok.