Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computing > Cisco > security breach?

Reply
Thread Tools

security breach?

 
 
Brenda
Guest
Posts: n/a
 
      04-23-2004
I have a newbie question that I hope is not too elementary...I'm
trying to learn this stuff...
I installed a Cisco 806 router two years ago on my home network. I
recently needed to contact my ISP for another reason, and was told I
better check my router because it was wide open. On doing a show run,
I see <removed> after my passwords and a new username also with
<removed> after it. I am assuming someone has been able to get into my
configuration and change it. This router does not come with the
firewall option. What else can I do besides place new passwords on it?
Thanks for any help.
 
Reply With Quote
 
 
 
 
ec
Guest
Posts: n/a
 
      04-23-2004

"Brenda" <> wrote in message
news: om...
> I have a newbie question that I hope is not too elementary...I'm
> trying to learn this stuff...
> I installed a Cisco 806 router two years ago on my home network. I
> recently needed to contact my ISP for another reason, and was told I
> better check my router because it was wide open. On doing a show run,
> I see <removed> after my passwords and a new username also with
> <removed> after it. I am assuming someone has been able to get into my
> configuration and change it. This router does not come with the
> firewall option. What else can I do besides place new passwords on it?
> Thanks for any help.


Restrict telnet access to it. Make an access list that allows only your PC's
IP to connect to the vty lines. Make the passwords difficult to guess.


 
Reply With Quote
 
 
 
 
ec
Guest
Posts: n/a
 
      04-23-2004

"ec" <> wrote in message news:ko0ic.28442$L75.21973@fed1read06...
>
> "Brenda" <> wrote in message
> news: om...
> > I have a newbie question that I hope is not too elementary...I'm
> > trying to learn this stuff...
> > I installed a Cisco 806 router two years ago on my home network. I
> > recently needed to contact my ISP for another reason, and was told I
> > better check my router because it was wide open. On doing a show run,
> > I see <removed> after my passwords and a new username also with
> > <removed> after it. I am assuming someone has been able to get into my
> > configuration and change it. This router does not come with the
> > firewall option. What else can I do besides place new passwords on it?
> > Thanks for any help.

>
> Restrict telnet access to it. Make an access list that allows only your

PC's
> IP to connect to the vty lines. Make the passwords difficult to guess.
>
>


Might as well give an example. Say your PC's ip is 192.168.1.2. Do this on
the router:

conf t
access-list 30 permit host 192.168.1.2
line vty 0 4
access-class 30 in
exit
exit
copy run start

The 30 can be whatever is available 1-99

I THINK 806 uses IOS, if it doesn't disregard that example


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing higher security level from higher security level nderose@gmail.com Cisco 0 07-11-2005 10:20 PM
Going from higher security level interface to lower security interface- HELP!!! - AM Cisco 4 12-28-2004 09:52 PM
IT-Security, Security, e-security COMSOLIT Messmer Computer Support 0 09-05-2003 08:34 AM
How secure is the security from my security form? Aaron Java 1 08-04-2003 06:16 PM
MCSA: Security MCSE: Security question Rick Sears MCSE 0 07-29-2003 08:02 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57