L2TP server allowing PPP subscribers to authenticate against freeRADIUS. Using radiusdesk as GUI.
I have the IPv4 and IPv6 assignement working perfectly. No issue there. However, I need to also get accounting working so that it saves subscriber information to the mysql database.
I have gone into "Profile components" and added the following:
What I don't know, or cannot work out, is the following:
Are these VSA's configured as a "check" or "reply" and what are the values associated with each one.... I can't find any documentation regarding this anywhere. Last resort here....
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As an add on, and I'm sure a quickly answered question.... what table would the data be stored in from an SQL perspective please?
I have completed a "select * from radacct;" command and it is empty (I suspect because I have not entered any values yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Firstly, here is the setup:
L2TP server allowing PPP subscribers to authenticate against freeRADIUS. Using radiusdesk as GUI.
I have the IPv4 and IPv6 assignement working perfectly. No issue there. However, I need to also get accounting working so that it saves subscriber information to the mysql database.
I have gone into "Profile components" and added the following:
user-name
user-password
service-type
framed-protocol
chargeable-user-identity
acct-session-id
NAS-identifier
NAS-port
What I don't know, or cannot work out, is the following:
Are these VSA's configured as a "check" or "reply" and what are the values associated with each one.... I can't find any documentation regarding this anywhere. Last resort here....
Thanks
As an add on, and I'm sure a quickly answered question.... what table would the data be stored in from an SQL perspective please?
I have completed a "select * from radacct;" command and it is empty (I suspect because I have not entered any values yet.