<html>
<head>
<style>
P
{
margin:0px;
padding:0px
}
body
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body>
<BR>Hi,<BR>
 <BR>
 <BR>
I have a question about Freeradius' log.<BR>
 <BR>
My costomer has used Remote Access VPN with Freeradius and Cisco VPN 3000, and 2 months ago, they added Cisco ASA on their system in order to expanse their VPN system. Now their users can use both VPN 3000 and ASA. VPN 3000's IP address is xx.xxx.xxx.9 and ASA's IP address is xxx.xxx.xxx.10. Both are global addresses.<BR>
 <BR>
When their users use VPN through VPN 3000, ahthentication log can be seen on /var/log/radius/radacct/xxx.xxx.xxx.9, however when their users use VPN though ASA, no log can be seen in /var/log/radius/radacct/. I think xxx.xxx.xxx.10 should be seen there for the newly added ASA. Of course their users can connect to servers since they are ahtenticated and authorized, but no log are made on radius server. Does nyone have any idea about this? any solutions? any more configurations?<BR>
 <BR>
This is the Linux and Radius version that they use;<BR>
Linux Server: fedora-release-1-3<BR>Radius version: freeradius-0.9.3-1.1<BR>
 <BR>
This is the configuration on the client.conf on the server;<BR>}<BR>
client xxx.xxx.xxx.10 {<BR> secret  = tti<BR> shortname = VPN2<BR>
 nastype     = cisco # localhost isn't usually a NAS...<BR>}<BR>
client xxx.xxx.xxx.9 {<BR> secret  = tti<BR> shortname = VPN<BR>
 nastype     = cisco # localhost isn't usually a NAS...<BR>}<BR>
client xxx.xxx.xxx.1 {<BR> secret  = tti<BR> shortname = localhost<BR>
 nastype     = other # localhost isn't usually a NAS...<BR>}<BR>
 <BR>
<BR>Thanks,<BR>Ken<BR><br /><hr />Missed the show?  Watch videos of the Live Earth Concert on MSN. <a href='http://liveearth.msn.com' target='_new'>See them now!</a></body>
</html>