cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1328
Views
5
Helpful
7
Replies

Destination Host Unreachable (from multiple routers).

joe809
Level 1
Level 1

Hello!

I'm new to cisco.

The goal is to set the PCs as DHCP clients and the Routers as the DHCP servers.

I have already set the PCs as DHCP. I also added the IP address for all routers.

 

The problem I'm having is that for some reason I can't ping PC2 to PC3 or PC3 to PC2.

 

0d037571500104d7da470dc49a2746d6.png

The error I get when I try to ping PC2 from PC3 is 

Reply from 11.0.5.2: Destination host unreachable.

 

The error I get when I try to ping PC3 from PC2 is 

Reply from 12.0.4.2: Destination host unreachable.

 

By the way, I'm not using Static Routing. I'm using RIP, so it might be the reason why It's not working.

 

EDIT:

Okay, so I made some changes, and PC3 to PC2 and vice-versa is working fine. However, after adding another PC (this one doesn't work).

The site won't let me upload the .pkt file, so I will share it through Google Drive.

https://drive.google.com/file/d/1RJqIKK5BiO4yK75R3mSnoBMOPk7--khx/view?usp=sharing 

1 Accepted Solution

Accepted Solutions

balaji.bandi
Hall of Fame
Hall of Fame

On R3 connected to R4, IP address should be 12.0.8.4 (instead of 11.0.8.4)

 

R3(config)#router rip
R3(config)#version 2
R3(config-router)#network 11.0.5.0
R3(config-router)#network 12.0.8.0
R3(config-router)#end


R4(config)#router rip
R4(config)#version 2
R4(config-router)#network 12.0.6.0
R4(config-router)#network 12.0.7.0
R4(config-router)#network 12.0.8.0
R4(config-router)#end


R5(config)#router rip
R5(config)#version 2
R5(config-router)#network 12.0.4.0
R5(config-router)#network 12.0.6.0
R5(config-router)#end

#show ip interface brief ( all interface up)
#show ip protocols (check on all the interface RIP running)
#show ip route (check on router RIP routes learning)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

View solution in original post

7 Replies 7

Hello

Can you post the Packet tracer file.


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

I posted a link adbove to my google drive for the file. Apparently, I can't upload this type of file here.

Richard Burts
Hall of Fame
Hall of Fame

You have given us a description of the problem but no detail for us to work with. It looks like this might be Packet Tracer. If so then post the PT file (put it into zip to be able to post it). If we want to investigate the problem without seeing the configs then a good starting point would be the output of

show ip route 

from each of the routers.

HTH

Rick

balaji.bandi
Hall of Fame
Hall of Fame

On R3 connected to R4, IP address should be 12.0.8.4 (instead of 11.0.8.4)

 

R3(config)#router rip
R3(config)#version 2
R3(config-router)#network 11.0.5.0
R3(config-router)#network 12.0.8.0
R3(config-router)#end


R4(config)#router rip
R4(config)#version 2
R4(config-router)#network 12.0.6.0
R4(config-router)#network 12.0.7.0
R4(config-router)#network 12.0.8.0
R4(config-router)#end


R5(config)#router rip
R5(config)#version 2
R5(config-router)#network 12.0.4.0
R5(config-router)#network 12.0.6.0
R5(config-router)#end

#show ip interface brief ( all interface up)
#show ip protocols (check on all the interface RIP running)
#show ip route (check on router RIP routes learning)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thank you. I realized my problem was not using version 2. That fixed the problem.

Thanks.

Hello
Review the attached revised file, I have used eigrp instead and centralised your dhcp to a single rtr.

 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Thank you for the help, I really appreciate it. Although, I was really looking for a solution using RIP.

Review Cisco Networking for a $25 gift card