Recap - The Silent Router
Lesson 26 of 35 in Coddy's LAN Labs course.
Challenge
MediumEverything on the hosts is correct, yet pc1 cannot reach pc3. Ping to see the reason, show the router's routing table to confirm it, give r1's eth1 the address 10.0.0.1/24, and ping again.
Expected output:
pc1 -> pc3: unreachable (router r1 has no route to 10.0.0.20)
DESTINATION VIA IFACE
192.168.1.0/24 connected eth0
r1 eth1: 10.0.0.1/24 (mask 255.255.255.0, network 10.0.0.0/24)
pc1 -> pc3: reply from 10.0.0.20 (ttl=63, via r1)Try it yourself
Terminal
All lessons in LAN Labs
2Addresses on the LAN
Giving a Host an AddressThe First PingWhat ARP LearnedThe Switch Learns TooRecap - First Conversation8Capstone - Fix the Branch
Survey the DamageFix the Address ClashMasks and GatewaysRecap - Prove It Works3Masks Matter
Wrong Mask, No ReplySame Switch, Other SubnetLet check Do the LookingRecap - Diagnose the Pair6Troubleshooting II
Two Devices, One AddressThe Network Address TrapGateway on the Wrong SubnetRecap - The Silent RouterPractice on your own: Terminal playground