View Full Version : Cannot route to internet
I am having problems routing thru my lab to the internet.
Please refer to the jpeg.
From the pc on the 192.168.20.0 subnet, I can ping the 1602 routers 192.168.1.201 interface but not the linksys router(192.168.1.1). From the 1602 router I can ping the linksys router. If I put a pc on the netgear router in the 192.168.1.0 subnet I can ping it from the pc on the 192.160.20.0 subnet.
From what I can tell using debug ip packet detail, the 1721 router is sending the packet out the serial port to the 1602 router but is not getting any packets in return.
On the 1602 I am not getting any debug packets for the ping to the 192.168.1.1 linksys router. If I ping directly from the 1602 router I CAN ping the 192.168.1.1 linksys router.
Any ideas? I will post the configs is a min.
Here are my configs
c1721#show run
Building configuration...
Current configuration : 1177 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname c1721
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip cef
!
!
!
!
ip domain name brown.com
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
username don password 0 xxxxx!
!
ip ssh version 2
!
!
!
!
!
interface Loopback171
ip address 192.168.17.1 255.255.255.0
!
interface Loopback172
ip address 192.168.172.1 255.255.255.0
!
interface FastEthernet0
ip address 192.168.20.200 255.255.255.0
no ip route-cache cef
no ip route-cache
speed auto
!
interface Serial0
ip address 192.168.10.2 255.255.255.0
no ip route-cache cef
no ip route-cache
!
router eigrp 1
network 192.168.10.0
network 192.168.17.0
network 192.168.20.0
network 192.168.172.0
auto-summary
!
!
!
no ip http server
no ip http secure-server
!
access-list 100 permit icmp any any
!
!
!
control-plane
!
!
!
!
!
!
!
!
****************************
1602R>en
Password:
1602R#show run
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 1602R
!
!
ip subnet-zero
!
!
!
interface Loopback1
ip address 192.168.18.1 255.255.255.0
no ip directed-broadcast
!
interface Ethernet0
ip address 192.168.1.201 255.255.255.0
no ip directed-broadcast
!
interface Serial0
ip address 192.168.10.1 255.255.255.0
no ip directed-broadcast
no ip route-cache
service-module 56k clock source line
service-module 56k network-type dds
!
router eigrp 1
redistribute static
network 192.168.1.0
network 192.168.10.0
!
ip classless
ip route 0.0.0.0 0.0.0.0 192.168.1.1
!
access-list 100 permit icmp any any
Any help would be great
crissa
12-10-2010, 01:27 AM
Hello,
where is the config of the Linksys router? How did you setup EIGRP on this router?
Do a "show ip route" on every router, please. Find a way to check the routing on the Linksys router. Don't forget that this router is consumer equipment so its knowledge about routing protocols is limited.
Bye, Tore
gabrielshorn
12-10-2010, 10:50 AM
Crissa's right. You need to post the config for the Linksys. The other things I would do:
1. Get rid of the "redistribute static" on the 1602.
2. "ip route 0.0.0.0 0.0.0.0 192.168.10.1" on the 1721.
The linksys probably only supports RIP, if that. But there should be a way to enter static routes into it. You probably just need a static route for each of the networks that aren't directly connected.
You guys were right. the problem was with the linksys.
gabrelshorn, you are correct. The linksys only supports rip and on top of that it will not support rip and nat at the same time. Since i am using the nat to the internet I cannot enable any dynamic routing on the linksys only static routes.
I have the redistribute static in there just to see how it worked. This was not the issue. The problem was the linksys did not have a route back to the 20 subnet.
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.