Skip to content

Repository files navigation

Windows Network Services Integration

Introduction and Objectives

This lab connects three essential Windows Server network services: DHCP, HTTP (IIS), and DNS. The environment consists of three virtual machines: one Windows Server 2022 acting as the main server, and two Windows 10 Enterprise clients.

Each service is configured step by step to create a fully functional local network where devices automatically receive IP addresses, access a hosted web page, and resolve names through DNS.

The goal is to understand how these Windows components interact in one unified network environment.

TOPOLOGY-map

The objectives are:

  • Configure DHCP for automatic IP assignment

  • Install and set up IIS to host an internal web page

  • Add DNS for hostname resolution (server.lab04.local)

  • Verify connectivity and name resolution from clients

Lab Structure

  1. DHCP Configuration on Windows-Server

  2. HTTP Configuration on Windows-Server

  3. DNS Configuration on Windows Server

Key Features

  • Automatic IP addressing with DHCP scope and gateway assignment

  • Internal HTTP access using IIS web server

  • DNS Forward Lookup Zone resolving server hostname

  • DHCP Option 006 distributing DNS automatically

  • Browser access via the address server.lab04.local, confirming full service connectivity.

Author’s Note

In this lab, I learned how to set up key Windows functions for the first time. It was a great experience to run three Windows virtual machines and make all three services work together successfully. Seeing DHCP, HTTP, and DNS integrated and communicating properly felt like building a small, realistic IT environment from the beginning.


© 2025 - Lukas Dula | Home Network Lab & Portfolio

About

GNS3 lab integrating Windows Server network services, including DHCP for dynamic IP assignment, HTTP (IIS) for internal web hosting, and DNS for local name resolution between clients.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors