limiting access on certain ports

J. S. Nakamura (jnakamur@kiva.net)
Tue, 12 Aug 1997 15:22:18 -0500

What is the best way to limit login on a certain port (say port s29) so
only a certain user can login (say user abc), at the same time all other
ports (s0 through s28) it will authenticate any valid users in RADIUS? We
are using Livingston's RADIUS server 2.0. Only way I can think of is have
30 entries in the users file for each port. But this makes the users file
very ugly.

Any suggestion?

## have this same entry for port 0 through 28
DEFAULT Auth-Type = System, Framed-Protocol = PPP, NAS-IP-Address =x.x.x.x,
NAS-Port=0
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP
.
.
.
abc Auth-Type = System, Framed-Protocol = PPP, NAS-IP-Address =x.x.x.x,
NAS-Port=29
Service-Type = Framed-User,
Framed-Protocol = PPP,
Framed-IP-Address = 255.255.255.254,
Framed-MTU = 1500,
Framed-Compression = Van-Jacobson-TCP-IP

J.S. Nakamura -- Kiva Networking -- Phone (812)337-5070 -- Fax (812)337-5082
jnakamur@kiva.net