Options

problem with network in packet tracer

tdwp603tdwp603 Member Posts: 4 ■□□□□□□□□□
networkk.jpg

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
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
I've been scratching my head on this one for a couple days trying to figure out the problem.
thanks everyone, i hope i can get this problem solved with you guys!

Comments

  • Options
    ccnacertified2000ccnacertified2000 Member Posts: 27 ■■□□□□□□□□
    Are you able to ping from pc1 to 192.168.10.1? Also, when you say you cant ping the concord router, are you pinging "Concord" or 192.168.10.2 ? You are using no ip domain-lookup, so its not translating dns for you if you use "Concord". Also, btw, thats what simulation mode is for. Lets you trace your packets and see what decisions are being done at each layer of each device. Switch to simulation mode and issue the ping again, and this time look at where the packet is dropped to see why.
  • Options
    tdwp603tdwp603 Member Posts: 4 ■□□□□□□□□□
    no i can't ping 192.168.10.1 from pc1. I ping by using the ip address not the hostname. I'll try that simulation mode. Thanks
  • Options
    ccnacertified2000ccnacertified2000 Member Posts: 27 ■■□□□□□□□□
    Well if you can't ping 192.168.10.1, then i think you didn't set your gateway on your PCs.
  • Options
    tdwp603tdwp603 Member Posts: 4 ■□□□□□□□□□
    thank you so much! you fixed my problem!
Sign In or Register to comment.