problem with network in packet tracer

in CCNA & CCENT

Hi I have a problem with my network in PT. I can't ping from one of the devices connected to the switch to the concord router. I can ping from router to other the router interfaces. I've setup rip and everything. I think i might be missing something.
here are the running-config from the routers.
Salem#sh running-config
Building configuration...
Current configuration : 867 bytes
!
version 12.4
service password-encryption
!
hostname Salem
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
enable password 7 0822455D0A16
!
clock timezone EST -5
!
!
!
!
ip ssh version 1
no ip domain-lookup
ip host Concord 192.168.10.2
ip host Salem 192.168.10.1
!
!
interface FastEthernet0/0
ip address 192.168.11.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description Link to Concord Router
ip address 192.168.10.1 255.255.255.0
clock rate 56000
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 192.168.10.0
network 192.168.11.0
!
ip classless
!
!
!
!
!
line con 0
password 7 082243401A160912
logging synchronous
login
line vty 0 4
password 7 08354942071C11
login
!
!
end
I've been scratching my head on this one for a couple days trying to figure out the problem.Concord#sh running-config
Building configuration...
Current configuration : 897 bytes
!
version 12.4
service password-encryption
!
hostname Concord
!
!
enable secret 5 $1$mERr$9cTjUIEqNGurQiFU.ZeCi1
enable password 7 0822455D0A16
!
clock timezone EST -5
!
!
!
!
ip ssh version 1
ip host Concord 192.168.10.2
ip host Salem 192.168.10.1
!
!
interface FastEthernet0/0
ip address 192.168.12.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Serial0/0/0
description Link to Salem Router
ip address 192.168.10.2 255.255.255.0
!
interface Serial0/0/1
no ip address
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 192.168.10.0
network 192.168.12.0
!
ip classless
!
!
!
!
!
banner login ^CLogin with username and password^C
banner motd ^CAuthorized Personnel Only!^C
line con 0
password 7 082243401A160912
login
line vty 0 4
password 7 08354942071C11
login
!
!
end
thanks everyone, i hope i can get this problem solved with you guys!
Comments