Search code examples
freeradius

how to configure FreeRADIUS to proxy the PAP request inside an EAP-TTLS tunnel


how can I configure FreeRADIUS to proxy the PAP request inside an EAP-TTLS tunnel? Client sends a EAP-TTLS with PAP as inner protocol to freeradius server. I want to proxy the PAP request to another RADIUS server which understands only PAP. How could I configire freeradius for this.


Solution

  • Ensure in the eap module configuration

    proxy_tunneled_request_as_eap = no
    

    Configure your proxy realm in proxy.conf

    Set proxy realm in inner server

    update control {
        Proxy-To-Realm := <realm>
    }