cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
5
Helpful
4
Replies

Pinging doesn't work in pc's between 2 routers

Here s the thing. I want to ping from X to Y, or Z. But it doesn't work. I've done exactly what my teacher did but it doesn't work. I am really frustrated. Everything is just as he did. But it still didn't work. It did work in his video but not in my PC. Help.

4 Replies 4

Martin L
VIP
VIP


I think your links (or IPs) are mixed up on Router 0. 192.168.100.4 /30 on Fe 0/1 should go to Router 2 , not R1. Ping R0 to R2 failed.
Once you swap links ; you should get Pings X to Z and Y OK.

 

 

Regards, ML
**Please Rate All Helpful Responses **

luis_cordova
VIP Alumni
VIP Alumni

Hi @KnightOkcusu68082 

 

Try this change:

 

Router0

 

A(config)#int f0/1

A(config-if)#no ip address

A(config-if)#exit

A(config)#int e0/0/0

A(config-if)#no ip address

A(config-if)#ip address 192.168.100.5 255.255.255.252

A(config-if)#exit

A(config)#int f0/1

A(config-if)#ip address 192.168.100.1 255.255.255.252

A(config-if)#exit

 

Only the address you entered in these interfaces is wrong.
After these changes, everything works OK.

 

Regards

Hello
You had incorrect static routing on the 3 rtrs and interface addressing on rtr 1which when using static routing it’s very easy to make, You could have used dynamic routing instead which would be a lot easier to administer but I assume this isn’t what you’ve been asked to do.

Please review amended PT 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

The IP address on R2 was wrongly given in fa0/1 and eth0/0/0.

 

Rest of the stuffs are good. Its normal to give wrong IP address.

 

Congrats brother for you lab.

Please do not hesitate to click the STAR button if you are satisfied with my answer.
Review Cisco Networking for a $25 gift card