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…)

IBM netvista now part of home server setup

Posted in: DIY Home Servers |

This Netvista pc will be used to control my cisco 3745 router and cisco 2950 switch. This will be good because it has 2 serial connectors so i can control both router and switch with 1 PC.

Product: NetVista personal computer 8319-11U
Operating system: Windows XP

Original description: Intel Pentium 4 1.8GHz (512KB), 256MB, 40GB 7200RPM IDE HDD, PCI Small Form Factor (2×3), Intel Extreme Graphics, 48x CD-ROM, Intel 10/100 Ethernet, Windows XP Professional

IBM Netvista pc

IBM Netvista pc

IBM Netvista pc inside

IBM Netvista pc inside

Tripp Lite OSD or on screen display Hotkeys

Posted in: server |

Hotkey navigation can be used under OSD ” on screen display” mode. To hotkey select a port from the OSD, do the
following:
1. Press either Left [Ctrl] or Right [Ctrl] twice to access the OSD Main Menu.
Note: 1. In OSD “on screen display”, when you are at the Main Menu you can key in the Port ID for the computer you wish to access
without first having to press the [Ctrl+Ctrl] combination.
2. You can optionally change the hotkey to the Scroll Lock key (see F6, below), in which case you would
press [Scroll Lock] [Scroll Lock].
2. From the OSD Main Menu, key in the Port ID for the computer you wish to access (see Port ID
Numbering, above, for details), then press [Enter].
The console now controls the PC that you have selected, and the OSD automatically closes.
When you key in the Port ID, note the following:
• You must key in the Port ID and press [Enter] within 1 second for each keypress after pressing
the Left [Ctrl]+[Alt]+[Shift] or Right [Ctrl]+[Alt]+[Shift] keys sequentially.
• Number keys must be pressed from the regular keyboard; not from the numeric keypad.
• The keys must be pressed and released one key at a time.
• If you submit an incorrect Port ID, an error message displays, and you are returned to the OSD
Main Menu.

OSD Navigation
• [Esc] cancels the current selection, or dismisses the current menu and moves back to the menu one
level above. If you are at the highest menu level, it deactivates OSD.
• Use the Up and Down Arrow Keys to move up or down through the list one line at a time
• Use [Pg Up] and [Pg Dn] to move up or down through the list one screen at a time
• Click on to move up or down through the list one line at a time
• Click on to move up or down through the list one screen at a time
• To activate a port, move the Highlight Bar to it then press [Enter].
• After executing any action, you automatically go back to the menu one level above.

Tripp Lite 8 Port KVM switch with osd

Tripp Lite 8 Port KVM switch with osd

Alienware AMD 3500+ Turned into media server

Posted in: DIY Home Servers |

I had a Alienware that was not being used so I turned it into my Home Media Server. The OS is installed onto a WD Raptor Hard Drive and it also has an WD 500gb hard drive used as the media drive. The OS is Windows XP Pro sp3 also installed is the Tivo server software, Miro, Acronis.

Alienware home server amd

Alienware home server amd

Processor 1
Name: AMD Athlon(tm) 64 Processor 3500+
Manufacturer: AuthenticAMD
Caption: x86 Family 15 Model 31 Stepping 0
Version: Model 15, Stepping 0
Address Width: 32Bits
Data Width: 32Bits

Socket Designation: Socket 939

I’m still in the process of setting this up so keep checking back.

New Parts added to my home server Cisco 3745 router and HP dc5100

Posted in: server |

This is a list of new parts or components I just added to my home server network.

Cable to Cable Modem, From Cable Modem Cat5 to Cisco 3745 Router, Out the Cisco 3745 Router into Cisco 2950 Switch, Out from the Switch cat5 into Linksys WRT54GS port 1 used as wireless Access Point.

1. Cisco 3745 Router

Form Factor 19” and 23” Rack
Mount (2 and 4 RU)
DRAM (default) 256 MB
DRAM (maximum) Up to 512 MB (3745)
Flash (default) 32 MB
Flash (maximum) 128 MB
Onboard DSP Slot 0 Up to 4
Onboard AIM Slot 2 2
Support for High Speed WICs (HWICs)
or Enhanced Network Modules No
LAN Ports 2 10/100
Integrated Hardware-based Encryption Optional
Integrated Inline Power/PoE Support Yes (No PoE)
USB Ports (v1.1) No
Console Port (Up to 115.2 Kbps) 1
Auxiliary Port (Up to 115.2 Kbps) 1

Cisco 3745 Router view

Cisco 3745 Router view

Cisco 3745 Router back view

Cisco 3745 Router back view

1 HP  LCD L1706

