How To Configure Cisco Router to Work With Cable Internet

Posted in: How to? |

If you just bought your first used Cisco router, I bet one thing you want to immediately do is connecting the Cisco router to the cable internet.
I know I did, I have cable internet for my home network. Previously I used Linksys router to get my LAN connected to the internet.

Configuring Cisco router to connect to the cable internet is easy work, even if you know only the basic configuration stuff in Cisco.

Configure IP Address of the Router’s Interfaces

The router will get the ip configuration from DHCP server of the ISP, the Ethernet 0/0 port I use as the exit point to the internet.
The Ethernet 0/1 will be the port where my computer is connected. I’m going to set private IP address as the gateway for the computer.

Configure Routing

This example only shows the basic static routing, the router will send all request from the client (from port Ethernet 0/1) to the port Ethernet 0/0.

We need to first set the IP address of the router’s interfaces to begin configuring Cisco router to work with cable internet.

If you configure the router for the first time, connect to it using the console cable.

the interface ethernet 0/0 is connected to the cable modem and interface ethernet 0/1 connected to my PC.

Ethernet 0/0 is using configuration got from the ISP so we’ll set it to receive IP address from ISP’s DHCP server. Always remember to give no shutdown command on the interface:

router> enable
router# configure terminal
router (config) # interface ethernet 0/0
router (config-if)# ip address dhcp
router (config-if)# no shutdown

Now to set the Ethernet 0/1 port as the picture above, we can just jump right to the interface 0/1 configuration mode:

router (config-if)# interface ethernet 0/1
router (config-if)# ip address 192.168.1.1 255.255.255.0
router (config-if)# no shutdown

You have successfully configure IP addresses to your interfaces, you can check it using the following command:

router# show ip interface brief

Interface IP-Address OK? Method Status Protocol
Ethernet0 xxx.xxx.xxx.xxx YES DHCP up up
Ethernet1 192.168.1.1 YES NVRAM up up

The show ip interface brief is a very useful command, you would want to use it to check the status of your interfaces.

The interface column shows you all the interfaces you have, the IP-Address is of course shows the addresses of the respective interfaces.

The Method column shows whether the addresses given by a DHCP server or you configured it yourself (stored in NVRAM) or it can also shows TFTP – configuration from TFTP server.

When you finished this configuration, your router will be receiving IP address on interface 0/0 from DHCP server of the ISP, and the interface 0/1 will be ready to communicate with network 192.168.1.0

Setting Cisco Router as DHCP Server

This option really is optional if you want to set Cisco router to work with cable internet, but this is a good chance to add your skill in configuring Cisco devices.

Now it’s time to configure your router as DHCP server.

To set a DHCP server, you will configure a pool of network IP addresses that you want to give out to the clients (PC, printer, NAS, etc).
I want to give out the IP addresses from the network 192.168.1.0.

First thing you need to configure is to exclude the IP addresses that you dont want to give out.
For example, I’ve configured the router interface 0/1 to be 192.168.1.1, then I need to exclude 192.168.1.1 so the router won’t give out this address.
You can configure the exclusion in the router’s global configuration mode:

router> enable
router# configure terminal
router (config)# ip dhcp excluded-address 192.168.1.1

This command is very useful especially if you need to exclude a range of IP addresses, if you need to exclude say 192.168.1.1 until 192.168.1.10 you can do it like this:

router (config)# ip dhcp excluded-address 192.168.1.1 192.168.1.10

After the ip dhcp excluded-address we give the low IP address and the high IP address, this way your router not give IP addresses from 192.168.1.1 to 192.168.1.10, the router will start giving out address from 192.168.1.11 and so on.

(more…)

How to Align your screen with AT&T Tilt Windows Mobile 6.1

Posted in: How to? |

Is your cell phone touchscreen out of alignment? Try these steps to align you windows mobile 6 touchscreen.

Click Start

Click Settings

Click System tab at the bottom

Click Screen

Click Align Screen

How to Disable Error Reporting

Posted in: How to? |

1. Open Control Panel
2. Click on Performance and Maintenance.
3. Click on System.
4. Then click on the Advanced tab
5. Click on the error-reporting button on the bottom of the windows.
6. Select Disable error reporting.
7. Click OK
8. Click OK

How to Select the Right Parts Before Building your new computer.

Posted in: How to? |

Wartex8 shows you good websites to buy and find information about creating your own computer.

How to record the video and audio from your computer.”Record what you see and hear from the computer”

Posted in: How to Video, How to?, Video Capture |

Thank you knockbridgeman for this video.

Info from the YouTube post.

This FREE software enables you to record the stuff on your computer
screen without using a video camera.
It can also believe it or not record sound.

How to Reset the iPod: “My iPod won’t turn on or off”

Posted in: How to?, iPod |

ipod2.jpg

My iPod won’t turn on? My iPod won’t turn off? Sometimes iPod’s “will not turn on” or will “lock up” and just freezes. But thanks to Apple we can fix this most of the time just by resetting it. Follow the steps below on how to get your iPod to turn or or unfreeze.Make sure that your iPod is paused or the Hold switch is in the Unlocked position (“away from the headphone jack”). Now try turning it on. If it still will not turn on, try to Reset or (reboot) the device.

How to reset iPod: 1Gen to 3Gen
1. Disconnect iPod from the computer (if connected).
2. Turn your hold switch is off by sliding the switch away from the headphone jack.
3. Press and hold the following combination of buttons simultaneously for approximately 6 to 11 seconds (Play/Pause and Menu buttons)(you my see a apple logo pop up).

ipod.jpg

How to reset an iPod with a Click Wheel, including:

Fifth Generation iPod (iPod with video)
iPod nano (Second Generation)
iPod nano
iPod with color display (iPod photo)
iPod (Click Wheel)
iPod mini
iPod mini (Second Generation)
iPod 4G+ (Photo, Nano, Video, and Mini)

1. Disconnect iPod from the computer (if connected).
2. Toggle the Hold switch on and off. (Slide it to Hold, then turn it off again.)
3. Press and hold the Menu and Center (Select) buttons simultaneously until the Apple logo appears, about 6 to 10 seconds. You may need to repeat this step.

How to reset an iPod Shuffle:

1. Disconnect from the computer (if connected).
2. Turn it off, (wait 6 seconds) Turn it on.

If you would like to see a video from the Apple site click this.

How to Defragment Your Disk Drive

Posted in: How to?, Quick Tip, Windows |
1. Open My Computer.
2. Right-click the local disk volume that you want to defragment, and then click Properties.
3. On the Tools tab, click Defragment Now.
4. Click Defragment.
Newer Posts »