<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Politicalespionage : WDS stand alone server</title>
  <link>http://www.Politicalespionage.com/</link>
  <description><![CDATA[This is an XML content feed of; Politicalespionage : Computer tips : WDS stand alone server]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 26 Apr 2026 04:40:07 +0000</pubDate>
  <lastBuildDate>Mon, 24 Jun 2024 17:37:24 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.Politicalespionage.com/RSS_post_feed.asp?TID=1176</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Politicalespionage]]></title>
   <url>http://www.Politicalespionage.com/forum_images/web_wiz_forums.png</url>
   <link>http://www.Politicalespionage.com/</link>
  </image>
  <item>
   <title><![CDATA[WDS stand alone server : In Windows Server 2008 R2, Microsoft...]]></title>
   <link>http://www.Politicalespionage.com/forum_posts.asp?TID=1176&amp;PID=1186&amp;title=wds-stand-alone-server#1186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://www.Politicalespionage.com/member_profile.asp?PF=3">reaper</a><br /><strong>Subject:</strong> 1176<br /><strong>Posted:</strong> 24 Jun 2024 at 5:37pm<br /><br /><div>In Windows Server 2008 R2, Microsoft added support for using the PXE listener without Active Directory. Here is a complete guide on how to configure a standalone Windows Server 2008 R2 WDS Server</div><div><br></div><div>Pre-Requisites</div><div><br></div><div>In these steps I assume you have a server the following configuration</div><div>1.</div><div>A Windows Server 2008 R2 named WDS01, installed into a workgroup.&nbsp;</div><div><br></div><div>2.</div><div>One network card with a fixed IPv4 address (I’m using 192.168.2.215 in my lab)&nbsp;</div><div><br></div><div>3.</div><div>Two partitions, C: for the Windows Server 2008 R2 operating System, D: for Data</div><div><br></div><div><br></div><div>I also assume you have a DNS Server somewhere in the environment, maybe your local router if it’s a smaller network. In my lab my DNS server / Router has IP address 192.168.2.1. The router has DHCP server disabled.</div><div><br></div><div>High level steps:</div><div>1.</div><div>Download and install Windows AIK 2.0&nbsp;</div><div><br></div><div>2.</div><div>Install DHCP and create a scope for the network&nbsp;</div><div><br></div><div>3.</div><div>Add the WDS transport role service&nbsp;</div><div><br></div><div>4.</div><div>Create and share the RemoteInstall folder structure&nbsp;</div><div><br></div><div>5.</div><div>Copy the x86 and x64 boot files&nbsp;</div><div><br></div><div>6.</div><div>Copy the x86 and x64 boot images&nbsp;</div><div><br></div><div>7.</div><div>Configure the WDS Providers&nbsp;</div><div><br></div><div>8.</div><div>Configure the Policies&nbsp;</div><div><br></div><div>9.</div><div>Additional DHCP and WDS provider configuration</div><div><br></div><div><br></div><div>Download and install Windows AIK 2.0</div><div>1.</div><div>On WDS01, logon as Administrator.&nbsp;</div><div><br></div><div>2.</div><div>Download and Install Windows AIK 2.0 (named Windows AIK for Windows 7 on Microsoft downloads) with the default settings.</div><div><br></div><div><br></div><div>Install DHCP and create a scope for the network</div><div>1.</div><div>On WDS01, using Server Manager, select Roles, and the select Add Roles.&nbsp;</div><div><br></div><div>2.</div><div>On the Before You Begin page, select the Skip this page by default checkbox, and click Next.&nbsp;</div><div><br></div><div>3.</div><div>In the Select Server Roles list, select DHCP Server and click Next.&nbsp;</div><div><br></div><div>4.</div><div>On the DCHP Server page, click Next.&nbsp;</div><div><br></div><div>5.</div><div>On the Select Network Connection Bindings page, accept the default settings and click Next.&nbsp;</div><div><br></div><div>6.</div><div>On the Specify IPv4 DNS Server Settings page, in the parent domain: textbox, type in whatever DNS Suffix you want to use, I used tslab.net, and click Next.&nbsp;</div><div><br></div><div>7.</div><div>On the Specify IPv4 WINS Server Settings page, accept the default settings and click Next.&nbsp;</div><div><br></div><div>8.</div><div>On the Add or Edit DHCP Scopes page, click Add. Use the following settings.</div><div><br></div><div>Scope Name: 192.168.2.0/24</div><div><br></div><div>Starting IP address: 192.168.2.100</div><div><br></div><div>Ending IP address: 192.168.2.199</div><div><br></div><div>Subnet Type: Wired (lease duration will be 8 days)</div><div><br></div><div>Activate this scope: Selected</div><div><br></div><div>Subnet Mask: 255.255.255.0</div><div><br></div><div>Default Gateway (optional): 192.168.2.1</div><div><br></div><div>Click OK, and then click Next.&nbsp;</div><div><br></div><div>9.</div><div>On the Configure DHCPv6 Stateless Mode page, accept the default settings and click Next.&nbsp;</div><div>1.</div><div>On the Specify IPv6 DNS Server Settings page, in the parent domain: textbox, type in whatever DNS Suffix you want to use, I used tslab.net, and click Next.&nbsp;</div><div><br></div><div>2.</div><div>On the Confirm Installation Selections page, click Install.&nbsp;</div><div><br></div><div>3.</div><div>On the Installation Results page, click Close.</div><div><br></div><div><br></div><div><br></div><div>Add the WDS Transport server role</div><div>1.</div><div>On WDS01, using Server Manager, select Roles, and the select Add Roles.&nbsp;</div><div><br></div><div>2.</div><div>In the Select Server Roles list, select Windows Deployment Services and click Next.&nbsp;</div><div><br></div><div>3.</div><div>On the Overview of Windows Deployment Services page, click Next.&nbsp;</div><div><br></div><div>4.</div><div>On the Select Role Services page, clear the Windows Deployment Service checkbox so that only Transport Server role service is selected, and click Next.&nbsp;</div><div><br></div><div>5.</div><div>On the Confirm Installation Selections page, click Install.&nbsp;</div><div><br></div><div>6.</div><div>On the Installation Results page, click Close.</div><div><br></div><div><br></div><div>Create and share the RemoteInstall folder structure</div><div>1.</div><div>On WDS01, using Explorer, create the following folder structure:</div><div><br></div><div>D:\RemoteInstall</div><div><br></div><div>D:\RemoteInstall\boot</div><div><br></div><div>D:\RemoteInstall\boot\x86</div><div><br></div><div>D:\RemoteInstall\boot\x86\images</div><div><br></div><div>D:\RemoteInstall\boot\x64</div><div><br></div><div>D:\RemoteInstall\boot\x64\images&nbsp;</div><div><br></div><div>2.</div><div>Using Explorer, and the Advanced Sharing feature, share the D:\RemoteInstall folder as REMINST.</div><div><br></div><div><br></div><div>Copy the x86 and x64 boot files&nbsp;</div><div>1.</div><div>On WDS01, using Explorer, create the D:\Mount folder.&nbsp;</div><div><br></div><div>2.</div><div>Start a Deployment Tools Command Prompt (found on the start menu, in the All Programs / Microsoft Windows AIK folder), type the following command + press Enter.</div><div><br></div><div>Imagex /mount x86\winpe.wim 1 D:\Mount&nbsp;</div><div><br></div><div>3.</div><div>Leave the Deployment Tools Command Prompt open.&nbsp;</div><div><br></div><div>4.</div><div>Using Explorer, navigate to the D:\Mount\Windows\boot\PXE folder, copy all content to the D:\RemoteInstall\boot\x86 folder.&nbsp;</div><div><br></div><div>5.</div><div>Close all Explorer windows (the wim filter driver in WAIK 2.0 is really sensitive about open file handles when unmounting an image).</div><div><br></div><div>6.</div><div>In the Deployment Tools Command Prompt, type the following commands + press Enter after each line.</div><div><br></div><div>Imagex /unmount D:\Mount</div><div><br></div><div>Imagex /mount amd64\winpe.wim 1 D:\Mount&nbsp;</div><div><br></div><div>7.</div><div>Using Explorer, navigate to the D:\Mount\Windows\boot\PXE folder, which now contains the x64 boot files, and copy all content to the D:\RemoteInstall\boot\x64 folder.&nbsp;</div><div><br></div><div>8.</div><div>Close all Explorer windows.</div><div><br></div><div>9.</div><div>In the Deployment Tools Command Prompt, type the following command + press Enter.</div><div><br></div><div>Imagex /unmount D:\Mount</div><div>1.Using Explorer, copy the C:\Windows\system32\reminst\boot\boot.sdi file to the D:\RemoteInstall\boot folder.</div><div><br></div><div><br></div><div>Copy the x86 and x64 boot images</div><div>1.</div><div>On WDS01, using Explorer, copy any x86 boot image that you want to use to the D:\RemoteInstall\x86\Images folder, name the boot image boot.wim.</div><div><br></div><div>Note: If you just want a boot image to test with you can copy the default Windows PE 3.0 x86 boot image from WAIK. It is named winpe.wim and is locate in the C:\Program Files\Windows AIK\Tools\PETools\x86 folder&nbsp;</div><div><br></div><div>2.</div><div>Using Explorer, copy any x64 boot image that you want to use to the D:\RemoteInstall\x64\Images folder, name the boot image boot.wim.</div><div><br></div><div>Note: Again, if you just want a boot image to test with, you can copy the default Windows PE 3.0 x64 boot image from WAIK. It is named winpe.wim and is locate in the C:\Program Files\Windows AIK\Tools\PETools\amd64 folder</div><div><br></div><div><br></div><div>Configure the WDS Providers</div><div>1.</div><div>On WDS01, using the Registry Editor, configure the WDS Providers order by navigating to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\ Providers\ WDSPXE key, and create a new Multi-String Value with the following settings:</div><div><br></div><div>Name: ProvidersOrder&nbsp;</div><div><br></div><div>Data: WDSSIPR&nbsp;</div><div><br></div><div>2.</div><div>Using the Registry Editor, configure the TFTP root folder by navigating to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\ WDSTFTP key, and create a new String Value with the following settings:</div><div><br></div><div>Name: RootFolder</div><div><br></div><div>Data: D:\RemoteInstall</div><div><br></div><div><br></div><div>Configure the Policies</div><div>1.</div><div>On WDS01, using Notepad, edit the C:\Windows\system32\wdssipr.dll.conf.ini file. In the IMAGES POLICY section, configure the following values</div><div><br></div><div>X86BootImage=boot\x86\images\boot.wim</div><div><br></div><div>X64BootImage=boot\x64\images\boot.wim&nbsp;</div><div><br></div><div>2.</div><div>Save the C:\Windows\system32\wdssipr.dll.conf.ini file.</div><div><br></div><div><br></div><div>Additional DHCP and WDS provider configuration</div><div>1.</div><div>On WDS01, using a Command Prompt, configure the transport server to use DHCP by typing the following command + press Enter.</div><div><br></div><div>WDSUTIL /Set-TransportServer /ObtainIPv4From:DHCP&nbsp;</div><div><br></div><div>2.</div><div>Leave the Command Prompt open.&nbsp;</div><div><br></div><div>3.</div><div>Using the Command Prompt, configure the DHCP PXEClient option, by typing the following commands + press Enter after each line.</div><div><br></div><div>Netsh</div><div><br></div><div>dhcp</div><div><br></div><div>server \WDS01</div><div><br></div><div>add optiondef 60 PXEClient String 0 comment=”PXE support”</div><div><br></div><div>set optionvalue 60 STRING PXEClient</div><div><br></div><div>exit&nbsp;</div><div><br></div><div>4.</div><div>Leave the Command Prompt open.&nbsp;</div><div><br></div><div>5.</div><div>Using the Registry Editor, configure the DHCP ports option by navigating to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WDSServer\Providers\ WDSPXE key, and change the UseDhcpPorts data value from 1 to 0.&nbsp;</div><div><br></div><div>6.</div><div>Using the Command Prompt, start the WDS transport server by typing the following command + press Enter.</div><div><br></div><div>WDSUTIL /Start-TransportServer</div><div><br></div><div><br></div><div>Done! You should now be able to start the boot images over the network, having configured the WDS PXE listener on a standalone server.</div><div><br></div>]]>
   </description>
   <pubDate>Mon, 24 Jun 2024 17:37:24 +0000</pubDate>
   <guid isPermaLink="true">http://www.Politicalespionage.com/forum_posts.asp?TID=1176&amp;PID=1186&amp;title=wds-stand-alone-server#1186</guid>
  </item> 
 </channel>
</rss>