Menu
Coddy logo textTech

Recap - First Conversation

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

challenge icon

Challenge

Easy

The home lab (laptop and printer on switch office) has no addresses yet. Give the laptop 10.0.0.11/24 and the printer 10.0.0.12/24, ping the printer from the laptop, then show the switch's MAC table.

Expected output:

laptop eth0: 10.0.0.11/24 (mask 255.255.255.0, network 10.0.0.0/24)
printer eth0: 10.0.0.12/24 (mask 255.255.255.0, network 10.0.0.0/24)
laptop -> printer: reply from 10.0.0.12 (ttl=64)
PORT   MAC                LEARNED-FROM
port1  02:c0:dd:ff:53:7e  laptop
port2  02:c0:dd:3c:85:e3  printer

Try it yourself

Terminal

All lessons in LAN Labs

Practice on your own: Terminal playground