Dear Simon White,

Your answer solve my problem. 10x very very much.

Best regards,

Simon White wrote:
14-Nov-02 at 14:41, Hilmi Hilmiev ([EMAIL PROTECTED]) wrote :
  
Basically my question is: Which way is simple way to get any record in 
RADIUS logs without dial-up access?
    

radclient is probably what you need. You have to construct a file with a
"packet" to send, e.g.:

===authcheck=== (filename)
User-Name = user
Password = pass

===acctcheck=== (filename)
Acct-Session-Id = "123456"
User-Name = "user"
NAS-IP-Address = 10.0.2.4
NAS-Port = 45
NAS-Port-Type = ISDN
Acct-Status-Type = Start
Acct-Authentic = RADIUS
Calling-Station-Id = "123456789"
Service-Type = Framed-User
Framed-Protocol = PPP
Framed-IP-Address = 192.168.0.1
Acct-Delay-Time = 0

then run

cat acctcheck | radclient radiusserver:port acct 

or similar (radcheck --help gives you syntax)

Regards,

  

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=
     Hilmi Hilmiev

    www.wizzbit.com
=-=-=-=-=-=-=-=-=-=-=-=-=

Reply via email to