Menu
Coddy logo textTech

Fix the Address Clash

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

Start with the ERROR: two hosts on the second floor share 192.168.20.11. Until that is fixed, nothing on that floor is trustworthy, because frames for that address may land on either machine.

When two devices clash, move the one that arrived later, so the machine users already know keeps its address. Then confirm the pair can talk: a same-subnet ping through the switch should come back with ttl=64.

challenge icon

Challenge

Easy

Give h5 the free address 192.168.20.13/24, then ping h3 from h5.

Expected output:

h5 eth0: 192.168.20.13/24 (mask 255.255.255.0, network 192.168.20.0/24)
h5 -> h3: reply from 192.168.20.11 (ttl=64)

Try it yourself

Terminal

All lessons in LAN Labs

Practice on your own: Terminal playground