Archive for Network

Network Tips – Make Your Home Network More Secure

Helping to protect your computer with a firewall

Why you need a firewall?

A firewall is a protective boundary between a computer (or a network of computers) and the outside world, where people or programs might try to access your computer without invitation. Hackers commonly use software that scans the Internet looking for computers with unprotected Internet connections. This software sends a very small message to your computer. If your computer does not have a firewall, your computer will automatically answer the message and thus announce that it is unprotected. But if you have set up a firewall, it will receive such messages and not answer them, so hackers won’t even know that your computer exists.

Firewalls can be either hardware or software

A hardware firewall is a piece of equipment that you physically connect to your network. It monitors all aspects of the communications that are sent and received, and inspects the source and destination address of each message that it handles. This provides security in helping to prevent intrusions to your computer or network. A software firewall performs a similar function by using a program inside your computer instead of an external device.

Microsoft Windows XP Service Pack 2 (SP2) has a software firewall that’s built in and turned on for you

This firewall, called Windows Firewall, is turned on by default so that a level of protection is in place right away. It monitors communications in the same way a hardware firewall does. Windows Firewall restricts information that comes to your computer from other computers, giving you more control over access to your data, and providing a line of defense against people or programs that try to access your computer without invitation. Regardless of whether you choose to take advantage of the Windows Firewall or another firewall available to you, keeping the firewall turned on and updated is one of the important keys to helping to protect your computer’s security.

Hardware and software firewalls can be used on the same computer. By default, Windows Firewall is enabled on all connections.

Computer Tips – How to Break or recover the router password

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

Then 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.

>o

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.

Tag:Break Recover Router Password