RE: (RADIATOR) Simultaneous-use in 2.15
Hello William - I would suggest that you use the standard tools provided with Radiator, including the Session Database and the AuthBy PORTLIMITCHECK. You are certainly free to modify the code if you wish, however we cannot provide any support to help you with such modifications. Could you explain your reservations about the external session database? regards Hugh On Thu, 27 Jul 2000, William Hernandez wrote: > > Hello Hugh - > > We had shied away from using an external session database because > we didn't see a way to rebuild the database. The NasType > parameter in the Client block assured that the NAS would be > checked directly for simultaneous use regardless of the state of > the session database. > > What we settled on was a modification to the > AuthPORTLIMITCHECK.pm to use finger instead of an SQL query to > count how many times a user was currently logged in. I added > debug statements to AuthPORTLIMITCHECK.pm. I tested on one NAS > (max9) with one user (herculespr.com) and it seems that the > AuthBy is being ignored completely. > > Am I barking up the wrong tree? Should I try another approach? > > Thanks in advance. > William > > -Original Message- > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 20, 2000 10:37 PM > To: William Hernandez; Radiator > Subject: RE: (RADIATOR) Simultaneous-use in 2.15 > > > > Hello William - > > What you are describing below can be accomplished very easily by > using a > Session Database. I have posted several responses to the list > about this topic > over the last couple of days. Have a look at those and get back > to me if you > have any other questions. Note that the session database operates > on a global > basis for your installation - ie. it keeps track of all sessions > on all NAS's. > > hth > > Hugh > > On Fri, 21 Jul 2000, William Hernandez wrote: > > Hugh, > > > > The AuthByPolicy of ContinueUntilAccept clause was in the > radius.cfg file > > from early attempts at setting up the cfg file. I have removed > it. > > > > We want to accomplish checking of simultaneous use across all > of our NAS'S. > > > > All of our users have an UNIX login entry in > /etc/passwd|shadow. Our users > > can select options that allow simultaneous use. In this case > the user will > > also have an entry in /etc/raddb/users. > > > > For example, > > toledo-carazo.com Auth-Type = "System", Simultaneous-Use = 2 > > Service-Type = Framed-User, > > Framed-Protocol = MP, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Maximum-Channels = 2, > > Ascend-Idle-Limit = 1200 > > > > herculespr.net Auth-Type = "System", Simultaneous-Use = 2 > > Service-Type = Framed-User, > > Framed-Protocol = MP, > > Framed-IP-Address = 208.249.80.161, > > Framed-IP-Netmask = 255.255.255.248, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Maximum-Channels = 2, > > NAS-Port-Type = ISDN-Sync, > > Ascend-Route-IP=Route-IP-Yes, > > Ascend-Idle-Limit = 0 > > > > For the above users upto 2 users may simultaneously login into > any of the 12 > > NAS'S that are currently available. Simultaneous use is not per > NAS, i.e., > > simultaneous use must be checked for on all 12 of the NAS'S. > > > > Thanks for your help, > > William > > > > -Original Message- > > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, July 20, 2000 3:48 AM > > To: William Hernandez; Radiator > > Subject: RE: (RADIATOR) Simultaneous-use in 2.15 > > > > > > > > Hello William - > > > > Thanks for sending the log file. > > > > The log shows that the user is indeed being rejected by the > first AuthBy > > clause, but your configuration file has an AuthByPolicy of > > ContinueUntilAccept, > > so it goes on to the next AuthBy clause which then accepts the > user. > > Radiator > > is doing exactly what it has been configured to do. > > > > I think you will need to explain what it is you are trying to > accomplish so > > I > > can make some sensible suggestions. > > > > regards > > > > Hugh > > > > > > On Thu, 20 Jul 2000, William Hernandez wrote: > > > > > > Hugh, > > > > > > I've attached an excerpt from our radius.log file. > > > > >
RE: (RADIATOR) Simultaneous-use in 2.15
--- Forwarded mail from [EMAIL PROTECTED] Date: Thu, 27 Jul 2000 02:40:24 +1000 (EST) From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: BOUNCE [EMAIL PROTECTED]: Message too long (>4 chars) >From mikem Thu Jul 27 02:40:19 2000 Received: by oscar.open.com.au (8.9.0/8.9.0) id CAA19901; Thu, 27 Jul 2000 02:40:19 +1000 (EST) >Received: from mail.prw.net (mail.prw.net [208.249.78.4]) by perki.connect.com.au with ESMTP id CAA16175 (8.8.8/IDA-1.7); Thu, 27 Jul 2000 02:35:11 +1000 (EST) Received: from mail.prw.net (mail.prw.net [208.249.78.4]) by perki.connect.com.au with ESMTP id CAA16175 (8.8.8/IDA-1.7); Thu, 27 Jul 2000 02:35:11 +1000 (EST) Received: from whr [208.249.78.227] by mail.prw.net (SMTPD32-6.00) id A33A2BFB00B6; Wed, 26 Jul 2000 12:35:06 -0400 From: "William Hernandez" <[EMAIL PROTECTED]> To: "Radiator" <[EMAIL PROTECTED]>, <[EMAIL PROTECTED]> Subject: RE: (RADIATOR) Simultaneous-use in 2.15 Date: Wed, 26 Jul 2000 12:35:06 -0400 Message-ID: <[EMAIL PROTECTED]> MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <00072112424155.00896@hugo> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700 Content-Type: multipart/mixed; boundary="=_NextPart_000_0015_01BFF6FD.ED7F3980" This is a multi-part message in MIME format. --=_NextPart_000_0015_01BFF6FD.ED7F3980 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit Hello Hugh - We had shied away from using an external session database because we didn't see a way to rebuild the database. The NasType parameter in the Client block assured that the NAS would be checked directly for simultaneous use regardless of the state of the session database. What we settled on was a modification to the AuthPORTLIMITCHECK.pm to use finger instead of an SQL query to count how many times a user was currently logged in. I added debug statements to AuthPORTLIMITCHECK.pm. I tested on one NAS (max9) with one user (herculespr.com) and it seems that the AuthBy is being ignored completely. Am I barking up the wrong tree? Should I try another approach? Thanks in advance. William -Original Message- From: Hugh Irvine [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 20, 2000 10:37 PM To: William Hernandez; Radiator Subject: RE: (RADIATOR) Simultaneous-use in 2.15 Hello William - What you are describing below can be accomplished very easily by using a Session Database. I have posted several responses to the list about this topic over the last couple of days. Have a look at those and get back to me if you have any other questions. Note that the session database operates on a global basis for your installation - ie. it keeps track of all sessions on all NAS's. hth Hugh On Fri, 21 Jul 2000, William Hernandez wrote: > Hugh, > > The AuthByPolicy of ContinueUntilAccept clause was in the radius.cfg file > from early attempts at setting up the cfg file. I have removed it. > > We want to accomplish checking of simultaneous use across all of our NAS'S. > > All of our users have an UNIX login entry in /etc/passwd|shadow. Our users > can select options that allow simultaneous use. In this case the user will > also have an entry in /etc/raddb/users. > > For example, > toledo-carazo.com Auth-Type = "System", Simultaneous-Use = 2 > Service-Type = Framed-User, > Framed-Protocol = MP, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Maximum-Channels = 2, > Ascend-Idle-Limit = 1200 > > herculespr.net Auth-Type = "System", Simultaneous-Use = 2 > Service-Type = Framed-User, > Framed-Protocol = MP, > Framed-IP-Address = 208.249.80.161, > Framed-IP-Netmask = 255.255.255.248, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Maximum-Channels = 2, > NAS-Port-Type = ISDN-Sync, > Ascend-Route-IP=Route-IP-Yes, > Ascend-Idle-Limit = 0 > > For the above users upto 2 users may simultaneously login into any of the 12 > NAS'S that are currently available. Simultaneous use is not per NAS, i.e., > simultaneous use must be checked for on all 12 of the NAS'S. > > Thanks for your help, > William > > -Original Message- > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 20, 2000 3:48 AM > To: William Hernandez; Radiator > Subject: RE: (RADIATOR) Simultaneous-use in 2.15 > > > > Hello William - > > Thanks for sending the log file. > > The log shows that the user is indeed being rejected by the first AuthBy > clause, but your configuration file h
RE: (RADIATOR) Simultaneous-use in 2.15
Hello William - What you are describing below can be accomplished very easily by using a Session Database. I have posted several responses to the list about this topic over the last couple of days. Have a look at those and get back to me if you have any other questions. Note that the session database operates on a global basis for your installation - ie. it keeps track of all sessions on all NAS's. hth Hugh On Fri, 21 Jul 2000, William Hernandez wrote: > Hugh, > > The AuthByPolicy of ContinueUntilAccept clause was in the radius.cfg file > from early attempts at setting up the cfg file. I have removed it. > > We want to accomplish checking of simultaneous use across all of our NAS'S. > > All of our users have an UNIX login entry in /etc/passwd|shadow. Our users > can select options that allow simultaneous use. In this case the user will > also have an entry in /etc/raddb/users. > > For example, > toledo-carazo.com Auth-Type = "System", Simultaneous-Use = 2 > Service-Type = Framed-User, > Framed-Protocol = MP, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Maximum-Channels = 2, > Ascend-Idle-Limit = 1200 > > herculespr.net Auth-Type = "System", Simultaneous-Use = 2 > Service-Type = Framed-User, > Framed-Protocol = MP, > Framed-IP-Address = 208.249.80.161, > Framed-IP-Netmask = 255.255.255.248, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Maximum-Channels = 2, > NAS-Port-Type = ISDN-Sync, > Ascend-Route-IP=Route-IP-Yes, > Ascend-Idle-Limit = 0 > > For the above users upto 2 users may simultaneously login into any of the 12 > NAS'S that are currently available. Simultaneous use is not per NAS, i.e., > simultaneous use must be checked for on all 12 of the NAS'S. > > Thanks for your help, > William > > -Original Message- > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 20, 2000 3:48 AM > To: William Hernandez; Radiator > Subject: RE: (RADIATOR) Simultaneous-use in 2.15 > > > > Hello William - > > Thanks for sending the log file. > > The log shows that the user is indeed being rejected by the first AuthBy > clause, but your configuration file has an AuthByPolicy of > ContinueUntilAccept, > so it goes on to the next AuthBy clause which then accepts the user. > Radiator > is doing exactly what it has been configured to do. > > I think you will need to explain what it is you are trying to accomplish so > I > can make some sensible suggestions. > > regards > > Hugh > > > On Thu, 20 Jul 2000, William Hernandez wrote: > > > > Hugh, > > > > I've attached an excerpt from our radius.log file. > > > > The use "hmcalixto" was already logged in on max3 at > > Wed Jul 19 12:11:59 2000: Login OK: [hmcalixto] (max3) > > > > Thanks in advance. > > William > > > > -Original Message- > > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > > Sent: Tuesday, July 18, 2000 7:32 PM > > To: William Hernandez; Radiator > > Subject: Re: (RADIATOR) Simultaneous-use in 2.15 > > > > > > > > Hello William - > > > > I will need to see a trace 4 debug as well as what you have sent this > time. > > > > thanks > > > > Hugh > > > > On Wed, 19 Jul 2000, William Hernandez wrote: > > > > > > Hello everyone, > > > > > > I'm having problems getting the simultaneous-use check item to work. > I've > > > tried using the internal SessionDatabase and an external SessionDatabase > > > (using mysql), but Radiator doesn't report a rejection on a second login > > > session either way. > > > > > > I've attached my radius.cfg. > > > > > > Some sample entries from my users file are: > > > > > > company1.com Auth-Type = "System" > > > Service-Type = Framed-User, > > > Framed-Protocol = MP, > > > Framed-IP-Address = 208.249.79.226, > > > Framed-IP-Netmask = 255.255.255.255, > > > Framed-Compression = Van-Jacobson-TCP-IP, > > > Ascend-Maximum-Channels = 2, > > > NAS-Port-Type = ISDN-Sync, > > > Ascend-Route-IP=Route-IP-Yes, > > > Ascend-Idle-Limit = 0 > > > > > > company2.com Auth-Type = "System" > > > Service-Type = Framed-User, > > > Framed-Protocol = PPP, >
RE: (RADIATOR) Simultaneous-use in 2.15
Hugh, The AuthByPolicy of ContinueUntilAccept clause was in the radius.cfg file from early attempts at setting up the cfg file. I have removed it. We want to accomplish checking of simultaneous use across all of our NAS'S. All of our users have an UNIX login entry in /etc/passwd|shadow. Our users can select options that allow simultaneous use. In this case the user will also have an entry in /etc/raddb/users. For example, toledo-carazo.com Auth-Type = "System", Simultaneous-Use = 2 Service-Type = Framed-User, Framed-Protocol = MP, Framed-IP-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Maximum-Channels = 2, Ascend-Idle-Limit = 1200 herculespr.net Auth-Type = "System", Simultaneous-Use = 2 Service-Type = Framed-User, Framed-Protocol = MP, Framed-IP-Address = 208.249.80.161, Framed-IP-Netmask = 255.255.255.248, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Maximum-Channels = 2, NAS-Port-Type = ISDN-Sync, Ascend-Route-IP=Route-IP-Yes, Ascend-Idle-Limit = 0 For the above users upto 2 users may simultaneously login into any of the 12 NAS'S that are currently available. Simultaneous use is not per NAS, i.e., simultaneous use must be checked for on all 12 of the NAS'S. Thanks for your help, William -Original Message- From: Hugh Irvine [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 20, 2000 3:48 AM To: William Hernandez; Radiator Subject: RE: (RADIATOR) Simultaneous-use in 2.15 Hello William - Thanks for sending the log file. The log shows that the user is indeed being rejected by the first AuthBy clause, but your configuration file has an AuthByPolicy of ContinueUntilAccept, so it goes on to the next AuthBy clause which then accepts the user. Radiator is doing exactly what it has been configured to do. I think you will need to explain what it is you are trying to accomplish so I can make some sensible suggestions. regards Hugh On Thu, 20 Jul 2000, William Hernandez wrote: > > Hugh, > > I've attached an excerpt from our radius.log file. > > The use "hmcalixto" was already logged in on max3 at > Wed Jul 19 12:11:59 2000: Login OK: [hmcalixto] (max3) > > Thanks in advance. > William > > -Original Message- > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 18, 2000 7:32 PM > To: William Hernandez; Radiator > Subject: Re: (RADIATOR) Simultaneous-use in 2.15 > > > > Hello William - > > I will need to see a trace 4 debug as well as what you have sent this time. > > thanks > > Hugh > > On Wed, 19 Jul 2000, William Hernandez wrote: > > > > Hello everyone, > > > > I'm having problems getting the simultaneous-use check item to work. I've > > tried using the internal SessionDatabase and an external SessionDatabase > > (using mysql), but Radiator doesn't report a rejection on a second login > > session either way. > > > > I've attached my radius.cfg. > > > > Some sample entries from my users file are: > > > > company1.com Auth-Type = "System" > > Service-Type = Framed-User, > > Framed-Protocol = MP, > > Framed-IP-Address = 208.249.79.226, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Maximum-Channels = 2, > > NAS-Port-Type = ISDN-Sync, > > Ascend-Route-IP=Route-IP-Yes, > > Ascend-Idle-Limit = 0 > > > > company2.com Auth-Type = "System" > > Service-Type = Framed-User, > > Framed-Protocol = PPP, > > Framed-IP-Address = 208.249.79.227, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Idle-Limit = 0 > > > > DEFAULT Hint="LOCAL", Auth-Type = "System", Simultaneous-Use = 1 > > Service-Type = Framed-User, > > Framed-Protocol = PPP, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Idle-Limit = 900 > > > > DEFAULT Auth-Type = "System", Simultaneous-Use = 1 > > Service-Type = Framed-User, > > Framed-Protocol = PPP, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Idle-Limit = 900 > > > > Thanks in advance. > > > > William Hernández > > > > > Content-Type: application/octet-stream; name="radius.cfg
RE: (RADIATOR) Simultaneous-use in 2.15
Hello William - Thanks for sending the log file. The log shows that the user is indeed being rejected by the first AuthBy clause, but your configuration file has an AuthByPolicy of ContinueUntilAccept, so it goes on to the next AuthBy clause which then accepts the user. Radiator is doing exactly what it has been configured to do. I think you will need to explain what it is you are trying to accomplish so I can make some sensible suggestions. regards Hugh On Thu, 20 Jul 2000, William Hernandez wrote: > > Hugh, > > I've attached an excerpt from our radius.log file. > > The use "hmcalixto" was already logged in on max3 at > Wed Jul 19 12:11:59 2000: Login OK: [hmcalixto] (max3) > > Thanks in advance. > William > > -Original Message- > From: Hugh Irvine [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 18, 2000 7:32 PM > To: William Hernandez; Radiator > Subject: Re: (RADIATOR) Simultaneous-use in 2.15 > > > > Hello William - > > I will need to see a trace 4 debug as well as what you have sent this time. > > thanks > > Hugh > > On Wed, 19 Jul 2000, William Hernandez wrote: > > > > Hello everyone, > > > > I'm having problems getting the simultaneous-use check item to work. I've > > tried using the internal SessionDatabase and an external SessionDatabase > > (using mysql), but Radiator doesn't report a rejection on a second login > > session either way. > > > > I've attached my radius.cfg. > > > > Some sample entries from my users file are: > > > > company1.com Auth-Type = "System" > > Service-Type = Framed-User, > > Framed-Protocol = MP, > > Framed-IP-Address = 208.249.79.226, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Maximum-Channels = 2, > > NAS-Port-Type = ISDN-Sync, > > Ascend-Route-IP=Route-IP-Yes, > > Ascend-Idle-Limit = 0 > > > > company2.com Auth-Type = "System" > > Service-Type = Framed-User, > > Framed-Protocol = PPP, > > Framed-IP-Address = 208.249.79.227, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Idle-Limit = 0 > > > > DEFAULT Hint="LOCAL", Auth-Type = "System", Simultaneous-Use = 1 > > Service-Type = Framed-User, > > Framed-Protocol = PPP, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Idle-Limit = 900 > > > > DEFAULT Auth-Type = "System", Simultaneous-Use = 1 > > Service-Type = Framed-User, > > Framed-Protocol = PPP, > > Framed-IP-Netmask = 255.255.255.255, > > Framed-Compression = Van-Jacobson-TCP-IP, > > Ascend-Idle-Limit = 900 > > > > Thanks in advance. > > > > William Hernández > > > > > Content-Type: application/octet-stream; name="radius.cfg" > Content-Transfer-Encoding: 7bit > Content-Description: > > > -- > Radiator: the most portable, flexible and configurable RADIUS server > anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, > Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc. > Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X. > > > Content-Type: application/octet-stream; name="radius.log" Content-Transfer-Encoding: quoted-printable Content-Description: -- Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc. Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X. === Archive at http://www.starport.net/~radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
RE: (RADIATOR) Simultaneous-use in 2.15
Hugh, I've attached an excerpt from our radius.log file. The use "hmcalixto" was already logged in on max3 at Wed Jul 19 12:11:59 2000: Login OK: [hmcalixto] (max3) Thanks in advance. William -Original Message- From: Hugh Irvine [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 18, 2000 7:32 PM To: William Hernandez; Radiator Subject: Re: (RADIATOR) Simultaneous-use in 2.15 Hello William - I will need to see a trace 4 debug as well as what you have sent this time. thanks Hugh On Wed, 19 Jul 2000, William Hernandez wrote: > > Hello everyone, > > I'm having problems getting the simultaneous-use check item to work. I've > tried using the internal SessionDatabase and an external SessionDatabase > (using mysql), but Radiator doesn't report a rejection on a second login > session either way. > > I've attached my radius.cfg. > > Some sample entries from my users file are: > > company1.com Auth-Type = "System" > Service-Type = Framed-User, > Framed-Protocol = MP, > Framed-IP-Address = 208.249.79.226, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Maximum-Channels = 2, > NAS-Port-Type = ISDN-Sync, > Ascend-Route-IP=Route-IP-Yes, > Ascend-Idle-Limit = 0 > > company2.com Auth-Type = "System" > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Address = 208.249.79.227, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Idle-Limit = 0 > > DEFAULT Hint="LOCAL", Auth-Type = "System", Simultaneous-Use = 1 > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Idle-Limit = 900 > > DEFAULT Auth-Type = "System", Simultaneous-Use = 1 > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Idle-Limit = 900 > > Thanks in advance. > > William Hernández > Content-Type: application/octet-stream; name="radius.cfg" Content-Transfer-Encoding: 7bit Content-Description: -- Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc. Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X. radius.log
Re: (RADIATOR) Simultaneous-use in 2.15
Hello William - I will need to see a trace 4 debug as well as what you have sent this time. thanks Hugh On Wed, 19 Jul 2000, William Hernandez wrote: > > Hello everyone, > > I'm having problems getting the simultaneous-use check item to work. I've > tried using the internal SessionDatabase and an external SessionDatabase > (using mysql), but Radiator doesn't report a rejection on a second login > session either way. > > I've attached my radius.cfg. > > Some sample entries from my users file are: > > company1.com Auth-Type = "System" > Service-Type = Framed-User, > Framed-Protocol = MP, > Framed-IP-Address = 208.249.79.226, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Maximum-Channels = 2, > NAS-Port-Type = ISDN-Sync, > Ascend-Route-IP=Route-IP-Yes, > Ascend-Idle-Limit = 0 > > company2.com Auth-Type = "System" > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Address = 208.249.79.227, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Idle-Limit = 0 > > DEFAULT Hint="LOCAL", Auth-Type = "System", Simultaneous-Use = 1 > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Idle-Limit = 900 > > DEFAULT Auth-Type = "System", Simultaneous-Use = 1 > Service-Type = Framed-User, > Framed-Protocol = PPP, > Framed-IP-Netmask = 255.255.255.255, > Framed-Compression = Van-Jacobson-TCP-IP, > Ascend-Idle-Limit = 900 > > Thanks in advance. > > William Hernández > Content-Type: application/octet-stream; name="radius.cfg" Content-Transfer-Encoding: 7bit Content-Description: -- Radiator: the most portable, flexible and configurable RADIUS server anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald, Platypus, Freeside, Interbiller, TACACS+, PAM, external, etc, etc. Available on Unix, Linux, FreeBSD, Windows 95/98/2000, NT, MacOS X. === Archive at http://www.starport.net/~radiator/ Announcements on [EMAIL PROTECTED] To unsubscribe, email '[EMAIL PROTECTED]' with 'unsubscribe radiator' in the body of the message.
(RADIATOR) Simultaneous-use in 2.15
Hello everyone, I'm having problems getting the simultaneous-use check item to work. I've tried using the internal SessionDatabase and an external SessionDatabase (using mysql), but Radiator doesn't report a rejection on a second login session either way. I've attached my radius.cfg. Some sample entries from my users file are: company1.com Auth-Type = "System" Service-Type = Framed-User, Framed-Protocol = MP, Framed-IP-Address = 208.249.79.226, Framed-IP-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Maximum-Channels = 2, NAS-Port-Type = ISDN-Sync, Ascend-Route-IP=Route-IP-Yes, Ascend-Idle-Limit = 0 company2.com Auth-Type = "System" Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Address = 208.249.79.227, Framed-IP-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Idle-Limit = 0 DEFAULT Hint="LOCAL", Auth-Type = "System", Simultaneous-Use = 1 Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Idle-Limit = 900 DEFAULT Auth-Type = "System", Simultaneous-Use = 1 Service-Type = Framed-User, Framed-Protocol = PPP, Framed-IP-Netmask = 255.255.255.255, Framed-Compression = Van-Jacobson-TCP-IP, Ascend-Idle-Limit = 900 Thanks in advance. William Hernández radius.cfg