I'm doing CCNA Basic Router Configuration Hands-on Lab 1.5.2. At the end of the lab, I can't ping 192.168.3.1 on FastEthernet0 on R2 from PC1, which is fine. However, while the procedure Step 7 (listed below) says I shouldn't be able to ping R2 from PC1, I can actually ping router R2's serial port (192.168.2.2). Why?
From Router R2, I was able to ping 192.168.1.1 on R1's fastEthernet0 and 192.168.1.9 on the switch's VLAN1, but I can't ping PC1, which has 192.168.1.2. I assume, under normal circumstances, if I can reach one IP in a subnet, I should be able to reach all other IP in the subnet? No?
To help, I copy R2 routes and pings here:
R2#show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route
Gateway of last resort is not set
S 192.168.1.0/24 is directly connected, Serial0
C 192.168.2.0/24 is directly connected, Serial0
C 192.168.3.0/24 is directly connected, FastEthernet0
R2#ping 192.168.2.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/3/4 ms
R2#ping 192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms
R2#ping 192.168.1.9
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.9, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/4/8 ms
R2#ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R2#
Copied from the Lab 1.5.2 PDF file:Task 7Reflection
Step 1Attempt to ping from the host connected to R1 to the host connected to R2This ping should be unsuccessful.
Step 2Attempt to ping from the host connected to R1 to router R2This ping should be unsuccessful.
Step 3Attempt to ping from the host connected to R2 to router R1This ping should be unsuccessful.
What is missing from the network that is preventing communication between these devices?