Simple RADSEC configuration for both client and server
Hi, Is there a simple configuration or HOWTO document on installing RADSEC capability? I'm new to FreeRADIUS. I'm on CentOS 7. I've gotten somewhat familiar with everything in /etc/raddb . Something is missing that would allow me to check if a client machine can talk to the RADIUS server on 2038/tcp. Is there a command on a client that I can send? What does a typical server configuration look like for the TLS module? Thank you! P.
On May 7, 2019, at 11:36 AM, Paul Pathiakis via Freeradius-Users <freeradius-users@lists.freeradius.org> wrote:
Hi, Is there a simple configuration or HOWTO document on installing RADSEC capability?
raddb/sites-available/tls
I'm new to FreeRADIUS. I'm on CentOS 7.
Don't use whatever version CentOS ships. It's old and out of date. Use the packages on http://packages.networkradius.com
I've gotten somewhat familiar with everything in /etc/raddb .
That's good.
Something is missing that would allow me to check if a client machine can talk to the RADIUS server on 2038/tcp. Is there a command on a client that I can send?
You can use radsecproxy to test it. Radclient doesn't support TLS, sorry.
What does a typical server configuration look like for the TLS module?
See raddb/sites-available/tls Alan DeKok.
participants (2)
-
Alan DeKok -
Paul Pathiakis