Menu
Coddy logo textTech

Recap - Prove It Works

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

challenge icon

Challenge

Easy

The branch is repaired. Prove it end to end: ping h3 from h1, ping h4 from h2, then trace the path from h4 back to h1.

Expected output:

h1 -> h3: reply from 192.168.20.11 (ttl=63, via br)
h2 -> h4: reply from 192.168.20.12 (ttl=63, via br)
trace h4 -> h1
1  192.168.20.1  br
2  192.168.10.11  h1

Try it yourself

Terminal

All lessons in LAN Labs

Practice on your own: Terminal playground