radius accounting using accel ppp radius clent

Radius related questions
Post Reply
psr
Posts: 31
Joined: 07 Dec 2014, 06:37

radius accounting using accel ppp radius clent

Post by psr »

I am trying to send accounting info to Freeradius server using accel-ppp interval of 20seconds
I am having below configuration for radius part.
[radius]
dictionary=/usr/local/share/accel-ppp/radius/dictionary
nas-identifier=accel-ppp
nas-ip-address=127.0.0.1
gw-ip-address=10.0.2.100
auth-server=127.0.0.1:1812,testing123
acct-server=127.0.0.1:1813,testing123
server=127.0.0.1,testing123
dae-server=127.0.0.1:3799,testing123
verbose=5
acct-interim-interval=20
interim-verbose=1
timeout=3
max-try=3
**********************************************
only when the connection is terminated only accounting info i.e input and output octates are getting updated in Freeradius.
I am seeing accouting packets in /var/log/messages at the session termination only.
Qeustion: How can I know that accounting packets are sent from accel ppp radius part.
am I missing something. please help.
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: radius accounting using accel ppp radius clent

Post by Dmitry »

1. keep only server=127.0.0.1,testing123 and remove auth-server/acct-server
2. show logs with level=5
psr
Posts: 31
Joined: 07 Dec 2014, 06:37

Re: radius accounting using accel ppp radius clent

Post by psr »

Thanks for your reply I will try that let you.
psr
Posts: 31
Joined: 07 Dec 2014, 06:37

Re: radius accounting using accel ppp radius clent

Post by psr »

Hi Dmitry,
Thanks for your great that was helpful. It is working for me.
But One Request Can you tell why "remove auth-server/acct-server to be removed"

Thanks once again.
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: radius accounting using accel ppp radius clent

Post by Dmitry »

these are old style options, single server option replaces them
Post Reply