hgh bodybuilding

Archive for the 'SND' Category

Cisco Router Login Lockdown

Thursday, July 23rd, 2009

Additional configuration to further lockdown Cisco router security.

‘Login local’ on a Cisco Router

Wednesday, July 22nd, 2009

In most smaller networks, or networks that have a few network administrators, when you log into a Cisco device you are only prompted for a password. This will take you to the Router> prompt where more than likely you will immediately type ‘enable’ to enter into privileged exec mode, and you will be prompted with [...]

Configuring SSH (Secure Shell) on a Cisco device

Tuesday, July 21st, 2009

Secure Shell (SSH) is a protocol that allows us to connect to devices securely by using encryption. Gone are the days were most networking engineers are happy with using plain telnet with it’s clear text transmission of data which could result in an attacker sniffing the line for usernames and passwords. Configuring SSH on a [...]

Banner – Message Of The Day (MOTD)

Wednesday, June 24th, 2009

It is advisable that on all your devices in your network, you have a disclaimer or message that appears when someone connects to your device. There have been many cases over the years where a hacker has gained access, been caught, and got away with it since there was nothing in place informing that they [...]

Setting the enable password and secret on a Cisco device

Friday, June 19th, 2009

By default a Cisco device does not have any passwords on it, so access to the console is open by default, and anyone connecting to the device is able to access privileged mode (enable mode). This of course is a security risk and one of the first things that should be done with a new [...]

Configuring VTY Access

Wednesday, June 17th, 2009

VTY (Virtual Terminal Lines) are used when you wish to telnet into a router remotely. In order for the router to allow telnet connections, the VTY lines need to be configured with a password, which is not a default setting. If you were to try connect to a router with telnet and the VTY password [...]