Recap - First Conversation
Lesson 9 of 35 in Coddy's LAN Labs course.
Challenge
EasyThe 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 printerTry it yourself
Terminal
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