<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Two DHCP/bootp Servers on the Same Network? in Windows Server 2003</title>
    <link>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888778#M6512</link>
    <description>In my office network, we have a (Sun OS) UNIX server running bootp, which is our main production system for the university.&lt;BR /&gt;&lt;BR /&gt;If I configure my (test) win2k3 server with the role of DHCP server, what would happen? How would the clients choose between the two DHCP/bootp servers on the network? I need as much *detail* as possible.&lt;BR /&gt;&lt;BR /&gt;Please note that I would not dare do this kind of test in a production environment. I am mainly looking for detailed technical information, about win2k3 DHCP, and to a lesser extent about bootp.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;:-) Jay</description>
    <pubDate>Tue, 01 Mar 2005 20:15:40 GMT</pubDate>
    <dc:creator>Jay Bollyn</dc:creator>
    <dc:date>2005-03-01T20:15:40Z</dc:date>
    <item>
      <title>Two DHCP/bootp Servers on the Same Network?</title>
      <link>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888778#M6512</link>
      <description>In my office network, we have a (Sun OS) UNIX server running bootp, which is our main production system for the university.&lt;BR /&gt;&lt;BR /&gt;If I configure my (test) win2k3 server with the role of DHCP server, what would happen? How would the clients choose between the two DHCP/bootp servers on the network? I need as much *detail* as possible.&lt;BR /&gt;&lt;BR /&gt;Please note that I would not dare do this kind of test in a production environment. I am mainly looking for detailed technical information, about win2k3 DHCP, and to a lesser extent about bootp.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;:-) Jay</description>
      <pubDate>Tue, 01 Mar 2005 20:15:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888778#M6512</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2005-03-01T20:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: Two DHCP/bootp Servers on the Same Network?</title>
      <link>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888779#M6513</link>
      <description>Hi Jay,&lt;BR /&gt;&lt;BR /&gt;This should work. The client will broadcast a DHCPREQUEST message. If there's more than one server listening then it ignores subsequent replies. The important thing here is to make sure that each DHCP server has a unique IP addres range, because it won't know what IP addresses have been leased from the other server.&lt;BR /&gt;&lt;BR /&gt;Have a look at &lt;A href="http://support.microsoft.com/?kbid=120932" target="_blank"&gt;http://support.microsoft.com/?kbid=120932&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Gary</description>
      <pubDate>Wed, 02 Mar 2005 04:18:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888779#M6513</guid>
      <dc:creator>Gary Cooper_1</dc:creator>
      <dc:date>2005-03-02T04:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Two DHCP/bootp Servers on the Same Network?</title>
      <link>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888780#M6514</link>
      <description>What Gary mentioned is correct but there is a lot more to consider if you have any intention of moving toward production at some time.  Make sure you do your testing on a subnet that can NOT be seen by your production server environment (from a DHCP routing perspective)!  Doing this sort of stuff in a lab environment is probably best.&lt;BR /&gt;-&amp;gt; ALL static IP hosts should have a reservation and this needs to be setup on ALL DHCP servers that can potentially service the client (not blocked by a router).&lt;BR /&gt;-&amp;gt; Make sure that the DHCP service is stopped on a Windows based server (or disconnected from the network) during the creation and population of DHCP scopes intended for the static IP hosts.  Unix/Linux systems use a configuration file that can be moved in when the time is right.&lt;BR /&gt;-&amp;gt; Heavy use of DHCP is usually not preferred on a Windows based machine where it is very disk intensive in this environment and it also hammers the registry.&lt;BR /&gt;-&amp;gt; Unix/Linux based DHCP servers have all sorts of bells and whistles like grouping, preferred server designation, configurable denial, dynamic DNS integration and more.  &lt;BR /&gt;-&amp;gt; The bottom line is that Windows based DHCP is usually a better alternative when Unix/Linux administrative resources are not available in house.&lt;BR /&gt;-&amp;gt; The newer Windows based clients have some protection from two clients attempting to use the same IP.  But what about PDA's, printers, or whatever?&lt;BR /&gt;</description>
      <pubDate>Wed, 02 Mar 2005 18:13:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888780#M6514</guid>
      <dc:creator>Tim Malnati</dc:creator>
      <dc:date>2005-03-02T18:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Two DHCP/bootp Servers on the Same Network?</title>
      <link>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888781#M6515</link>
      <description>Thanks, I understand this better now.&lt;BR /&gt;&lt;BR /&gt;:-) Jay</description>
      <pubDate>Thu, 03 Mar 2005 20:02:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/windows-server-2003/two-dhcp-bootp-servers-on-the-same-network/m-p/4888781#M6515</guid>
      <dc:creator>Jay Bollyn</dc:creator>
      <dc:date>2005-03-03T20:02:39Z</dc:date>
    </item>
  </channel>
</rss>

