Skip to content

radsecproxy/radsecproxy.github.io

Repository files navigation

radsecproxy is a generic RADIUS proxy that in addition to usual RADIUS UDP transport, also supports TLS (RadSec), as well as RADIUS over TCP and DTLS. The aim is for the proxy to have sufficient features to be flexible, while at the same time to be small, efficient and easy to configure.

The proxy was initially made to be able to deploy RadSec (RADIUS over TLS) so that all RADIUS communication across network links could be done using TLS, without modifying existing RADIUS software. This can be done by running this proxy on the same host as an existing RADIUS server or client, and configure the existing client/server to talk to localhost (the proxy) rather than other clients and servers directly.

There are however other situations where a RADIUS proxy might be useful. Some people deploy RADIUS topologies where they want to route RADIUS messages to the right server. The nodes that do purely routing could be using a proxy. Some people may also wish to deploy a proxy on a site boundary. Since the proxy supports both IPv4 and IPv6, it could also be used to allow communication in cases where some RADIUS nodes use only IPv4 and some only IPv6.

Security Advisories

Seurity advisories are published on [github]({{ site.github.repository_url }}/security/advisories)

Latest release

The latest release of radsecproxy is version [{{ site.download_version }}]({{ site.github.tar_url }}), [signature]({{ site.github.tar_url }}.asc)

Official packages are available:

  • Debian: apt-get install radsecproxy
  • Fedora: dnf install radsecproxy
  • FreeBSD: pkg install radsecproxy
  • NetBSD: pkgin install radsecproxy

For development releases or older versions, visit the [github page]({{ site.github.repository_url }}/releases)

Documentation

For documentation, consult the manpages: radsecproxy(8) radsecproxy.conf(5) radsecproxy-hash(8)

Contributing

Please report issues, request features etc on the [github page]({{ site.github.repository_url }}/issues)

There is also the old mailing list: [email protected] (note: the mailing list will remain operational for now)

About

Radsecproxy was written by Stig Venaas.

Radsecproxy is currently being maintained by Fabian Mauchle [email protected].

PGP Key: 210FA7FB28E45779777BAA1C5963D59C3D68633B

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published