FR2 - proxying inner tunnel

Alan DeKok aland at deployingradius.com
Tue Feb 5 16:09:02 CET 2008


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.



More information about the Freeradius-Users mailing list