
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DHCP Scope Configuration Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/dhcp-scope-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/dhcp-scope-configuration/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Thu, 14 Apr 2022 10:30:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>DHCP Scope Configuration Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/dhcp-scope-configuration/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>Create and Configure a DHCP Scope in Windows Server 2022</title>
		<link>https://www.technig.com/create-and-configure-a-dhcp-scope-in-windows-server-2022/</link>
					<comments>https://www.technig.com/create-and-configure-a-dhcp-scope-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Danish]]></dc:creator>
		<pubDate>Thu, 14 Apr 2022 10:30:23 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Configure DHCP Scope]]></category>
		<category><![CDATA[DHCP Configuration]]></category>
		<category><![CDATA[DHCP Scope Configuration]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17334</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1137" height="650" src="https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create and Configure a DHCP Scope on Windows Server 2022 Using GUI" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final.jpg 1137w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-300x172.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-1024x585.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-768x439.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-750x430.jpg 750w" sizes="(max-width: 1137px) 100vw, 1137px" /></div>
<p>Creating and configuring a DHCP Scope is a primary configuration of a DHCP server. A DHCP scope is a range of IP addresses we define for the clients in a subnet. A DHCP server manages this scope. It assigns a specific IP address from this scope to each client in the subnet upon their request [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-and-configure-a-dhcp-scope-in-windows-server-2022/">Create and Configure a DHCP Scope in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1137" height="650" src="https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Create and Configure a DHCP Scope on Windows Server 2022 Using GUI" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final.jpg 1137w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-300x172.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-1024x585.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-768x439.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Feature-Image-Final-750x430.jpg 750w" sizes="(max-width: 1137px) 100vw, 1137px" /></div>
<p>Creating and configuring a <a href="https://docs.microsoft.com/en-us/troubleshoot/windows-server/networking/install-configure-dhcp-server-workgroup" target="_blank" rel="noreferrer noopener nofollow">DHCP Scope</a> is a primary configuration of a DHCP server. A DHCP scope is a range of IP addresses we define for the clients in a subnet. A DHCP server manages this scope. It assigns a specific IP address from this scope to each client in the subnet upon their request for an IP address. That is the primary goal for creating a DHCP scope, besides other network settings it includes. This article walks you through the steps to create and configure a DHCP scope using the graphical user interface (GUI) in <a href="https://www.technig.com/free-download-windows-server-2022-iso-file/" target="_blank" rel="noreferrer noopener nofollow">Windows Server 2022</a>. </p>



<p>You may also like to read: <a href="https://www.technig.com/install-and-configure-dhcp-in-windows-server-2022-using-server-manager/">Install And Configure DHCP In Windows Server 2022 Using Server Manager</a></p>



<h2 class="wp-block-heading">Steps to Create and Configure a DHCP Scope</h2>



<p>It is easy enough to create and configure a DHCP scope using the GUI method on Windows Server 2022. </p>



<ul class="wp-block-list"><li>Open the <strong>Server Manager</strong> console. Then, go to the <strong>Tools </strong>menu on the <strong>Server Manager</strong> and click on <strong>DHCP</strong>. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/1-2.jpg" alt="Opening DHCP from the Tools from the Server Manager on Server 2022" class="wp-image-17349" width="707" height="410" srcset="https://www.technig.com/wp-content/uploads/2022/04/1-2.jpg 664w, https://www.technig.com/wp-content/uploads/2022/04/1-2-300x174.jpg 300w" sizes="(max-width: 707px) 100vw, 707px" /><figcaption>Opening DHCP from the Tools from the Server Manager</figcaption></figure></div>



<ul class="wp-block-list"><li>Expand your DHCP server and right-click on <strong>IPv4</strong>. Select<strong> New Scope </strong>from the options and click on <strong>Next </strong>on the <strong>Welcome </strong>window.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img decoding="async" width="685" height="487" src="https://www.technig.com/wp-content/uploads/2022/04/2-3.jpg" alt="Creating New IPv4 DHCP Scope from DHCP console " class="wp-image-17351" srcset="https://www.technig.com/wp-content/uploads/2022/04/2-3.jpg 685w, https://www.technig.com/wp-content/uploads/2022/04/2-3-300x213.jpg 300w" sizes="(max-width: 685px) 100vw, 685px" /><figcaption>Creating New IPv4 DHCP Scope from DHCP console </figcaption></figure></div>



<ul class="wp-block-list"><li>Put a name and the description for your new DHCP scope, then click on <strong>Next</strong>. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/3-3.jpg" alt="Naming the New DHCP scope " class="wp-image-17365" width="520" height="428" srcset="https://www.technig.com/wp-content/uploads/2022/04/3-3.jpg 518w, https://www.technig.com/wp-content/uploads/2022/04/3-3-300x247.jpg 300w" sizes="(max-width: 520px) 100vw, 520px" /><figcaption>Naming the New DHCP scope </figcaption></figure></div>



<ul class="wp-block-list"><li>Specify the range of IP addresses for your DHCP pool using the <strong>Start IP address</strong> and <strong>End IP address </strong>boxes. Then, configure the <strong>subnet mask</strong> and click on <strong>Next</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/4-3.jpg" alt="Specifying the Range for our New DHCP Scope" class="wp-image-17366" width="518" height="425"/><figcaption>Specifying the Range for our New DHCP Scope</figcaption></figure></div>



<ul class="wp-block-list"><li>Add the exclusion range using the <strong>Start </strong>and <strong>End </strong>IP address boxes and the <strong>Add </strong>button. Click on the <strong>Next </strong>when you set it. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="518" height="425" src="https://www.technig.com/wp-content/uploads/2022/04/5-5.jpg" alt="Adding Exclusion Range for a New DHCP Scope" class="wp-image-17367" srcset="https://www.technig.com/wp-content/uploads/2022/04/5-5.jpg 518w, https://www.technig.com/wp-content/uploads/2022/04/5-5-300x246.jpg 300w" sizes="(max-width: 518px) 100vw, 518px" /><figcaption>Adding Exclusion Range for a New DHCP Scope</figcaption></figure></div>



<ul class="wp-block-list"><li>Define the Lease duration or leave it as default and click on <strong>Next</strong> afterwards.  </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="517" height="426" src="https://www.technig.com/wp-content/uploads/2022/04/6-3.jpg" alt="Specifying the Lease Duration for a DHCP Scope" class="wp-image-17368" srcset="https://www.technig.com/wp-content/uploads/2022/04/6-3.jpg 517w, https://www.technig.com/wp-content/uploads/2022/04/6-3-300x247.jpg 300w" sizes="(max-width: 517px) 100vw, 517px" /><figcaption>Specifying the Lease Duration for a DHCP Scope</figcaption></figure></div>



<ul class="wp-block-list"><li>Check out the first option on the next screen to further configure your DHCP scope, and click on <strong>Next</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="517" height="427" src="https://www.technig.com/wp-content/uploads/2022/04/7-2.jpg" alt="Option to Further Configure the DHCP scope" class="wp-image-17371" srcset="https://www.technig.com/wp-content/uploads/2022/04/7-2.jpg 517w, https://www.technig.com/wp-content/uploads/2022/04/7-2-300x248.jpg 300w" sizes="(max-width: 517px) 100vw, 517px" /><figcaption>The Option to Configure the DHCP scope</figcaption></figure></div>



<ul class="wp-block-list"><li>Add the <strong>Default Gateway</strong> address of your network if you have, and click on <strong>Next</strong>. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="516" height="426" src="https://www.technig.com/wp-content/uploads/2022/04/8-2.jpg" alt="Specifying the Default Gateway for a DHCP Scope" class="wp-image-17372" srcset="https://www.technig.com/wp-content/uploads/2022/04/8-2.jpg 516w, https://www.technig.com/wp-content/uploads/2022/04/8-2-300x248.jpg 300w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>Specifying the Default Gateway for a DHCP Scope</figcaption></figure></div>



<ul class="wp-block-list"><li>Specify the <strong>Domain Name</strong> and add the <strong>DNS Server(s)</strong> on the next screen. Click on <strong>Next</strong> to continue.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="516" height="425" src="https://www.technig.com/wp-content/uploads/2022/04/9-2.jpg" alt="Specifying the Domain Address in a DHCP Scope" class="wp-image-17379" srcset="https://www.technig.com/wp-content/uploads/2022/04/9-2.jpg 516w, https://www.technig.com/wp-content/uploads/2022/04/9-2-300x247.jpg 300w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>Specifying the Domain Address in a DHCP Scope</figcaption></figure></div>



<ul class="wp-block-list"><li>Add the <strong>WINS Server(s)</strong> address if you use it. However, we no longer use WINS Server. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="517" height="424" src="https://www.technig.com/wp-content/uploads/2022/04/10-1.jpg" alt="Adding WINS Server in a DCHP scope" class="wp-image-17381" srcset="https://www.technig.com/wp-content/uploads/2022/04/10-1.jpg 517w, https://www.technig.com/wp-content/uploads/2022/04/10-1-300x246.jpg 300w" sizes="(max-width: 517px) 100vw, 517px" /><figcaption>Adding WINS Server in a DCHP scope</figcaption></figure></div>



<ul class="wp-block-list"><li>The last step is to activate the scope. Check the first option to activate, and click on <strong>Next</strong>. Click on <strong>Finish </strong>on the next page. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="516" height="424" src="https://www.technig.com/wp-content/uploads/2022/04/11-1.jpg" alt="Activating the DHCP Scope" class="wp-image-17380" srcset="https://www.technig.com/wp-content/uploads/2022/04/11-1.jpg 516w, https://www.technig.com/wp-content/uploads/2022/04/11-1-300x247.jpg 300w" sizes="(max-width: 516px) 100vw, 516px" /><figcaption>Activating the DHCP Scope</figcaption></figure></div>



<p>The above steps are all that we need to go with to create and configure a new DHCP scope on Server 2022.</p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>DHCP Scope configuration is, by far, the setting we should go with right after <a href="https://www.technig.com/install-and-configure-dhcp-in-windows-server-2022-using-server-manager/" target="_blank" rel="noreferrer noopener nofollow">installing and configuring the DHCP role</a> on our DHCP Server. As described in a step-by-step approach, we primarily define the range of IP addresses from which a DHCP server should assign to each client in a subnet. Additionally, we also specify the exclusion range and some other settings, including Default Gateway, DNS server, and scope activation.</p>



<p>I hope you found this article informative and helpful. You may share us your queries and thoughts in the comment section. </p>
<p>The post <a href="https://www.technig.com/create-and-configure-a-dhcp-scope-in-windows-server-2022/">Create and Configure a DHCP Scope in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-and-configure-a-dhcp-scope-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17334</post-id>	</item>
	</channel>
</rss>
