I am trying to set-up a Cisco 2901 router that is connected to a Comcast High-Speed Modem. The connection is live since I connected a laptop directly to the modem and the internet works.
Below is the configuration from the router:
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname Cisco2901
!
boot-start-marker
boot-end-marker
no aaa new-model
!
no ipv6 cef
no ip source-route
ip cef
!
no ip bootp server
multilink bundle-name authenticated
!
interface Embedded-Service-Engine0/0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
shutdown
!
interface GigabitEthernet0/0
description $ES_WAN$
ip address 173.xx.yy.109 255.255.255.240
no ip redirects
no ip unreachables
no ip proxy-arp
duplex auto
speed auto
no mop enabled
!
interface GigabitEthernet0/1
description $ES_LAN$
ip address 192.xx.yy.1 255.255.255.0
no ip redirects
no ip unreachables
no ip proxy-arp
duplex auto
speed auto
no mop enabled
!
ip forward-protocol nd
!
ip http server
ip http authentication local
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 173.xx.yy.110
!
logging trap debugging
!
no cdp run
!
snmp-server community public RO
!
control-plane
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
Is there something I am missing? It tries to connect from the laptop, but just keeps looping.
ip route 0.0.0.0 0.0.0.0 173.xx.yy.110
to
ip route 0.0.0.0 0.0.0.0 GigabitEthernet0/0
When logged into the router can you ping any internet address?
Ping 8.8.8.8 - what does this show?