Windows Server 2019/2025 DNS Configuration Guide
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.











End of Configuring a DNS Server.
Step 2.3 Continued...
Creating a Forward Lookup Zone
What is Forward Lookup Zone
A Forward Lookup Zone is a part of DNS that resolves hostnames to IP addresses. This is the most common DNS operation — when you type a domain name (like www.google.com
), DNS translates it into an IP address (like 142.250.195.68
).
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.


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.