I tested load of freeradius. And I got the following results. OperationSystem FedoraCore4 freeradius:1.1.0
client [EMAIL PROTECTED] radius]$ radclient -d /usr/local/share/freeradius -f auth_1_man.txt -n 200 -p 200 192.168.0.205 auth test123 > auth.log 2>&1 [EMAIL PROTECTED] radius]$ cat auth.log|grep Received|wc -l 10000 [EMAIL PROTECTED] radius]$ [EMAIL PROTECTED] ~]# tcpdump -i eth0 -v > pckt_eth0.dat tcpdump: listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes 20085 packets captured 20086 packets received by filter 0 packets dropped by kernel [EMAIL PROTECTED] ~]# cat pckt_eth0.dat|grep "Access Request"|wc -l 10000 [EMAIL PROTECTED] ~]# cat pckt_eth0.dat|grep "Access Accept"|wc -l 10000 [EMAIL PROTECTED] ~]# server (6636 lost) [EMAIL PROTECTED] log]$ cat radius.log|grep "Login OK"|wc -l 3364 [EMAIL PROTECTED] log]$ When load is high, log seems to be lost. How can this matter be settled ? Best regards, Bunji Nagahashi - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

