20 Jan
2006
20 Jan
'06
1:23 p.m.
San <san_sar@yahoo.com> wrote:
1. How do we start the session? I have send the request to the server and got access_accepted.
What program is sending the request?
I use this command to send acct_request echo "User-Name= Anna"| radclient 10.1.0.76 acct -x testing123 Is that right? or is there any place I can refer to use the radclient command?
That's a good start. Read the RFC's to see what attributes are required in accounting packets.
2. Do I need to write external script to run the command?
The same program that sends Access-Request should send Accounting-Request. My suggestion is to buy the O'Reilly RADIUS book and read it. It's a good introduction to RADIUS, which you will need to solve your problems. Alan DeKok.