Real Time Ascend Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (ASCEND) Restricting access to CLID
> I'd like to restrict a PPP Radius-Dialin-Profile to a specific CLID.
> In the case a caller authenticates via PAP/CHAP but has the wrong
> CallerID the Radius should send a AuthNak or something.
It is called an Access-Reject (see RFC 2138).
> Is this included in the Ascend Radius using a Max4k as NAS?
You need to add the "Caller-Id" (aka Calling-Station-Id) as a check-item
in the RADIUS user entry. In a Livingston RADIUS server or derivatives
(like Ascend RADIUS), the check-items must all be on the first line of
the user entry, along with the Password. Check-items are values that
must be true for the user to be successfully authorized.
Example:
username Password = "passwd", Caller-Id = "8005551212"
User-Service = Framed-User,
Framed-Protocol = PPP,
Framed-Netmask = 255.255.255.128,
Ascend-Assign-IP-Pool = 1
Warning: Putting it on a separate line within the user entry would make
it a reply-item.
++ Ascend Users Mailing List ++
To unsubscribe: send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd: <http://www.nealis.net/ascend/faq>