Windows Server 2016
Windows Server 2016
2. INSTALL DHCP
1. Go to Server Manager > Add Roles and Features.
2. In the wizard:
o Select DHCP Server.
o Complete the installation.
3. Configure DHCP:
o Open DHCP Manager from Tools in Server Manager.
o Right-click on your server name and select New Scope.
o Define:
Name: e.g., "Scope1"
IP Range: e.g., 192.168.1.100 to 192.168.1.200
Subnet Mask: e.g., 255.255.255.0
Default Gateway: e.g., 192.168.1.1
o Activate the scope.
3. INSTALL DNS
1. VirtualBox:
o Open VirtualBox Manager.
o Go to File > Host Network Manager.
o Create a Host-Only Network for internal communication between VMs.
2. VMware Workstation:
o Open Virtual Network Editor.
o Create a new Custom Network.
o Assign the network to the VM's network adapter.
3. Hyper-V:
o Open Hyper-V Manager.
o Go to Virtual Switch Manager and create a Private Network Switch.
o Assign it to your VM's network adapter.
5. STORAGE CREATION
1. Open Server Manager > File and Storage Services > Disks.
2. Add a new virtual disk:
o Select Storage Pools > New Virtual Disk.
o Follow the wizard to allocate space and format the disk.
6. DEPLOY A SERVER
8. CREATE POLICIES
9. CONFIGURE FIREWALLS