1 HP dc5100 PC

  • Intel® Pentium® 4 Processor with HT Technology1 and Celeron1™ D processors
  • Operating Systems:
    • Genuine Windows XP Professional
    • Genuine Windows XP Home
    • SuSE Linux Personal 9.2 OEM (delivered on CDs with system, not pre-installed) – WW except Asia
    • Turbolinux 10D (delivered on CDs with system, not pre-installed)- China only
    • FreeDOS
  • Intel 915GV Express chipset with Integrated Intel Graphics Media Accelerator 900
  • DDR2 Synch DRAM PC2-3200 (DDR2-400) Memory
  • Integrated Broadcom BCM5751 NetXtreme Gigabit Ethernet
  • Dual Channel Memory with 4 available color coded DIMM slots
  • Pre-loaded manageability tools
  • Serial ATA Hard Drives
  • SoundMax Digital AC97 Integrated Audio with internal speaker
  • Color coded cables for ease of use
  • Basic serviceability with tool-less covers and drives
  • In compliance with the Restrictions of Hazardous Substances (RoHS) directive
  • In compliance with the IEEE 1680 (EPEAT) standard at the SILVER level
  • Energy Star compliance with energy-saving features
HP dc5100 computer

HP dc5100 computer

1 Opti-UPS Enhanced Series 1500c

*  Regulate fluctuate voltages with AVR
* More outlets to back-up and/or protect more peripherals against counterparts
* Clear status LED indicators and audible alarms
* Easy overloading recovery with a simple push circuit breaker
* High surge energy rating against counterparts for the greatest security to surges and spikes
* Internet/LAN (RJ11/RJ45) surge protection
* RS232 or USB version
* User replaceable battery
* Free UPS management software with multiple OS compatibility

Model Name      ES1500C
Topology     Line-Interactive
On-battery Output Waveform     Step Wave
Nominal Input Voltage 100/110/120V or 220/230/240V
Nominal Input Frequency 50/60Hz Auto Sensing
Input Voltage Range
Rated Voltage +/- 25%
Automatic Voltage Regulation (AVR) Yes
Protected Outlets 8 Battery backup(US) 8 Battery backup(IEC)
Maximum Capacity(VA/W) 1400VA/980W
User Replaceable Battery     12V/34AH *2
Recharge Time to 90%     <4 Hours
Output Voltage Regulation Rated Voltage +/-5%
Communication Port     RS232 / USB Port (optional)
Surge Energy Rating     1050 Joules
EMI/RFI Compatibility     FCC Class B, BSMI(1X0V); CE(2X0)
Safety
UL/cUL(1X0V), TUV, C-Tick, A-Tick(2X0) Dimensions (DxWxH): (mm/in) Physical 378×140x201 / 14.8×5.5×7.9
Packing     487×270x326 / 19.2×10.6×12.8
Weight (Kg/lbs):Net     16.3Kg/35.9lbs Gross     17.5Kg/38.5lbs

UPC Power

UPS Power 1500c

1 Linksys WRT54GS

Linksys wrt54gs used as wireless access point

Linksys wrt54gs used as wireless access point

2 Post server rack with 10 IBM eServer x300 servers

Posted in: server |

I have a friend that installs server systems and has a lot of spare parts that businesses replace or upgrade. He gave me a truck load of stuff and said “here you go have fun”.

After looking at all the stuff he gave me I thought about what we could put together.  This is a list of what I have to work with.

2 – 13 inch monitors 1 Packard Bel, 1 Samtron

13 inch packard bell monitor

1 – Hubble Premise Wiring model: MCCPSS19 Hubbell 19″ Rack Mount Power Distribution Module -1×10

Hubbell Rack Mount Power Distribution ModuleHubbell Rack Mount Power Distribution Module back view

Power Distribution Module Features:
  • Mounts into 19″ racks and cabinets
  • On/off switch
  • Power on LED indicator
  • Surge suppression
  • Built-in circuit breaker
  • 1 rack unit (1U) high
  • 10′ power cord

1 – Belkin Omni View PRO 4 port KVM switch (model: F1D104-OSD) ver. 1.9a

Belkin omni view pro 4 port kvm

Manufacturer’s product description:

The OmniView PRO2 Series KVM Switches deliver reliability, performance, and centralized control necessary for today’s
enterprise environment. This series of KVM Switches enables you to control multiple platform servers from a single Console. Available in the desktop-style, 4-port, and the 19-inch rack-mountable 8- and 16-port models, the OmniView
PRO2 Series KVM Switch expands easily for full control of as many as 256 CPUs through dedicated daisy-chain ports. Video resolutions of up to 1600×1200@65Hz are supported through a 400MHz bandwidth. On-Screen Display allows you to name and select attached servers using an on-screen interface. Switch between ports by using hot key commands or direct-access port selectors. The Omniview PRO2 Series KVM Switches use standard cables for easy installation; include a 12-Volt DC, 1-Amp power supply.

