Hi, im reading Lammle book, and i just begining ip routing.
well i configured all three of my routers with static routes of other networks not directly connected to them.
Heres the diagram

My problem is that host1 can ping 2501-2 or 2501-1 * why is that? host1 is running Xp pro
Also my second question is how come when a router ping a router on a different network its only 40-60% successful, why not 80-100%. can you please explain this to me.
My goal is to have host 1 ping atleast 2501-2, and vice versa, so that i could upload a IOS to my 2501 * becuase i dont have a transciever)
here are the running config of each router
2501-1#sh run
Building configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname 2501-1
!
enable secret 5 $1$FCwX$xUJ4UtQp1fZio8pVoR.m00
!
ip host 2501-1 192.168.30.2
ip host 2501-2 192.168.30.1 192.168.20.2
ip host 2611-1 192.168.10.1
ip host host1 192.168.10.2
!
!
!
!
process-max-time 200
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
description Connected to 2501-2
ip address 192.168.30.2 255.255.255.0
no ip mroute-cache
no fair-queue
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 192.168.10.0 255.255.255.0 192.168.30.0 permanent
ip route 192.168.20.0 255.255.255.0 192.168.30.0 permanent
!
tftp-server flash c2500-is56i-l.113-11b.T2.bin-zero
tftp-server flash c2500-is56i-l.113-11b.T2.bin
banner motd ^C authorized permission only ^C
alias exec copy running-config startup-config wr
!
line con 0
password 7 00071C0817540703
logging synchronous
login
line aux 0
line vty 0 4
password 7 08354942071C11
login
!
end
2501-2#sh runBuilding configuration...
Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname 2501-2
!
enable secret 5 $1$SVJE$i1CIT3Gm/hY8EzNnnbHaW1
!
username cisco privilege 15 password 0 cisco
ip subnet-zero
ip host 2611-1 192.168.20.1 192.168.10.1
ip host 2501-1 192.168.30.2
ip host 2501-2 192.168.20.2 192.168.30.1
ip host host1 192.168.10.2
!
!
!
!
process-max-time 200
!
interface Ethernet0
no ip address
shutdown
!
interface Serial0
description DCE Connected to 2501-1
ip address 192.168.30.1 255.255.255.0
clockrate 125000
!
interface Serial1
description Connected to 2611-1
ip address 192.168.20.2 255.255.255.0
!
ip http server
ip http authentication local
no ip classless
ip route 192.168.10.0 255.255.255.0 192.168.20.0 permanent
!
banner login ^C
Final warning before you are terminated. Please disconnect if permission is not granted!!! ^C
banner motd ^C
Authorized access allowed. Please disconnect if permission is not granted. ^C
!
line con 0
password 7 110A160B041D0709
logging synchronous
login
line aux 0
password 7 094D5B11
login
line vty 0 4
password 7 06120A2D424B1D
login
!
end
2611-1#sh ru
Building configuration...
Current configuration : 1272 bytes
!
version 12.3
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname 2611-1
!
boot-start-marker
boot system flash c2600-i-mz.123-13.bin
boot-end-marker
!
enable secret 5 $1$.Yi8$o9cbns0KzNUCYzorpjXYG.
!
no aaa new-model
ip subnet-zero
ip cef
!
!
ip host 2611-1 192.168.10.1 192.168.20.1
ip host 2501-2 192.168.20.1 192.168.30.1
ip host 2501-1 192.168.30.2
ip host host1 192.168.10.2
!
!
username cisco privilege 15 password 0 cisco
!
!
!
interface Ethernet0/0
description Conneted To Host
ip address 192.168.10.1 255.255.255.0
full-duplex
!
interface Serial0/0
description WAN link DCE to 2501-2 DTE
bandwidth 64
ip address 192.168.20.1 255.255.255.0
clockrate 115200
!
interface Ethernet0/1
no ip address
shutdown
half-duplex
!
ip http server
ip http authentication local
ip classless
ip route 192.168.30.0 255.255.255.0 192.168.10.0
ip route 192.168.30.0 255.255.255.0 192.168.20.0
!
!
tftp-server system
!
line con 0
password 7 0605002F5F41051C
logging synchronous
login local
line aux 0
line vty 0 4
privilege level 15
password 7 1403170702013E
login local
transport input telnet
line vty 5 15
privilege level 15
password 7 1403170702013E
login local
transport input telnet
!
!
end