summaryrefslogtreecommitdiff
path: root/index.mdwn
blob: 6c465cc4d12075ba8b4122e40f5e3ad59c1bde74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
radsecproxy is a generic RADIUS proxy that in addition to 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.

## Latest release

On August 2nd 2017 [radsecproxy-1.6.9](radsecproxy-1.6.9.tar.xz)
([PGP-sig)](radsecproxy-1.6.9.tar.xz.asc) was released.

Please report issues, request features etc. to the
[bug tracker](https://project.nordu.net/browse/RADSECPROXY).

If you use radsecproxy, you should consider joining the
[mailing list](https://lists.nordu.net/listinfo/radsecproxy)
to stay up to date on changes, issues etc. as well. All releases can
be found on the [[download page|download]].

## Source code

To clone the radsecproxy git repository:

    $ git clone https://git.nordu.net/radsecproxy.git

The radsecproxy repository can be viewed in a web browser by visiting
[https://git.nordu.net/?p=radsecproxy.git](https://git.nordu.net/?p=radsecproxy.git)