Hello,

I just installed 0.9.3 on Fedora 1.0.  I need some assistance getting the
Radius Server to start collecting the data.  I am trying to use Radius to
collect call records from my Cisco VOIP box.

I added the following line to my clients.conf file:

client 10.10.10.2 {
        secret          = password
        nastype         = cisco
        shortname       = gw01
}

and the following to the radiusd.conf:

prefix = /usr
exec_prefix = /usr
sysconfdir = /etc
localstatedir = /var
sbindir = /usr/sbin
logdir = ${localstatedir}/log/radius
raddbdir = ${sysconfdir}/raddb
radacctdir = ${logdir}/radacct

The NAS is a Cisco 3660.  On the Cisco box I have the following:

aaa new-model
aaa group server radius sm
 server 192.168.1.2 auth-port 1812 acct-port 1813
!
aaa authentication login default local
aaa authentication ppp default if-needed local
aaa accounting connection h323 stop-only broadcast group sm
aaa session-id common
radius-server host 192.168.1.2 auth-port 1812 acct-port 1813 key 7
(password)
radius-server vsa send accounting
radius-server vsa send authentication

Is there anything I might have missed as far as configuration files on Free
Radius that would keep the server from collecting data?  I am looking in
/var/log/radius/radacct for data and see nothing.

Thanks,
Rob


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to