Hello !<br>
I have change the version of freeradius, before I had the 1.0.4 version and now the last CVS.<br>
I have a problem with the proxy configuration ... so I have change some things for have a "result".<br>
<br>
Like, before in the users file I rejected the request with an other realm, and at the end of the file I reject ...<br>
For example, for netA before I had<br>
<br>
DEFAULT Realm != "NetB", Realm != "NULL", Auth-type := Reject<br>
[...] <br>
DEFAULT                Auth-Type := Reject<br>
<br>
And now I must comment this line for A proxy request at B.<br>
 <br>
When A proxy request at B, and B try to response at B ... <br>
A "Received Unknown packet code 11from client <a href="http://147.173.3.249">147.173.3.249</a> port 1812:
Cannot validate signature Dropping packet without response."<br>
<br>
You know this error ?<br>
<br>
Thanks for your help<br>
<br>
Regards,<br>
<br>
Configuration For A<br>
<br>
## In proxy.conf ##<br>
realm netB {<br>

        type            = radius<br>

        authhost        = IPRadiusB:1812<br>

        accthost        = IPRadiusB:1813<br>

        secret          = secretAB<br>

        nostrip<br>

}<br>
<br>
## In clients.conf ##<br>
client IPRadiusB {<br>
        secret          = secretAB<br>
        shortname       = cric<br>
        nastype         = other<br>
}<br>
<br>
/\/\/\ For B /\/\/\<br>
<br>
## In proxy.conf ##<br>

realm netA {<br>


        type            = radius<br>


        authhost        = IPRadiusA:1812<br>


        accthost        = IPRadiusA:1813<br>


        secret          = secretAB<br>


        nostrip<br>


}<br>

<br>

## In clients.conf ##<br>

client IPRadiusA {<br>

        secret          = secretAB<br>

        shortname       = cric<br>

        nastype         = other<br>

}<br>
<br>
## And in the radiusd.conf ##<br>
proxy_requests = yes<br>

$INCLUDE ${confdir}/proxy.conf<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>