0:00–0:30
Lecture
0:30–1:50
Lab 1A
1:50–2:00
Debrief
0:00 – 0:30 Lecture · 30 min

Course overview and the lab network topology — what we're building and why

Students arrive from NETW-0001 with Linux fundamentals: filesystem navigation, user management, package management, basic networking, and SSH. This course picks up where that one stopped. The focus shifts from the operating system itself to the services that make Linux a server platform. Day 1 is about understanding what we're building before we build it.

Part 1 — Where NETW-0014 fits (10 min)

Part 2 — The lab network topology (15 min)

Part 3 — Ubuntu Server vs. Ubuntu Desktop (5 min)

Instructor note: The topology diagram is the single most important thing to communicate clearly on Day 1. A student who misunderstands it — even slightly — will build the wrong thing and have compounding problems for weeks. Take the full 15 minutes on Part 2. Draw it by hand on the board, not just on slides. Students who draw it along with you retain it better than students watching a slide.
0:30 – 1:50 Lab 1A · 80 min

Lab 1A — Hyper-V configuration, three vSwitches, and VM creation

Students configure their Windows host, create the three required vSwitches, and build all three VMs with the correct settings. S1 Ubuntu Server installation begins. S2 and S3 are created but not yet installed.

Pre-lab orientation (5 min)

Step 1 — Host configuration and MAC range (15 min)

Step 2 — Create three virtual switches (15 min)

Step 3 — Create S1, S2, and S3 (25 min)

Step 4 — Install Ubuntu Server on S1 (25 min)

Lab 1A — network topology summary

Windows Host
PC-[Name]
172.17.X.X
S1
eth0: External
eth1: LAN1 .50.1
eth2: LAN2 .51.1
S2
eth0: LAN1
192.168.50.2
+
S3
eth0: LAN2
192.168.51.2
Lab 1A complete when: Three vSwitches exist (External, LAN1, LAN2). Three VMs exist (S1, S2, S3) with correct NIC assignments and settings verified by instructor. S1 Ubuntu Server installation is in progress or complete.
1:50 – 2:00 Debrief · 10 min

Topology check and preview of Day 2

Learning outcomes — by end of Day 1, students can…

Describe the course network topologyDraw the S1/S2/S3 layout with correct vSwitch types and explain why each segment is isolated
Create correctly-typed vSwitchesDistinguish External, Internal, and Private switch types and explain the consequences of choosing the wrong type
Build multi-NIC VMs in Hyper-VCreate a VM with three network adapters attached to different vSwitches with correct Secure Boot and processor settings
Install Ubuntu Server 24.04Complete the text-based installer with correct hostname, user account, and OpenSSH server enabled

What you need ready before class

Ubuntu Server 24.04 LTS ISO on every workstation Hyper-V pre-installed and enabled on host Lab 1A handout printed Workstation numbers labelled on cases Topology diagram ready for projector IP addressing scheme on board before class starts

Common issues and fixes

IssueLikely causeFix
S1 has only one NIC visible in SettingsAdditional NICs not added after the wizardRight-click S1 → Settings → Add Hardware → Network Adapter. Add LAN1 and LAN2 adapters separately after wizard completes
LAN1/LAN2 switches show as "External" type accidentallyWrong type selected during creationDelete the switch and recreate — cannot change type after creation. Disconnect any VMs first
Ubuntu Server installer stuck at "Waiting for network"DHCP not available on External vSwitch, or switch misconfiguredSkip network config during install (can be set later). Ensure External vSwitch is connected to physical NIC
Cannot find Ubuntu Server ISOISO was downloaded as Desktop variant, not ServerConfirm filename contains "server" — Desktop and Server ISOs are different downloads. Server ISO is ~2GB, Desktop is ~5GB
Secure Boot option greyed out after first startVM was started before disabling Secure BootDelete and recreate the VM, or boot into UEFI firmware via Actions → Start → immediately select "Firmware" from boot menu
← Week 1 Overview Lab 1A Handout Day 2 →