Dmitry Sergienko wrote:
> Does anyone here have working inner tunnel proxying with freeradius 2.0.x?
> 
> Still having troubles with doing EAP-PEAP-MSCHAPv2 authorization.
> Switched to FreeRadius 2.0.1 from 1.1.7.

  I think the issue was introduced recently.  Try editing
src/main/event.c, function request_post_handler()

...
        if (request->root->proxy_requests &&
            /* !request->proxy &&  */         // comment out this line
            !request->in_proxy_hash &&        // add this line
            (request->reply->code == 0) &&
            (request->packet->dst_port != 0) &&
            (request->packet->code != PW_STATUS_SERVER)) {
...

  Re-build && install.  See if that helps...

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to