Install DNS on a Windows 2022 VM - for teachers and students. Includes lab with autograding!

Опубликовано: 25 Май 2026
на канале: Dr_Wu
3,127
176

This video shows how to install DNS on Windows 2022 within an Oracle Virtualbox VM.
I also explain how DNS works (a simplified explanation).

Free autograding scripts (download below) means this lab can be used by teachers
and students in a classroom.

0:00 Intro
0:25 00 What is DNS and why do we need it?
3:01 01 Label your machine as DNS_server
3:45 02 Clone your first server, creating DNS_client
4:54 03 Set up VirtualBox networking for both machines to internal
5:39 04 Set DNS_server network info for DNS_server (192.168.0.3, 255.255.255.0, 192.168.0.3)
7:49 05 Add DNS server role to DNS_server
8:53 06 Rename DNS_server to dns-server within Windows.
9:54 07 Create forward and reverse zones on DNS_server
12:25 08 Add info into DNS_server.
computer1.drwu.us - 192.168.0.6 and computer2.drwu.us 192.168.0.7
13:49 09 Check DNS_server with the check_DNS_server.ps1 script
15:00 10 Set networking for dns_client (192.168.0.4, 255.255.255.0 192.168.0.3)
16:58 11 Check DNS_client with the check_DNS_client.ps1 script
18:00 12 Check everything with nslookup.
19:18 Outro


Link to check_DNS_server.ps1 script: https://drive.google.com/file/d/1SpKE...

Link to check_DNS_client.ps1 script: https://drive.google.com/file/d/11pMY...

Any questions? Put them in the comments below and I'll try to answer!