RE: (PM) ISDN restrictions

Kevin Sawyer (sawyerk@apci.net)
Tue, 30 Jun 1998 13:25:58 -0500

From: Jorg B. [mailto:jorg_b@cwo.com]
Sent: Tuesday, June 30, 1998 12:46 PM
> Is there a way to restrict ISDN connections based on user names ?
> For example: User name tom is allowed to establish a ISDN
> connection but
> user name peter can only connect using a "non ISDN" modem.
> PM3 (PRI connected)

In /etc/raddb/users (assuming /etc/passwd is used for authentication),
use something like this:

AsyncUser Auth-Type = System, NAS-Port-Type = Async
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Address = 255.255.255.254,
Framed-Netmask = 255.255.255.255,
Framed-MTU = 1500

64kISDNUser Auth-Type = System
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Address = 255.255.255.254,
Framed-Netmask = 255.255.255.255,
Framed-MTU = 1500
Port-Limit = 1

128kISDNUser Auth-Type = System
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-Address = 255.255.255.254,
Framed-Netmask = 255.255.255.255,
Framed-MTU = 1500
Port-Limit = 2

Hope this helps...

--Kevin

Kevin Sawyer - President/CEO - sawyerk@apci.net
Applied Personal Computing, Inc. - APCiNet - http://www.apci.net
6001 Old Collinsville Road, Building #3, Fairview Heights, IL 62208
Office: (618) 632-7282 FAX: (618) 632-7287 Support: (618) 628-2Net

-
To unsubscribe, email 'majordomo@livingston.com' with
'unsubscribe portmaster-users' in the body of the message.
Searchable list archive: <URL:http://www.livingston.com/Tech/archive/>