Hi. I have two Cisco 2600 routers connected via using a T1 line and with ethernet lans on either location. From both locations I can ping the Ethernet and Serial interfaces of the local router. However, when I try to ping from lan to lan everything times out. I can ping the other router from a pc or from the routers console. The config’s for both routers are below. Any suggestions?
Ren
_ _ _ _ _ _ _ _ _ _ _ _
Router1
interface FastEthernet0/0
ip address 192.168.24.6 255.255.255.0
no ipdirected-broadcast
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface Serial0/0
description WAN Link to Centerville Office
ip address 10.10.10.1 255.255.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
ip classless
ip route 10.10.10.0 255.255.255.0 10.10.10.2
ip route 192.168.30.0 255.255.255.0 10.10.10.2
no ip http server
_ _ _ _ _
Router2
interface FastEthernet0/0
ip address 192.168.30.1 255.255.255.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
speed auto
full-duplex
!
interface Serial0/0
description WAN Link to Corp Office
ip address 10.10.10.2 255.255.0.0
no ip directed-broadcast
no ip route-cache
no ip mroute-cache
!
ip classless
ip route 10.10.10.0 255.255.255.0 10.10.10.2
ip route 192.168.24.0 255.255.255.0 10.10.10.2
no ip http server