Hello Chris -

On Sun, 13 Aug 2000, Chris M wrote:
> username           Auth-Type = System
>                  Service-Type = Framed-User,
>                  Framed-Protocol = PPP,
>                  Framed-IP-Address = 255.255.255.254,
>                  Simultaneous-Use = 2,
>                  Port-Limit = 2,
>                  Framed-MTU = 1500
> 
> With this user profile in Radiator and MaxSessions set to 1 in the 
> <Realm> portion of the config I get these messages in the log at 
> Trace 4
> 
> Sun Aug 13 00:19:53 2000: DEBUG: Checking if user is still online: 
> Livingston, username, 207.174.103.7, 8, 46005EE2 199.165.157.1
> Sun Aug 13 00:19:53 2000: DEBUG: Running command `/usr/bin/snmpget 
> 207.174.103.7
>   username .iso.org.dod.internet.private.enterprises.307.3.2.1.1.1.2.5`
> 
> I'm using NasType of Livingston on Radiator 2.16.1
> 
> This seems like I have it set up right, but the second ISDN channel 
> does not want to come up and stay up.  What might I have mistaken here
> 

There are a couple of things wrong with your configuration.

First of all, MaxSessions will set a hard limit for the Realm, so you will need
to remove it. If you want to support different Simultaneous-Use limits for
different users you should use DefaultSimultaneousUse for the AuthBy clause.

Second, your user definition must have Simultaneous-Use as a check item:

username           Simultaneous-Use = 2, Auth-Type = System
        Service-Type = Framed-User,
        Framed-Protocol = PPP,
        Framed-IP-Address = 255.255.255.254,
        Port-Limit = 2,
        Framed-MTU = 1500

hth

Hugh

-- 
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.

Reply via email to