Ascend Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: (ASCEND) Force Modem VS ISDN connection



> > In order to keep our Analog customers from using their account as
> > an ISDN access account, I am trying to limit their connection to
> > our Maxen via Radius Profile.  According to Ascend documentation,
> > EITHER of the following lines should do the trick.
...
> > NAS-Port-Type = 0,

Normally, most administrators use the name, rather than the number,
but indeed the NAS-Port-Type value for Async is 0.

You should be aware that since you are trying to use this to limit the
service provided, you do not want NAS-Port-Type to be a configuration
value (a reply-item), you want it to be checked by the RADIUS server
before authorizing service (a check-item).

This means NAS-Port-Type should not be on a line by itself.  Putting it
on a separate line within the user entry would make it a reply-item.
You want it to be on the first line of the user entry, along with the
Password.

Example:

username  Password = "passwd", NAS-Port-Type = Async
          User-Service = Framed-User,
          Framed-Protocol = PPP,
          Framed-Netmask = 255.255.255.128,
          Ascend-Assign-IP-Pool = 1

++ Ascend Users Mailing List ++
To unsubscribe:	send unsubscribe to ascend-users-request@bungi.com
To get FAQ'd:	<http://www.nealis.net/ascend/faq>