Break or recover the router password

Turn the power switch off and back on to recycle the power.

Press the Break key or key sequence to put the router into ROM Monitor mode. The break key varies by computer or terminal software. The sequence might be CTRL-D, CTRL-Break or another combination.

At the  > prompt, type 0 to record the current value of the configuration register normally 0×2102, or 0×102.

Configuration register = 0×2102 at last boot

Bit#    Configuration register option settings:

15      Diagnostic mode disabled.

Type o/r 0×2142 to tell the router to boot from flash without loading the configuration in NVRAM at the next reload.

Type i to have the router reboot. The router ignores the configuration in NVRAM.

The router runs the setup dialog, Type no or press Ctrl-C to skip the initial setup Dialog.

Type enable ate the Router> prompt to go to privileged exec mode.

Copy the startup configuration to the running configuration by using the configure memory or copy startup-config running-config commands. Do not type configure terminal. If you use the configure terminal command, you overwrite the configuration stored in NVRAM.

View the configuration by typing write terminal or show running-config. View the configured line, vty and enable passwords. Any encrypted passwords need to be changed.

Enter the configuration mode by typing configure terminal. Change the line of enable passwords as necessary.

All interfaces are in a shutdown state. Issue the no shutdown command on every interface that is to be used.

Type config-register 0×2102 to return the router to normal operation at the next reloads.

Exit configuration mode by pressing Ctrl-Z

Save your changes by typing write memory or copy running-config startup-config.

Reload the router and verify the passwords.

Some tips to increase broadband internet speed

Here’s some tips to increase broadband internet speed

1.Type “about:config” into the address bar and hit return. Scroll down and look for the following entries:
network.http.pipelining network.http.proxy.pipelining network.http.pipelining.maxrequests
Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.
2. Alter the entries as follows:
Set “network.http.pipelining” to “true”
Set “network.http.proxy.pipelining” to “true”
Set “network.http.pipelining.maxrequests” to some number like 30. This means it will make 30 requests at once.
3. Lastly right-click anywhere and select
New-> Integer. Name it “nglayout.initialpaint.delay” and set its value to “0″. This value is the amount of time the browser waits before it acts on information it receives.

If you’re using a broadband connection you’ll load pages MUCH faster now!

Top network security tips

Top network security tips

I was asked by a client to develop a “best practices” guide for securing Microsoft IIS 5.0. In my search for supporting reference material, I came across a very informative document called The 60 Minute Network Security Guide on the National Security Agency Web site (www.nsa.gov). The document is only about 40 pages long, but it’s packed with valuable pearls of wisdom on how to secure your network enterprise, including specific information for Windows and Unix systems. The document is what is known as a “best practices” guideline for network security. Here’s a summary:

1. Make sure you have a security policy in place -— The security policy is the formal statement of rules on how security will be implemented in your organization. A security policy should define the level of security and the roles and responsibilities of users, administrators and managers.

2. Make sure all of your operating systems and applications are patched with the latest service packs and hotfixes -— Keeping your systems patched will close vulnerabilities that can be exploited by hackers.

3. Keep an inventory of your network devices -— Develop and maintain a list of all hardware/software components, and understand which default software installations provide weak security configurations.

4. Scan TCP/UDP services -— Turn off or remove unnecessary services. Unneeded services can be the entry point attackers use to gain control of your system.

5. Establish a strong password policy -— Weak passwords could mean a compromised user account.

6. Don’t trust code from non-trusted sources.

7. Block certain e-mail attachment types -— This list includes .bas, .bat, .exe and .vbs.

8. Don’t provide more rights to system resources than necessary -— Implement the concept of “least privilege”.

9. Perform your own network security …

Backup or Restore the Registry

Backup / Restore the Registry

To Backup/Restore the Windows Registry: Windows 9x For XP 2000 click here

1. If you are in MSDOS, at the C:\Windows prompt type
2. Attrib -s -r -h C:\Windows\System.dat (press Enter)
3. Attrib -s -r -h C:\Windows\User.dat (press Enter)

To make the backup copies type:

1. copy C:\Windows\System.dat C:\Windows\System.000 (press Enter)
2. copy C:\Windows\User.dat C:\Windows\user.000 (press Enter)

To Restore the Registry

1. copy C:\Windows\System.000 C:\Windows\System.dat (press Enter)
2. copy C:\Windows\User.000 C:\Windows\user.dat (press Enter)
.