<html>
    <head />
        <body style="margin:0;padding:0;margin:0;padding:0">
            Hello again,<br /><br />sorry for the late answer, but I tried to resolve the problem for myself and learnd more about the process of freeradius.<br /><br />So my problem is always that the radius doesn't reply the realm of the authenticated user.<br />The server dectects the realm and knows about it ( %{Realm} ->. "kl-dfki.de" ).<br /><br />But in the Access-Accept is not the realm attribute. I tried to update it manualy without success. Other attributes like 3Com-Ip-Host-Addr are possible to send.<br /><br />Sending Access-Accept of id 188 to 172.16.3.225 port 1814<br />    User-Name = "markus"<br />    MS-MPPE-Recv-Key = 0x19bfda63662c5eda0d0cfd34c617f262ae8611b10aab33c89598e9478000e667<br />    MS-MPPE-Send-Key = 0xa653fb00f50ffb9b86c15b777bc4d6807912c23511749aef1d030b87cb3b0619<br />    EAP-Message = 0x03e00004<br />    Message-Authenticator = 0x00000000000000000000000000000000<br />    3Com-Ip-Host-Addr = "123.456.789.012"<br />    Proxy-State = 0x323437<br />    Proxy-State = 0x323132<br /><br /><br />In "post-auth" of  my "default"  config:<br /><br />    update reply {<br />        #Realm<br />        Realm = "%{Realm}"    <br />    }<br /><br /><br />    update reply {<br />        3Com-Ip-Host-Addr = 123.456.789.012    <br />    }<br /><br />Here you can see the log:  <a href="http://pastebin.com/fhvtnyv8">http://pastebin.com/fhvtnyv8</a><br /><br />I hope you can help me. Thanks Ulf<br /><br />
        </body>
    </html>