I think you're asking if you can restrict users from establishing telnet or
ssh connections to your router...?

You can restrict telnet to the router with an acl applied to the vty
lines....for example...permit yourself and other authorized hosts, deny
everyone else.  i'm not familiar enough with radius to make a stab....hope
this helps.

Roger

access-list 150 permit ip host x.x.x.x log
access-list 150 permit ip host x.x.x.x log
access-list 150 deny  ip any any log

conf t
line vty 0 4
access-class 150 in

-----Original Message-----
From: vikas patel [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 22, 2001 01:17
To: [EMAIL PROTECTED]
Subject: How to restrict multiple login?


Hi folks,
I am working in an ISP company, got Cisco 2511 router with inbuilt 
RAS(access server), IOS ver. 11.3(9).
I am using RADIUS from livingston ver. 2.0.1 beta 14 revision 5 for windows 
NT4.0 and Netcents ver. 6.0 for billing. I have contacted the netcents 
people and they says that the single/multi login facility is available with 
RADIUS only and not with there netcents billing s/w. And i think the RADIUS 
ver. that i am using is not supporting this single/multi login features. And

i am going to use this RADIUS b'coz its free.
How can i Restrict my customers for single login and multi-login into my 
cisco router. B'coz using the above radius and netcents i cannot block multi

user login in my network. Can u guys suggest some solution using the above 
only s/w's. And I am creating users in netcents+radius and these users are 
not the router users.
Is their any way thru cisco router commands to restrict my customers for 
single login?

Thanks in advance.
waiting for your reply.

kind regards
vikas patel
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

_________________________________
FAQ, list archives, and subscription info:
http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to