new router!

CentralViking19

New Member
Hello everyone! I just bought a Cisco 2611 off of ebay ($50) so that I can play around with it and figure out how it works away from school (im learning to be a CCNA right now).

I went to go set it up this morning.

This is what ive done so far:

Building configuration...

Current configuration : 723 bytes
!
version 12.2
service config
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname IntechRouter
!
enable secret 5 $1$vzO/$xLPtWbxxpg3gWXD45it/8/
enable password mcleod
!
ip subnet-zero
!
!
ip dhcp excluded-address 219.19.1.1 219.19.1.99
!
ip dhcp pool DHCPPool
network 219.19.1.0 255.255.255.0
default-router 219.19.1.1
dns-server 68.87.77.130
!
!
!
!
interface Ethernet0/0
ip address dhcp
half-duplex
!
interface Ethernet0/1
description Connection to Cisco 2924-XL Switch
ip address 219.19.1.1 255.255.255.0
ip nat inside
half-duplex
!
ip classless
ip http server
!
!
line con 0
line aux 0
line vty 0 1
password mcleod
login
line vty 2 4
login
!
end

any ideas why i'm not able to get on the internet? I can get to my servers homepage just fine and i can ping the router's e0/1 interface and i can also ping to other computers. The problem comes when I try to get online to like google.com or something.

Any ideas?

Thanks!
Mike McLeod
 

CentralViking19

New Member
also i should note:

the router is getting an IP from the comcast DHCP server, the line protocols are up on both interfaces, however i still cannot connect to the internet.
 

CentralViking19

New Member
also i should note:

the router is getting an IP from the comcast DHCP server, the line protocols are up on both interfaces, however i still cannot connect to the internet.
 
Top