Static IP Addressing on 10.0.0.0/24

The same skill as in "Static IP Addressing in a Single Subnet", but on a new 10.0.0.0/24 network. The student's task is to manually assign static addresses to PC1 and PC2 with no gateway, then verify connectivity with ping.

The goal

Two computers on the same local network need to see each other. No router is needed: both hosts sit on the same 10.0.0.0/24 subnet, so they communicate directly over L2. You'll manually assign static addresses and verify connectivity with ping.

IP plan

DeviceIPMaskGateway
PC110.0.0.11/24
PC210.0.0.12/24

How to open a node's console — in the guide.

Tasks

  1. On the PC1 console: ip 10.0.0.11/24, then save. On the PC2 console: ip 10.0.0.12/24, then save.
  2. From PC1: ping 10.0.0.12.

Completion criteria

  • PC1 — address 10.0.0.11/24, gateway empty.
  • PC2 — address 10.0.0.12/24, gateway empty.
  • Ping PC1 → 10.0.0.12 succeeds.

Validation

Launch the lab and click "Check" on the session page. When every step turns green — click "End" to free up the stand.