Hello,<br>   I have not many experiences with radius, so my question may be stupid. Has anybody experience with using freeradius (Version 1.1.3 in Debian Sarge) as proxy for RSA RADIUS Server included in RSA Authentication Manager 6.1? I need to solve following problem with the "Agent host" i.e. host which send authenticate request to RSA Auth Manager.<br>
<br>When authentication request goest through freeradius proxy, RSA Manager thinks that Agent host is my freeradius proxy instead of original host which sent authenticate request. Below is pasted part of pre-proxy detail log and debug log.<br>
<br>part of output from: freeradius -X:<br><br>Sending Access-Request of id 0 to <a href="http://10.100.25.2">10.100.25.2</a> port 1812<br>        User-Name = "jakub"<br>        User-Password = "1234628665"<br>
        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>        NAS-Identifier = "ssh"<br>        NAS-Port = 21704<br>        NAS-Port-Type = Virtual<br>        Service-Type = Authenticate-Only<br>        Calling-Station-Id = "<a href="http://10.5.0.39">10.5.0.39</a>"<br>
        Proxy-State = 0x313039<br><br>output of /var/log/freeradius/radacct/10.5.0.31/pre-proxy-detail-20080204:<br><br>Packet-Type = Access-Request<br>Mon Feb  4 23:55:50 2008<br>        User-Name = "jakub"<br>
        User-Password = "1234628665"<br>        NAS-IP-Address = <a href="http://127.0.1.1">127.0.1.1</a><br>        NAS-Identifier = "ssh"<br>        NAS-Port = 21704<br>        NAS-Port-Type = Virtual<br>
        Service-Type = Authenticate-Only<br>        Calling-Station-Id = "<a href="http://10.5.0.39">10.5.0.39</a>"<br>        Client-IP-Address = <a href="http://10.5.0.31">10.5.0.31</a><br>        Stripped-User-Name = "jakub"<br>
        Realm = "NULL"<br>        Realm = "NULL"<br>        Proxy-State = 0x313039<br><br>Does this mean, that freeradius process all attributes from pre-proxy-detail-20080204 log, but sends only attributes, which are shown in extended debug mode? If so, can anybody give me any advice how can I configure freeradius to send more attributes?<br>
<br>   Jakub<br> <br>