RE: Disable Telnet [7:41293]

2002-04-12 Thread Michael Williams
If you don't define a password on the VTY ports, that effectively disables telnet. (as you cannot telnet to a box that doesn't have a VTY password defined). Mike W. Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41296&t=41293 --

RE: Disable Telnet [7:41293]

2002-04-12 Thread Wright, Jeremy
do a no login on line vty 0 4 ie: conf t line vty 0 4 no login -Original Message- From: Johnson, Richard (NY Int) [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 8:05 AM To: [EMAIL PROTECTED] Subject: Disable Telnet [7:41293] Hi All, How do I disable Telnetting ca

RE: Disable Telnet [7:41293]

2002-04-12 Thread Scott Riley
Hey Rich, Easiest way is probably: ! line vty 0 4 transport input none ! However, you might want to reserve telnet access to a private range for your own ease of admin in which case: ! line vty 0 4 transport input telnet access-class 2 in ! access-list 2 remark Secure Telnet Access access-l

RE: Disable Telnet [7:41293]

2002-04-12 Thread Dimitris Vassilopoulos
Jeremy, If you enter "no login" under vty 0 4, then you'll get into the router! "login" means that the router prompts " Password:". "no login" instructs the router to bypass that, giving you access immediately. Dvass Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=41301&t=412

Re: Disable Telnet [7:41293]

2002-04-12 Thread Johnny Routing
Surely you were joking ""Wright, Jeremy"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > do a no login on line vty 0 4 ie: > > conf t > line vty 0 4 > no login > > -Original Message- > From: Johnson, Richard (NY Int) [mailto:[EMAIL PROTECTED]] > Sent: Friday,

Re: Disable Telnet [7:41293]

2002-04-12 Thread Patrick Ramsey
hmmm what would happen if you disable logins for vty 0 -4 but enabled it for 5? could you start 4 sessions at the same time and login on the 5th? hm >>> "Johnny Routing" 04/12/02 09:55AM >>> Surely you were joking ""Wright, Jeremy"" wrote in message [EMAIL PROTECTED]">news:[EMAIL

RE: Disable Telnet [7:41293]

2002-04-12 Thread Wright, Jeremy
, 2002 8:44 AM To: [EMAIL PROTECTED] Subject: RE: Disable Telnet [7:41293] Jeremy, If you enter "no login" under vty 0 4, then you'll get into the router! "login" means that the router prompts " Password:". "no login" instructs the router to bypas

RE: Disable Telnet [7:41293]

2002-04-12 Thread Wright, Jeremy
please insert foot into mouth now. im doing too much telnetting at once..if that is even a word :) -Original Message- From: Johnny Routing [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 8:55 AM To: [EMAIL PROTECTED] Subject: Re: Disable Telnet [7:41293] Surely you were joking

RE: Disable Telnet [7:41293]

2002-04-12 Thread John Allhiser
access-list 30 deny 0.0.0.0 line vty 0 4 access-class 30 in -Original Message- From: Wright, Jeremy [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 9:05 AM To: [EMAIL PROTECTED] Subject: RE: Disable Telnet [7:41293] youre correct. i was answering too quick without thinking

Re: Disable Telnet [7:41293]

2002-04-12 Thread Johnny Routing
Interesting thought and I think it would work that way, although I haven't tried it. If you would start 4 sessions to utilize the first 4 lines, you should be able to get in on the 5th. I might have to try this later this afternoon ;) JR ""Patrick Ramsey"" wrote in message [EMAIL PROTECTED]

Re: Disable Telnet [7:41293]

2002-04-12 Thread samuel zou
if you didn't set the passwrd for telnet login,router will be refused to login by default - Original Message - From: "John Allhiser" To: Sent: Friday, April 12, 2002 10:20 PM Subject: RE: Disable Telnet [7:41293] > access-list 30 deny 0.0.0.0 > line vty 0 4

RE: Disable Telnet [7:41293]

2002-04-12 Thread Ismail Al-Shelh
Do not configure VTY and that's all , you are making it story. Duh Ismail Al-shelh -Original Message- From: Johnson, Richard (NY Int) [mailto:[EMAIL PROTECTED]] Sent: Friday, April 12, 2002 4:05 PM To: [EMAIL PROTECTED] Subject: Disable Telnet [7:41293] Hi All, How do I dis

RE: Disable Telnet [7:41293]

2002-04-13 Thread John Allhiser
]] Sent: Friday, April 12, 2002 10:13 AM To: John Allhiser Subject: Re: Disable Telnet [7:41293] If I am not mistaken, the router shall not accept telnet connections if it does not have a telnet password on the vty lines... Persio - Original Message - From: "John Allhiser"

Re: Disable Telnet [7:41293]

2002-04-13 Thread Jorge Rodriguez
remove passwords and login configuration on VTY 0 4 lines. Jorge [EMAIL PROTECTED] [EMAIL PROTECTED] Johnson, Richard (NY Int) wrote: > Hi All, > > How do I disable Telnetting capability to my 3640. I only want > console access. > > > Thanks, > > > Rich Message Posted a