<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body><div style="text-align: left;">Hello!<br><br>I want to use Freeradius as a proxy Radius server, and I think that my Freeradius don´t have to do authorize and authenticate: my Freeradius have to proccess request with realm "@unex.es", the others request have to be proxyed. My configuration is:<br><br><div id="mb_0"><span style="font-weight: bold;">radiusd.conf:</span><br>
<br>
authorize {<br>
    preprocess<br>
    suffix<br>
    files<br>
    Autz-Type LDAP_UNEX_ES{<br>
           ldap_unex_es<br>
        }<br>
    mschap          <br>
    eap<br>
}<br>
<br>
<br>
authenticate {<br>
    ldap_unex_es<br>
    Auth-Type MS-CHAP {<br>
        mschap<br>
    }<br>
    eap<br>
}<br>
<br>
<span style="font-weight: bold;">users:</span><br>
<br>
DEFAULT     Autz-Type = "LDAP_UNEX_ES"<br>
<br>
<span style="font-weight: bold;">proxy.conf:</span><br>
<br>
realm <a href="http://unex.es/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">unex.es</a> {<br>
    type        = radius<br>
    authhost    = LOCAL<br>
    accthost    = LOCAL<br>
}<br>
<br>
realm NULL {<br>
    type        = radius<br>
    authhost    = LOCAL<br>
    accthost    = LOCAL<br>
}<br>
<br>
realm DEFAULT {<br>
    type        = radius<br>
    authhost    =  other_server_1 <span style="text-decoration: underline;"></span><br>
    accthost    = LOCAL<br>
    secret         = ******<br>
    nostrip<br>
}<br>
<br>
realm DEFAULT {<br>
    type        = radius<br>
    authhost    =  other_server_2<a href="http://radius2.rediris.es:1812/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"></a><br>
    accthost    = LOCAL<br>
    secret         = ******<br>
    nostrip<br>
}<br><br>- I want to define two instances of "realm DEFAULT", in case one of then fails. It is posible?<br>- Have my freeradius to do authorize and autheticate when request have to be proxyed?<br>- I think that in users file I have to distinguish between request with realm "@unex.es" to set Autz-Type = "LDAP_UNEX_ES" and the others...<br><br>I´m lost with proxy... I need help. Thank you.<br><br><br>Sorry for my english. <br>
<br>

</div><br></div><br /><hr />Prueba algunos de los nuevos servicios en línea que te ofrece Windows Live Ideas: tan nuevos que ni siquiera se han publicado oficialmente todavía. <a href='http://ideas.live.com' target='_new'>Pruébalo</a></body>
</html>