Windows Server 2019 Installation and DNS Configuration Guide
Table of Contents
- Installing Windows Server 2019
- Configuring Initial Server Settings
- Installing and Configuring DNS Server
- Creating a Forward Lookup Zone
- Testing the DNS Server
- Conclusion
Installing Windows Server 2019
Step 1: Boot from Installation Media
- Insert the Windows Server 2019 installation USB/DVD.
- Restart the computer and boot from the installation media.
- Select the preferred language, time, and keyboard layout.
- Click Next.
Step 2: Start Installation
- Click Install now.
- Enter the product key or select I don't have a product key.
- Choose the Windows Server 2019 edition (Standard or Datacenter) and click Next.
- Accept the license agreement and click Next.
Step 3: Select Installation Type
- Choose Custom: Install Windows only (advanced).
- Select the installation drive and click Next.
Step 4: Complete Installation
- The system will copy files, install features, and restart automatically.
- Set an administrator password when prompted and log in.
Configuring Initial Server Settings
Step 1: Configure Network Settings
- Open Server Manager.
- Click Local Server.
- Click Ethernet and configure the IP settings manually.
Step 2: Rename the Server
- In Server Manager, click Local Server.
- Click Computer Name > Change.
- Enter the new name (e.g., HOMELAB-DC).
- Click OK, restart the server.
Installing and Configuring DNS Server
Step 1: Install DNS Role
- Open Server Manager > Click Manage > Add Roles and Features.
- Choose Role-based or feature-based installation.
- Select DNS Server and click Next.
- Click Install and wait for the process to complete.
Step 2: Configure DNS Settings
- Open Server Manager > Click Tools > DNS.
- Right-click the server name and select Configure a DNS Server.
- Choose Create a forward lookup zone.
Creating a Forward Lookup Zone
Step 1: Create "HOMELAB.COM"
- In DNS Manager, expand the server and right-click Forward Lookup Zones.
- Click New Zone.
- Select Primary Zone and click Next.
- Enter HOMELAB.COM as the zone name and click Next.
- Select Allow only secure dynamic updates and click Next.
- Click Finish.
Step 2: Add Host Records
- In DNS Manager, right-click the HOMELAB.COM zone.
- Click New Host (A or AAAA).
- Enter a hostname (e.g., webserver), assign an IP address.
- Click Add Host.
Testing the DNS Server
Step 1: Verify DNS Resolution
- Open Command Prompt.
- Type:
nslookup webserver.homelab.com
- Ensure the correct IP address is returned.
Step 2: Test Reverse Lookup
- In DNS Manager, create a Reverse Lookup Zone.
- Add a PTR record for webserver.homelab.com.
- Use
nslookup
to verify reverse lookup resolution.
Conclusion
You have successfully installed Windows Server 2019 and configured a DNS server for "HOMELAB.COM." This setup allows devices in your network to resolve hostnames efficiently. You can further enhance your setup by integrating Active Directory or additional network services.
Note: Replace "Screenshot Placeholder" with actual screenshots to provide better clarity.