Hello!

Very new to freeradius (and RADIUS) I have a question about accounting.
I compiled and installed freeradius-1.0.1 on a SuSE8.2.

If I enable accounting in acct_users
DEFAULT Acct-Status-Type == Start
DEFAULT Acct-Status-Type == Stop
I find in /var/log/messages the following:

radacct[23153]: rc_send_server: no reply from RADIUS server localhost:1646
radacct[23153]: accounting FAILED, type Start, username andreas, service 
Login-Use

I then made an entry in radiusd.conf:
listen {
       ipaddr = *
       port = 1646
       type = acct
}

When I now do a radlogin I get some duplicate entries:

Linux 2.4.20-4GB-athlon (gamma) (port 2)
-----------------------------------------------------

login: andreas
Password:
RADIUS: Authentication OK
Starting.
RADIUS_SERVICE_TYPE = Login-User
RADIUS_USER_NAME = andreas
RADIUS_LOGIN_IP_HOST = 192.168.1.3
RADIUS_LOGIN_SERVICE = Telnet
RADIUS accounting OK
Running /usr/bin/telnet 192.168.1.3
RADIUS accounting OK
Running /usr/bin/telnet 192.168.1.3
Trying 192.168.1.3...
Connected to 192.168.1.3.
Escape character is '^]'.
Trying 192.168.1.3...
Connected to 192.168.1.3.
Escape character is '^]'.
Welcome to SuSE Linux 8.2 (i586) - Kernel 2.4.20-4GB-athlon (3).
Welcome to SuSE Linux 8.2 (i586) - Kernel 2.4.20-4GB-athlon (4).

gamma login:
gamma login:


Why is that so? I tried changing the ports in /etc/services without
success. Is there another way to tell freeradius to take port 1813
for accounting?


Thank you!
-- 
   Andreas Meyer
   
"We only do well the things we like doing." - Colette

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

Reply via email to