
<?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>Load Balance Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/load-balance/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/load-balance/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 03 Nov 2015 07:55:10 +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>Load Balance Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/load-balance/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Configure DHCP High Available in Server 2012 R2</title>
		<link>https://www.technig.com/configure-dhcp-high-available-role/</link>
					<comments>https://www.technig.com/configure-dhcp-high-available-role/#comments</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Tue, 03 Nov 2015 07:55:10 +0000</pubDate>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[MCSE]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[DHCP Server]]></category>
		<category><![CDATA[Failover]]></category>
		<category><![CDATA[High Available]]></category>
		<category><![CDATA[Load Balance]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=3962</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="839" height="384" src="https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure DHCP High Available - Technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg 839w, https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console-300x137.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console-768x352.jpg 768w" sizes="(max-width: 839px) 100vw, 839px" /></div>
<p>Dynamic host configuration protocol (DHCP) is providing IP addresses to network client workstations and server machines. The DHCP High Available role acts as load sharing and fault tolerance. So in this article we explain and configure DHCP high available to an step by step manner guide. Before applying DCHP high available role in your production environment, [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-dhcp-high-available-role/">How to Configure DHCP High Available in Server 2012 R2</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="839" height="384" src="https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure DHCP High Available - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg 839w, https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console-300x137.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console-768x352.jpg 768w" sizes="(max-width: 839px) 100vw, 839px" /></div><p>Dynamic host configuration protocol (DHCP) is providing IP addresses to network client workstations and server machines. The DHCP High Available role acts as load sharing and fault tolerance. So in this article we explain and configure DHCP high available to an step by step manner guide.</p>
<p>Before applying DCHP high available role in your production environment, once test it in a testing lab. For configuring dhcp <a href="https://en.wikipedia.org/wiki/High_availability" target="_blank" rel="noopener noreferrer">high availability</a> you need two Windows Server and a client for testing. I have a DC server installed Active directory, DNS Server, and DHCP Server. My second server is only DHCP installed.</p>
<h3>The DHCP Failover Architecture</h3>
<p>The two features of DHCP role for high availability are Hot Standby, and Load Sharing. In hot standby mode the primary server is responsible for providing IP addresses to clients and the secondary server is watching the primary server failure . When the primary DHCP server failed or not servicing properly, the secondary server start works to provide IP address instead of primary server.</p>
<p>If you are new with DHCP server, I recommend you to read the following article about DHCP Server.</p>
<ol>
<li><a href="https://www.technig.com/install-configure-dhcp-server-windows-server-2012-r2/" target="_blank" rel="noopener noreferrer">Install and configure DHCP role in Windows Server 2012 R2</a></li>
<li><a href="https://www.technig.com/how-to-configure-dhcp-on-cisco-router/" target="_blank" rel="noopener noreferrer">How to Configure DHCP in Cisco Routers?</a></li>
</ol>
<p>I assume you know the basics of Dynamic Host Configuration Protocol.</p>
<h1>Configure DHCP High Available</h1>
<p>Now let&#8217;s start to configure DHCP high available in Windows Server 2012 R2 or Windows Server 2016. Both works the same.</p>
<ol>
<li>Login to DC server and type &#8220;<strong>dhcpmgmt.msc</strong>&#8221; in Windows run to open the DHCP management console.</li>
</ol>
<figure id="attachment_3964" aria-describedby="caption-attachment-3964" style="width: 841px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/DHCP-Management-Console.jpg"><img decoding="async" class="wp-image-3964 size-full" src="http://3.90.216.52/wp-content/uploads/2015/11/DHCP-Management-Console.jpg" alt="DHCP Management Console - Configure DHCP High Available" width="841" height="386" srcset="https://www.technig.com/wp-content/uploads/2015/11/DHCP-Management-Console.jpg 841w, https://www.technig.com/wp-content/uploads/2015/11/DHCP-Management-Console-300x138.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/DHCP-Management-Console-768x352.jpg 768w" sizes="(max-width: 841px) 100vw, 841px" /></a><figcaption id="caption-attachment-3964" class="wp-caption-text">DHCP Management Console &#8211; Configure DHCP High Available</figcaption></figure>
<p><strong>2.</strong> Add the second DHCP server to this primary DHCP management console. In order to do this right click the <strong>DHCP</strong> and select <strong>Add Server</strong>. Now select the secondary DHCP server from the list or browse and type the name of server you want to add it. Then click <strong>OK</strong> to add the second server.</p>
<figure id="attachment_3965" aria-describedby="caption-attachment-3965" style="width: 839px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg"><img decoding="async" class="size-full wp-image-3965" src="http://3.90.216.52/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg" alt="Add Server to DHCP Management Console" width="839" height="384" srcset="https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console.jpg 839w, https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console-300x137.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/Add-Server-to-DHCP-Management-Console-768x352.jpg 768w" sizes="(max-width: 839px) 100vw, 839px" /></a><figcaption id="caption-attachment-3965" class="wp-caption-text">Add Server to DHCP Management Console</figcaption></figure>
<p>Here is the result, the two servers are now have a Central access.</p>
<figure id="attachment_3967" aria-describedby="caption-attachment-3967" style="width: 838px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Multi-DHCP-Server.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3967" src="http://3.90.216.52/wp-content/uploads/2015/11/Multi-DHCP-Server.jpg" alt="Multi-DHCP Server" width="838" height="414" srcset="https://www.technig.com/wp-content/uploads/2015/11/Multi-DHCP-Server.jpg 838w, https://www.technig.com/wp-content/uploads/2015/11/Multi-DHCP-Server-300x148.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/Multi-DHCP-Server-768x379.jpg 768w" sizes="(max-width: 838px) 100vw, 838px" /></a><figcaption id="caption-attachment-3967" class="wp-caption-text">Multi-DHCP Server</figcaption></figure>
<p><strong>3.</strong> To configure DHCP high available, right click on IPv4 on primary server and click <b>Configure Failover. </b>On the Configure Failover page read the introduction to DCHP failover then click <strong>Next</strong>.</p>
<p><strong>4.</strong> Click <strong>Add Server</strong> and select the server form list. or simply specify the partner server to use for failover then click <strong>Next</strong>.</p>
<figure id="attachment_3968" aria-describedby="caption-attachment-3968" style="width: 513px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Specify-the-partnet-server-to-use-for-failover.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3968" src="http://3.90.216.52/wp-content/uploads/2015/11/Specify-the-partnet-server-to-use-for-failover.jpg" alt="Specify the partnet server to use for failover" width="513" height="557" srcset="https://www.technig.com/wp-content/uploads/2015/11/Specify-the-partnet-server-to-use-for-failover.jpg 513w, https://www.technig.com/wp-content/uploads/2015/11/Specify-the-partnet-server-to-use-for-failover-276x300.jpg 276w" sizes="(max-width: 513px) 100vw, 513px" /></a><figcaption id="caption-attachment-3968" class="wp-caption-text">Specify the partner server to use for failover</figcaption></figure>
<p><strong>5.</strong> On the <strong>Create a new failover relationship</strong> page, select <strong>Load balance</strong> mode and type a password then click <strong>Next</strong>.</p>
<figure id="attachment_3969" aria-describedby="caption-attachment-3969" style="width: 513px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Create-a-new-failover-relationship.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3969" src="http://3.90.216.52/wp-content/uploads/2015/11/Create-a-new-failover-relationship.jpg" alt="Create a new failover relationship" width="513" height="558" srcset="https://www.technig.com/wp-content/uploads/2015/11/Create-a-new-failover-relationship.jpg 513w, https://www.technig.com/wp-content/uploads/2015/11/Create-a-new-failover-relationship-276x300.jpg 276w" sizes="(max-width: 513px) 100vw, 513px" /></a><figcaption id="caption-attachment-3969" class="wp-caption-text">Create a new failover relationship</figcaption></figure>
<p><strong>6.</strong> Finally click <strong>Finish</strong> to set up failover between two servers. Make sure the process should be finished successfully. Close the page and to to see the changes on DHCP management console.</p>
<figure id="attachment_3970" aria-describedby="caption-attachment-3970" style="width: 513px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/Final-Result-of-DHCP-Failover.jpg"><img loading="lazy" decoding="async" class="size-full wp-image-3970" src="http://3.90.216.52/wp-content/uploads/2015/11/Final-Result-of-DHCP-Failover.jpg" alt="Final Result of DHCP Failover" width="513" height="557" srcset="https://www.technig.com/wp-content/uploads/2015/11/Final-Result-of-DHCP-Failover.jpg 513w, https://www.technig.com/wp-content/uploads/2015/11/Final-Result-of-DHCP-Failover-276x300.jpg 276w" sizes="(max-width: 513px) 100vw, 513px" /></a><figcaption id="caption-attachment-3970" class="wp-caption-text">Final Result of DHCP Failover</figcaption></figure>
<p><strong>7.</strong> Once refresh the DHCP console or reconnect the server to see the final result. Now the DHCP servers are ready to work as DHCP load balancing service and your clients never fail to obtain IP address.</p>
<figure id="attachment_3971" aria-describedby="caption-attachment-3971" style="width: 785px" class="wp-caption aligncenter"><a href="http://3.90.216.52/wp-content/uploads/2015/11/How-to-Configure-DHCP-High-Available.jpg"><img loading="lazy" decoding="async" class="wp-image-3971 size-full" src="http://3.90.216.52/wp-content/uploads/2015/11/How-to-Configure-DHCP-High-Available.jpg" alt="Configure DHCP High Available" width="785" height="486" srcset="https://www.technig.com/wp-content/uploads/2015/11/How-to-Configure-DHCP-High-Available.jpg 785w, https://www.technig.com/wp-content/uploads/2015/11/How-to-Configure-DHCP-High-Available-300x186.jpg 300w, https://www.technig.com/wp-content/uploads/2015/11/How-to-Configure-DHCP-High-Available-768x475.jpg 768w" sizes="(max-width: 785px) 100vw, 785px" /></a><figcaption id="caption-attachment-3971" class="wp-caption-text">Configure DHCP High Available</figcaption></figure>
<p>It is the easiest way using DHP high availability in Windows Servers 2012 and Windows Server 2016. I hope it has been informative for you and appreciate you to comment us the DHCP relevant problems.</p>
<p>The post <a href="https://www.technig.com/configure-dhcp-high-available-role/">How to Configure DHCP High Available in Server 2012 R2</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-dhcp-high-available-role/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3962</post-id>	</item>
	</channel>
</rss>
