Menu
Coddy logo textTech

Recap - The Silent Router

Lesson 26 of 35 in Coddy's LAN Labs course.

challenge icon

Challenge

Medium

Everything 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

Practice on your own: Terminal playground