Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 2621 Configuration help

Status
Not open for further replies.

Tegguy92

Technical User
Mar 26, 2011
41
0
0
US
First of all please let me admit I am brand new to cisco and am trying my hardest to learn. I have tried searching and been trying stuff for a couple days now but I have a Cisco 2621 router running off a cable modem and I can't seem to be able to get internet access or ping to work. I am unsure about the configuration of the DNS servers. Any help you can offer that would be appreciated. The configuration below is my current config. I do get an IP address when plugged into my modem. One isn't listed now because i'm plugged into my netgear router.Thank You

Using 1336 out of 29688 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
clock timezone east -4
ip subnet-zero
!
!
no ip dhcp conflict logging
ip dhcp excluded-address 192.168.1.1 192.168.1.99
ip dhcp excluded-address 192.168.1.101
ip dhcp excluded-address 192.168.1.109
ip dhcp excluded-address 192.168.1.108
ip dhcp excluded-address 192.168.1.148 192.168.1.151
!
ip dhcp pool DHCP_POOL
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
domain-name ciscolab.local
!
ip dhcp pool I7_PC
host 192.168.1.101 255.255.255.0
dns-server 65.32.5.111 65.32.5.112
lease infinite
!
ip dhcp pool DL380-NIC-1
host 192.168.1.108 255.255.255.0
dns-server 65.32.5.111 65.32.5.112
lease infinite
!
ip dhcp pool DL380-NIC-2
host 192.168.1.109 255.255.255.0
dns-server 65.32.5.111 65.32.5.112
lease infinite
!
prompt Cisco_Router
call rsvp-sync
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address dhcp
speed auto
full-duplex
!
interface Serial0/0
no ip address
shutdown
!
interface FastEthernet0/1
ip address 192.168.1.1 255.255.255.0
duplex auto
speed auto
!
ip classless
no ip http server
ip pim bidir-enable
!
!
dial-peer cor custom
!
!
!
!
line con 0
password ********
login
line aux 0
line vty 0 4
password ********
login
!
end
 
If you don't have a support agreement with cisco, the only way to get another IOS is buy another router and copy the IOS from that! At least legitimately!
 
That was the hint I was trying to give !-) Just not so blatantly!
 
Thanks for the info I've had a swamped week so I haven't even gotten a chance to look into it I'll let you know what comes out of it. Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top