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
EasyGive 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
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 WorksPractice on your own: Terminal playground