2 – KVM Cables

1 – SMC EtherEZ Hub 16 port model 3616TC

SMC’s EtherEZ hub 16-port modelCisco Systems Catalyst 2950 series 24 port switch

Manufacturer’s product description:

This SMC’s EtherEZ hub is a 16-port model that features a set of bandwidth utilization LEDs and also contains two additional ports: AUI and BNC. SMC’s EtherEZ hubs offer easy access to an Ethernet network. They’re Plug and Play, so there’s no configuration necessary. And, the price is very affordable, so they’re ideal for small workgroups. These standalone 10BaseT hubs feature a comprehensive array of link, traffic, partition and collision LEDs to simplify installation and troubleshooting. And, for convenience, each hub also features a daisy-chain port, so you can easily cascade them as your network grows.

Networking:

Ports Qty: 16 x Ethernet 10Base-T, Ethernet 10Base-2, Ethernet AUI
Data Transfer Rate: 10 Mbps
Data Link Protocol: Ethernet
Connectivity Technology: Cable
Status Indicators: Port status, link activity, collision status, power
Compliant Standards: IEEE 802.3

Expansion / connectivity

Interfaces:

* 16 x network node – Ethernet 10Base-T – RJ-45 – 16
* 1 x network host – Ethernet AUI – 15 pin D-Sub (DB-15) – 1
* 1 x network host – Ethernet 10Base-2 – BNC – 1

Power:

Power Device: Power supply – integrated
Voltage Required: AC 110/220 V ± 10% ( 50/60 Hz )
Power Consumption Operational: 20 Watt
Compliant Standards: UL

1 -  3Com Super Stack 24 port model: 3C16980 Super Stack 2 Swtch 3300

1 – Cisco Systems Catalyst 2950 series 24 port switch.

Manufacturer’s product description:

The Cisco Catalyst 2950 Series Switch is a fixed-configuration, stackable standalone switch that provides wire-speed Fast Ethernet and Gigabit Ethernet connectivity. This switch offers two distinct sets of software features and a range of configurations to allow small, midsize, and enterprise branch offices and industrial environments to select the right combination for the network edge. Standard Image Software offers Cisco IOS Software functions for basic data, voice, and video services. For networks with requirements for additional security, advanced quality of service (QoS), and high availability, Enhanced Image Software delivers intelligent services such as rate limiting and security filtering for deployment at the network edge.

1 – Cisco Systems IAD2400

Manufacturer’s product description:

The Cisco Integrated Access Device family offers excellent integration of data, toll-quality analog or digital voice, security and wireless services for a customer premises equipment (CPE) solution. The products have been designed for current and emerging multiservice needs of competitive local exchange carriers and other service providers and help them offer managed integrated services to small and medium customers to keep their users within their domains, enhance customer loyalty, reduce churn, and potentially increase their ARPU.

2 – APC Power strips

apc power strip

12 – IBM eServer xSeries 300 8672 rack servers.

ibm x300 servers 8672

Product description:

MPN     8672
Key Features
Form Factor -Rack-Mountable

Processor – Pentium III 1 GHz
Processors Qty. – 1
Installed Memory – 512 MB (SDRAM)
Platform – PC
Processor Manufacturer     Intel
Processor Type -Pentium III
Processor Speed – 1 GHz
Installed Qty – 1
Max Supported Qty     1
Processor Upgradability – Upgradable

Memory
Installed RAM – 512 MB
RAM Technology – SDRAM
Maximum RAM – 1.5 GB
Hard Drive – 40 GB SCSI 10,000 RPM
2nd Storage Controller     IDE / EIDE
Networking – Yes
Networking Type    - 2 10/100 ports
Network Adapter
Data Link Protocol – Ethernet • Fast Ethernet
Motherboard – MS-6388
Installed L2 Cache Memory – 256 KB
Video Output Interface – PCI
CD / DVD
CD / DVD Type     CD-ROM
Read Speed – 24x (CD)
Floppy Type     3.5″ 1.44 MB floppy
Audio – on-board
Max. Video Resolution     1600 x 1200
Installed Video Memory     8 MB
Dimensions
Width     17.34 in.
Depth     25.73 in.
Height     1.73 in.
Weight     28 lb.

1 – 7ft Relay racks or 2-Post Rack with 7 different shelves.

2 post server rack

3 – ps2 Keyboards

1 – old DSL modem

1 – Systemax computer

In the next post I will show you what I was able to come up with. One thing is I want to try a Quake 3 server and FTP server to test my home internet upload and download speed. With 2 of the servers I might run my home network. Check back to see what useless monster we come up with.