kosztyua / softether-radacct

SoftEther RADIUS accounting PHP script
GNU General Public License v2.0
36 stars 16 forks source link

question #7

Closed Octolus closed 7 years ago

Octolus commented 7 years ago

Would this allow me to limit it, so users can only have one simultaneous connection at once?

Right now with Radius, they are able to sign in from multiply locations at once (share their login details, with 30+ clients) with no problem.

I want to limit it so 1 client per login, at once.

Octolus commented 7 years ago

My mission, can this be achieved with your script ?

To prevent the user from sharing the login details with friends, or reselling access. It would limit the connections to 1 per user, so user can only use the VPN on 1 device.

kosztyua commented 7 years ago

Simultaneous connection limit is decided by RADIUS, but the script will provide accounting data for RADIUS, so it will know how many active connections there are. The way you described is exactly what I do with the script.