Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security, Veeam & DevOps

  • Home
  • About
  • Advertise With US
  • Reviews
  • Contact
  • Toggle search form

What happens when WDS and DNS are installed on the same Windows Server? DNS issues with WDS

Posted on 26/05/202009/10/2024 IT Expert By IT Expert No Comments on What happens when WDS and DNS are installed on the same Windows Server? DNS issues with WDS
  1. Home
  2. Windows Server
  3. What happens when WDS and DNS are installed on the same Windows Server? DNS issues with WDS
WDS and DNS

DNS is a server role that you can install by using Server Manager or Windows PowerShell commands. If you are installing a new Active Directory forest and domain, DNS is automatically installed with Active Directory as the Global Catalogue server for the forest and domain. In this article, we shall discuss “What happens when WDS and DNS are installed on the same Windows Server? DNS issues with WDS”. Please see Domain Name System Protocol: Client Registration Issue, and how to enable or disable Secure Boot in Windows.

Note:  There is no need to install the DNS server role alongside AD DS. This is because; you must not necessarily use the built-in DNS server. So I will be using a 3rd party DNS Server.

You may want to see How to configure Windows Deployment Services on Windows Server 2019, and Windows Deployment Services: How to setup and install WDS role.

Active Directory Domain Services (AD DS)

Active Directory Domain Services (AD DS) uses DNS as its domain controller location mechanism. When any of the principal Active Directory operations are performed, such as authentication, updating, or searching, computers use DNS to locate Active Directory domain controllers. In addition, domain controllers use DNS to locate each other.

The DNS Client service is included in all client and server versions of the Windows operating system and is running by default upon operating system installation. When you configure a TCP/IP network connection with the IP address of a DNS server, the DNS Client queries the DNS server to discover domain controllers and to resolve computer names to IP addresses.

See the following guides for other information. What are the differences between Universal, Global, and Domain Local Group Scopes, and Differences between Active Directory Lightweight Directory Services and Active Directory Domain Services.

What happens when WDS and DNS are together

When WDS and DNS run on the same server, they may introduce some problems. This happens when the DNS is installed first.

  • The DNS service binds to all ports needed by WDS. The Default WDS port range is 64,000 to 65,000
  • A specific patch can also cause this problem, watch out!

DNS with WDS

For how to set various DHCP options. Note: In my case, I do not have any issues since I am using Windows Server 2019. I have the option to obtain a dynamic port from Winsock as shown below!

Windows Server

But if you are running Windows Server 2008 or 2012 you will run into this issue.

Method 1: DNS issues with WDS

To resolve this, you will have to navigate to the WDS Server properties as shown below.

DNS issues

Click the Network settings tab. Change the range from say 64100 to 64200 or 65000 as you wish.

Note: You have to ensure other applications are not making use of these ports).

That is all you need to do 🙂

Method 2: DNS issues with WDS

You can also set this from the command line using WDSUTIL, see the syntax below.

wdsutil /set-Server /Transport /StartPort:65100 /EndPort:65200

Here are some more guides: Domain Name System: How to create a DNS record, and DNS Bad key 9017: The Cluster Name registration failed of one or more associated DNS names. Also see, Uninstall WDS: How to remove Windows Deployment Services role via the GUI and PowerShell.

Method 3

If you are running Windows Server 2008 R2. You can also configure WDS to dynamically query WinSock for available ports instead of using a port range. This is done by setting the UdpPortPolicy value in the registry to 0.

You will find it in the path below and you need to restart WDS after changing the value.

HKLM\System\CurrentControlSet\Services\WDSServer\Parameters key.

Use the above method if both DNS and WDS are on the same server. I hope you found this blog post helpful. Please let me know in the comment session if you have any questions.

I hope you found this blog post on “What happens when WDS and DNS are installed on the same Windows Server? DNS issues with WDS” helpful. Please let me know in the comment session if you have any questions.

5/5 - (1 vote)

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server Tags:DNS, DNSRecord, WDS, Windows 10, Windows Server 2016

Post navigation

Previous Post: WDS and DHCP Deployment Scenarios: Configure DHCP Options 60, 66, and 67
Next Post: What is the difference between 32-bit and 64-bit processors

Related Posts

  • windows 10 creators update wallpaper 1
    How to locate and edit the host file on Windows Windows Server
  • HybridCloudTrust
    WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift
  • Windows 10 Upgrade 1 1
    Perform an in-place upgrade from Windows Server 2016 to Windows Server 2019 Windows Server
  • Resolvederror MBAM
    MBAM Policy was detected: Verify the OU used for pre-deployment does not apply MBAM policy Windows Server
  • WinServer
    Log Off: How to sign out of Windows Server 2012 Windows Server
  • Install and configure wds 1
    Install Windows Deployment Services on Windows Server 2022 Windows Server

More Related Articles

windows 10 creators update wallpaper 1 How to locate and edit the host file on Windows Windows Server
HybridCloudTrust WHFB Hybrid Cloud Kerberos Trust Model is now available AWS/Azure/OpenShift
Windows 10 Upgrade 1 1 Perform an in-place upgrade from Windows Server 2016 to Windows Server 2019 Windows Server
Resolvederror MBAM MBAM Policy was detected: Verify the OU used for pre-deployment does not apply MBAM policy Windows Server
WinServer Log Off: How to sign out of Windows Server 2012 Windows Server
Install and configure wds 1 Install Windows Deployment Services on Windows Server 2022 Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

Veeam Vanguard

  • windows sign in options
    Sign-in options for Windows: Ditch Password for Enhanced Security Windows
  • VLC Media Player pcgh b2article artwork
    How to Set Quicktime or VLC as a default player on macOS Mac
  • sshkey
    How to perform SSH key-based authentication in Linux Linux
  • Featured image 1
    How to Share Microsoft Outlook Calendar on Desktop and on Web Microsoft Exchange/Office/365
  • front
    How to trigger SQS from a Lambda Function in the same account AWS/Azure/OpenShift
  • feature photo terraform
    How to install Amazon RDS using Terraform Linux
  • Featured image batch rename
    Batch rename multiple files on Windows Windows
  • Repository Path In Veeam Scale Out Backup Repository
    Fix broken Repository Path in Veeam Scale-Out Backup Repository Backup

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,796 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

Active Directory Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

Loading Comments...

You must be logged in to post a comment.