Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 May 2001 11:00:09 -0500
From:      Bob Greene <rgreene@tclme.org>
To:        gitau <gitau@wananchi.com>
Cc:        questions@freebsd.org, wash@wananchi.com
Subject:   Re: - Ascend-Radius
Message-ID:  <3AF02F09.610F9D4F@tclme.org>
References:  <NFBBILMLELFNMDBCLHMBIEJJCAAA.gitau@wananchi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
gitau wrote:
> 
> Id like for a few of our users to dial in and get locally authenticated
> then they can go to the internet from there.So I installed ascend-radius
> from the ports collection,no problem there.What i need help with is
> How to configure the users file to authenticate the following
> Username DEFAULT
> Password UNIX
> using chap.What I currently have is
> DEFAULT Password = "UNIX"
>         User-Service = Login-User,
>         Login-Service = ****
> 
> What will my login service be?
> Do I specify Framed-Protocol = PPP ?
> Do I specify a  Framed-Address ?
> For the user DEFAULT to log in and browse,what do i need to do ?
> 
> John Gitau,
> Operations Mombasa,
> Wananchi Online Limited,
> www.wananchi.com .
> 

I'm not the radius expert...

Not sure of the Login-Service, but I don't think you'd want a
Framed-Address unless you want to manually assign addresses to the
user.  How many channels are you going to make available for multiple
simultaneous logins?

For a standard system user on Cistron radius, we use this:
rgreene  Auth-Type = System, Simultaneous-Use = 1
        Ascend-Maximum-Channels = 1,
        Fall-Through = Yes

Radius handles address assignment for us based on the pool we've given
the Ascend MAX and limits the total number of connections via the
Simultaneous-Use parameter.  Channel bonding is limited by
Ascend-Maximum-Channels.

-- 
Bob Greene
rgreene@TclMe.org
Pull my finger for my public key

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3AF02F09.610F9D4F>