I have a cisco 1841 router at one of our locations. It's connected to our main location via T1 (Serial0/0/0 192.168.0.10), and has a Cable internet connection in one of the 2 ethernet ports (FastEthernet0/1, Reserved DHCP address) The other Ethernet port (FastEthernet0/0,
221.24.24.100) is connected to the switch. I can ping all interfaces on the router, and I can ping the router at the main location(192.168.0.9 over the Serial0/0/0 192.168.0.10), but I cannot ping anything outside of that. The computers on the network (221.24.24.0/24) can ping any external address (web, any address at the main location, etc). The Gateway of last resort is setup to go to the T1 Connection. I am trying to get the backup connection (FastEthernet0/1) to work, but I can't ping anything. Here is the configuration of that router:
Current configuration : 2341 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname ESP_South ! boot-start-marker boot-end-marker ! enable secret 5 ########## ! no aaa new-model ! resource policy ! mmi polling-interval 60 no mmi auto-configure no mmi pvc mmi snmp-timeout 180 ip subnet-zero ip cef ! ! no ip dhcp use vrf connected ip dhcp excluded-address 221.24.24.0 221.24.24.100 ip dhcp excluded-address 221.24.24.251 221.24.24.254 ! ip dhcp pool DHCP1 network 221.24.24.0 255.255.255.0 default-router 221.24.24.100 dns-server 221.21.21.2 netbios-name-server 221.21.21.2 ! ! ! ! ! class-map match-all voice-priority match access-group 150 ! ! policy-map POLICY1 class voice-priority priority 512 class class-default fair-queue ! ! ! interface FastEthernet0/0 ip address 221.24.24.100 255.255.255.0 no ip redirects duplex auto speed auto ! interface FastEthernet0/1 ip address dhcp no ip redirects ip nat inside no ip route-cache cef no ip route-cache ip policy route-map nonat duplex auto speed auto no cdp enable ! interface Serial0/0/0 description PtP Connection to Main ip address 192.168.0.10 255.255.255.252 ip nbar protocol-discovery service-policy output POLICY1 ! ip classless ip route 0.0.0.0 0.0.0.0 Serial0/0/0 ip route 192.168.10.0 255.255.255.224 192.168.0.9 ip route 221.21.21.0 255.255.255.0 192.168.0.9 ip route 221.22.22.0 255.255.255.0 192.168.0.9 ip route 221.23.23.0 255.255.255.0 192.168.0.9 ! ip http server ! logging trap debugging logging facility local2 logging 192.168.10.10 access-list 150 permit udp any range 6004 7039 any access-list 150 permit udp any any range 6004 7039 access-list 150 permit udp any range 5000 5070 any access-list 150 permit udp any any range 5000 5070 access-list 150 permit udp any any eq 5567 access-list 150 permit udp any eq 5567 any access-list 150 permit tcp any any eq 5566 access-list 150 permit tcp any eq 5566 any access-list 150 permit tcp any any eq 5570 access-list 150 permit tcp any eq 5570 any snmp-server community 3spint RO ! control-plane ! ! line con 0 password 7 ###### login line aux 0 password 7 ###### login modem InOut transport input all stopbits 1 flowcontrol hardware line vty 0 4 password 7 ######### login ! end
The 192.168.10.0/27 is configured on a router at our main office. When I do a ping to any address at our main facility (192.168.10.2) I get no response. If I do the same ping on a computer in that network attached to that router, I get a response. When I try doing a tracert from the computer, it show the first hop 221.24.24.100 then after that it is all *.
Any help is greatly appreciated.