Simultaneous Check

Questions related to other modules
Post Reply
feri0010
Posts: 3
Joined: 26 Mar 2016, 19:37

Simultaneous Check

Post by feri0010 »

Hi guys,
There is an configuration on [ppp] module, with the name of single-session, which checks one user to connect via the same user-password. I wanted to let two users use the same user-password Simultaneously (instead of single session). Is there a way to do that via accel-ppp?
Thanks
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Simultaneous Check

Post by Dmitry »

hi,
no, only radius can do that
feri0010
Posts: 3
Joined: 26 Mar 2016, 19:37

Re: Simultaneous Check

Post by feri0010 »

As I was checking the Radius configuration file, I have noticed an perl script in it with the name of checkrad.pl
How can I configure radius to use accel-ppd as NAS for checkrad.pl
I should note that /etc/freeradius/clients.conf file (for freeradius) gets an nastype to this task. I don't know which nastype I should use for this. Is there a way to configure radcheck.pl to use accel-ppp as NAS.


# freeradius nastype list ..
(nastype =
# cisco
# computone
# livingston
# max40xx
# multitech
# netserver
# pathras
# patton
# portslave
# tc
# usrhiper
# other
)
feri0010
Posts: 3
Joined: 26 Mar 2016, 19:37

Re: Simultaneous Check

Post by feri0010 »

I should also add that radcheck.pl can use snmp or finger protocol or telnet .. I believe that snmp and telnet is supported in accel-ppp. How can I configure radcheck to use it?
Dmitry
Администратор
Posts: 954
Joined: 09 Oct 2014, 10:06

Re: Simultaneous Check

Post by Dmitry »

nastype=other
and try Simultaneous-Use := 2
Post Reply