Goal
Confirm:
- PC ↔ Router communication works
- You understand default gateway
Nothing else.
🔹 14.1 Choose ONE PC (HQ side)
Use a PC connected to HQ-SW2 (e.g. PC1).
🔹 14.2 Configure the PC IP (manual)
- Click PC1
- Go to Desktop
- Click IP Configuration
- Select Static
Enter exactly:
- IP Address:
10.10.10.10 - Subnet Mask:
255.255.255.0 - Default Gateway:
10.10.10.1 - DNS: leave empty (for now)
Close the window.
🔹 14.3 Test connectivity (first real test)
- On PC1
- Desktop → Command Prompt
- Type:
ping 10.10.10.1
✅ Expected result
You should see:
Reply from 10.10.10.1: bytes=32 time<1ms TTL=255
Even 1 reply is enough.
🧠 What this proves (important)
- Physical cabling is correct
- Switch forwarding works
- Router interface is up
- Gateway concept is clear
This is the foundation of ALL networking.
🚫 Do NOT do yet
❌ No DHCP
❌ No VLANs
❌ No routing to other networks
