DanInRaleigh, i did what you suggested, but still no luck. I'm posting the running config from both routers. Also when I tried to place the command ip route 192.168.1.0 0.0.0.255 10.1.1.1 1 I received the following error "Inconsistent mask" so instead of using 0.0.0.255, I used 255.255.255.0, please let me know if this makes a difference. Also from the 2620 router I can ping all interfaces on the remote router(1720) plus hosts on subnet, but the remote router can only ping the serial and ethernet interface on the main router(2620), can't ping any hosts on subnet, please advise, thanks so much!
(Router 2620)
Router#sh run
Building configuration...
Current configuration:
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router
!
!
!
!
!
!
ip subnet-zero
!
!
!
!
interface Ethernet0/0
ip address 192.168.1.254 255.255.255.0
!
interface Serial0/0
ip address 10.1.1.1 255.255.255.252
encapsulation ppp
fair-queue
service-module t1 clock source internal
service-module t1 timeslots 1-24
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
ip route 192.168.2.0 255.255.255.0 10.1.1.2
no ip http server
line con 0
transport input none
line aux 0
line vty 0 4
login
end
Router#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is 0.0.0.0 to network 0.0.0.0
10.0.0.0/8 is variably subnetted, 2 subnets, 2 masks
C 10.1.1.2/32 is directly connected, Serial0/0
C 10.1.1.0/30 is directly connected, Serial0/0
C 192.168.1.0/24 is directly connected, Ethernet0/0
S 192.168.2.0/24 [1/0] via 10.1.1.2
S* 0.0.0.0/0 is directly connected, Serial0/0
Router#
(1721)
Router#sh run
Building configuration...
Current configuration : 721 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
!
no aaa new-model
ip subnet-zero
!
!
!
ip dhcp pool RA
network 192.168.2.0 255.255.255.0
!
ip dhcp pool ra
default-router 192.168.2.1
ip cef
interface FastEthernet0
ip address 192.168.2.1 255.255.255.0
ip directed-broadcast
speed auto
interface Serial0
ip address 10.1.1.2 255.255.255.252
encapsulation ppp
fair-queue
service-module t1 timeslots 1-24
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 192.168.1.0 255.255.255.0 10.1.1.1
ip http server
line con 0
line aux 0
line vty 0 4
login