Radiator Server Documentation — v10.33.3
Table of Contents
proxy-protocol
Enables the PROXY protocol so Radiator sees the real client IP address when connections pass through a load balancer or proxy.
Works on RADIUS (TCP, UDP, RadSec/TLS) and TACACS+ (TCP, TLS) listeners. On TLS listeners, the proxy sends the PROXY header before the TLS handshake. Radiator reads the header first and then runs TLS.
Syntax
proxy-protocol v2;
See PROXY Protocol Guide for detailed documentation.
Table of Contents