Packet Tracer – Can’t Ping Router’s Interface in WAN

cefpacket-tracerpingrouterwan

Here s a pic from packet tracer

enter image description here

What I'm trying to do is to ping Router3's Se2/0 interface from PC0.(Or Router2's Se2/0 interface from PC1)

However the ping message gets only as far as the Router2's Ethernet interface
Shouldn't the ping work since ROUTER3's serial interface is connected to the WAN, which is directly connected to ROUTER2?

Some configuration info

PC0

IP : 195.10.10.2
Default gateway: 195.10.10.1

Router2

Fast Ethernet interface IP: 195.10.10.1
Serial interface IP: 195.10.30.1

Router3

Serial interface IP: 195.10.30.2

Subnet Masks are all 255.255.255.0

Best Answer

First of all that You have route from PC0 to PC1 doesn't mean that You have route from PC1 to PC0.

Thats are Zinin’s 3 routing principles:

  1. "Every router makes its decision alone, based on the information it has in its own routing table.“
  2. "The fact that one router has certain information in its routing table does not mean that other routers have the same information.“
  3. "Routing information about a path from one network to another does not provide routing information about the reverse, or return path."

That means all routers must have full routing table to all networks - R1 to networks beyond R3 and R3 to all networks beyond R2.

Besides R3 probably don't have any information about networks at the other site of R2. You can check it showing R3 routing table - show ip route