<?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 Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449536#M100951</link>
    <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/201003"&gt;@takumi1469&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Personally with your setup, I wouldn't recommend switching over to the built-in DHCP server on the firewall. The DHCP capabilities of the firewall directly are pretty limited and are meant for very basic setups, if you already have a Windows DHCP server setup I'm not sure your reasoning for wanting to migrate away from it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Nov 2021 00:02:50 GMT</pubDate>
    <dc:creator>BPry</dc:creator>
    <dc:date>2021-11-26T00:02:50Z</dc:date>
    <item>
      <title>DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449216#M100907</link>
      <description>&lt;P&gt;Hi, I'm currently doing DHCP server migration from Windows server's DHCP server function to Palo Alto PA-3200 series, with PAN-OS 9.1 series. I copied over all the configurations from Windows server to Palo Alto including the IP address reservation. After migration, what happened was that, for an IP scope that corresponds to a VLAN with 802.1X dynamic VLAN allocation configured, the workstations whose MAC address is mapped to reserved IP address on Palo Alto could be allocated the reserved IP address for the first time, BUT, after signing out and signing in to the machine, the machines could not be allocated any IP address, therefore the users could not log in to the workstations. In the same VLAN, other workstations with no IP address reserved could be assigned an IP address properly from the pool; first sign in to the machine will assign an available IP address from the pool, and, if the user signs out&amp;nbsp; and signs in again, the same IP address gets assigned to the machine as the first sign in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone else experienced an issue like this? I can't imagine there is an issue with the configuration of DHCP server. This issue persisted with or without "Ping before allocating new IP address" setting, we made sure the reserved IP addresses are not used by anything else, and we also tried changing the IP pool range to not include the reserved IP addresses. We deleted the IP reservation for one machine, then the user could log in to that machine and an IP address was assigned, so we're convinced that the issue is with the Palo Alto's behavior when IP address is reserved for the machine. I'll appreciate any information. Thanks!&lt;/P&gt;&lt;P&gt;&lt;LI-PRODUCT title="NGFW" id="NGFW"&gt;&lt;/LI-PRODUCT&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2021 10:57:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449216#M100907</guid>
      <dc:creator>takumi1469</dc:creator>
      <dc:date>2021-11-24T10:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449362#M100922</link>
      <description>&lt;P&gt;Just to add to this thread, I performed some troubleshooting with Mr. Saito, and we discovered what appears to be the behavior.&amp;nbsp; If a computer moves from one VLAN to another (via 802.1x authentication), and the computer has a DHCP reservation in the new VLAN, the computer attempts to request the same IP address it had in the first VLAN and the Palo Alto does not respond to the PC.&amp;nbsp; The Palo Alto seems to recognize that the IP being requested is not what "should" be requested per the DHCP reservation in the "new" VLAN, but it does not send back a DHCP NAK, so the computer doesn't know to send a DHCP DISCOVER broadcast.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is are some example processes to illustrate the issue:&lt;BR /&gt;&lt;BR /&gt;This is the normal process using Microsoft DHCP:&lt;BR /&gt;1) Windows PC starts on VLAN &lt;STRONG&gt;10&lt;/STRONG&gt; with IP 192.168.&lt;STRONG&gt;10&lt;/STRONG&gt;.2&lt;BR /&gt;2) &lt;STRONG&gt;User initiates 802.1x&lt;/STRONG&gt; and the network switchport the &lt;STRONG&gt;PC&lt;/STRONG&gt; is connected to &lt;STRONG&gt;is assigned to VLAN 20&lt;/STRONG&gt;&lt;BR /&gt;3) The &lt;STRONG&gt;Windows PC sends a DHCP REQUEST&lt;/STRONG&gt; message with IP 192.168.&lt;STRONG&gt;10&lt;/STRONG&gt;.2&lt;BR /&gt;4) The Microsoft DHCP server recieves the DHCP REQUEST and recogninzes the requested IP (192.168.&lt;STRONG&gt;10&lt;/STRONG&gt;.2) &lt;STRONG&gt;does not match the IP reservation for the VLAN 20&lt;/STRONG&gt;, then &lt;STRONG&gt;sends DHCP NAK message to Windows PC&lt;/STRONG&gt;&lt;BR /&gt;5) The Windows PC receives the DHCP NAK message and the &lt;STRONG&gt;PC sends a DHCP DISCOVER message&lt;/STRONG&gt;&lt;BR /&gt;6) The Microsoft DHCP server responds to the DHCP DISCOVER message with the reservation IP for the VLAN &lt;STRONG&gt;20&lt;/STRONG&gt; interface (192.168.&lt;STRONG&gt;20&lt;/STRONG&gt;.2)&lt;BR /&gt;&lt;BR /&gt;This is the non-working process using the Palo Alto as a DHCP server:&lt;BR /&gt;1) Windows PC starts on VLAN &lt;STRONG&gt;10&lt;/STRONG&gt; with IP 192.168.&lt;STRONG&gt;10&lt;/STRONG&gt;.2&lt;BR /&gt;2) &lt;STRONG&gt;User initiates 802.1x&lt;/STRONG&gt; and the network switchport the &lt;STRONG&gt;PC&lt;/STRONG&gt; is connected to &lt;STRONG&gt;is assigned to VLAN 20&lt;/STRONG&gt;&lt;BR /&gt;3) The &lt;STRONG&gt;Windows PC sends a DHCP REQUEST&lt;/STRONG&gt; message with IP 192.168.&lt;STRONG&gt;10&lt;/STRONG&gt;.2&lt;BR /&gt;4) The Palo Alto recieves the DHCP REQUEST and recogninzes the requested IP (192.168.&lt;STRONG&gt;10&lt;/STRONG&gt;.2) &lt;STRONG&gt;does not match the IP reservation for the VLAN 20&lt;/STRONG&gt;, but no response is sent from the Palo Alto (the &lt;STRONG&gt;PA does not send DHCP NAK message&lt;/STRONG&gt; to Windows PC)&lt;/P&gt;&lt;P&gt;5) Steps 3 &amp;amp; 4 repeat four times until the Windows PC stops trying and 802.1x eventually reverts to VLAN &lt;STRONG&gt;10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;edited for clarity&lt;/P&gt;</description>
      <pubDate>Thu, 25 Nov 2021 23:44:27 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449362#M100922</guid>
      <dc:creator>pdwilson</dc:creator>
      <dc:date>2021-11-25T23:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449536#M100951</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/201003"&gt;@takumi1469&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Personally with your setup, I wouldn't recommend switching over to the built-in DHCP server on the firewall. The DHCP capabilities of the firewall directly are pretty limited and are meant for very basic setups, if you already have a Windows DHCP server setup I'm not sure your reasoning for wanting to migrate away from it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 00:02:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449536#M100951</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2021-11-26T00:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449549#M100954</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/43480"&gt;@BPry&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for taking the time to reply.&amp;nbsp; The reason for migrating off of using Microsoft DHCP simply comes down to a server consolidation effort.&amp;nbsp; Besides the difficulty experienced with the DHCP reservations, the PA is performing the rest of the DHCP functions suitably for the setup.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 01:56:17 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449549#M100954</guid>
      <dc:creator>pdwilson</dc:creator>
      <dc:date>2021-11-26T01:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449576#M100956</link>
      <description>&lt;P&gt;Thank you for your reply. Maybe the hint was there when I felt that it was inconvenient that you cannot add a comment on DHCP server on each interface, and on each reservation for that matter for hostname for examlple.&amp;nbsp; Are you aware of specific limitations of the builtin DHCP server function of Palo Alto firewall?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 06:29:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/449576#M100956</guid>
      <dc:creator>takumi1469</dc:creator>
      <dc:date>2021-11-26T06:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/453087#M101321</link>
      <description>&lt;P&gt;We performed some packet captures on the Palo Alto and they illustrate the problem, as follows:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;No MAC reservation - works as expected&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="01.png" style="width: 814px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/38131i8D544EA0D48A65EE/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="01.png" alt="01.png" /&gt;&lt;/span&gt;&lt;BR /&gt;① &lt;/STRONG&gt;User performed 802.1x auth and PC is moved into VLAN 2, then PC attempts to renew it's (VLAN 1) IP address&lt;STRONG&gt;&lt;BR /&gt;② &lt;/STRONG&gt;Palo Alto rejects DHCP request since the requested (VLAN 1) IP is outside of the VLAN 2 DHCP pool&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;③ &lt;/STRONG&gt;The PC responds to DHCP NAK from Palo Alto with DHCP Discover&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;④ &lt;/STRONG&gt;The Palo Alto responds to PC's DHCP Discover with DHCP Offer (VLAN 2 IP 192.168.0.42)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;⑤ &lt;/STRONG&gt;The PC Requests VLAN 2 IP (192.168.0.42) offered by Palo Alto&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;⑥ &lt;/STRONG&gt;The Palo Alto Acknowledges PC's Request&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAC reservation - Palo Alto does not send NAK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="02.png" style="width: 807px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/38132iA7FB76F41B658F36/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="02.png" alt="02.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;① &lt;/STRONG&gt;User performed 802.1x auth and PC is moved into VLAN 2, then PC attempts to renew it's (VLAN 1) IP address&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;Palo Alto never responds; the PC repeats the DHCP Request of the VLAN 1 IP several times...no NAK from Palo Alto&lt;STRONG&gt;&lt;BR /&gt;② &lt;/STRONG&gt;At this point the PC has reverted back to VLAN 1 since user login ultimately failed; the PC sends a DHCP Discover&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;③&amp;nbsp;&lt;/STRONG&gt;The Palo Alto responds to PC's DHCP Discover with DHCP Offer (VLAN 1 IP 192.168.0.34)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;④&amp;nbsp;&lt;/STRONG&gt;The PC Requests VLAN 1 IP (192.168.0.34) offered by Palo Alto&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;⑤&amp;nbsp;&lt;/STRONG&gt;The Palo Alto Acknowledges PC&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;To summarize the problem:&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;●　If the PC moves from one VLAN to another, and the DHCP pool serving the new &lt;STRONG&gt;VLAN does not have a MAC reservation&lt;/STRONG&gt;, the &lt;STRONG&gt;Palo Alto responds with a DHCP NAK&lt;/STRONG&gt; which causes the PC to perform DHCP DISCOVER and get a proper IP for the VLAN.&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;●　&lt;/STRONG&gt;If the PC moves from one VLAN to another, and the DHCP pool serving the new &lt;STRONG&gt;VLAN does have a MAC reservation&lt;/STRONG&gt;, the &lt;STRONG&gt;Palo Alto never responds with a DHCP NAK&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Dec 2021 07:15:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/453087#M101321</guid>
      <dc:creator>pdwilson</dc:creator>
      <dc:date>2021-12-14T07:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Server Does Not Lease Reserved IP Address from 2nd Time</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/453277#M101341</link>
      <description>&lt;P&gt;Thank you very much, Paul-san, for your reply&amp;nbsp;elegantly illustrating the issue we are faced with. I hope this post will gather more attention and eventually lead to a fix!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="20210309-4249320_s" style="width: 334px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/38150i1E9D520040B566DD/image-dimensions/334x223/is-moderation-mode/true?v=v2" width="334" height="223" role="button" title="20210309-4249320_s" alt="20210309-4249320_s" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 01:24:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-server-does-not-lease-reserved-ip-address-from-2nd-time/m-p/453277#M101341</guid>
      <dc:creator>takumi1469</dc:creator>
      <dc:date>2021-12-15T01:24:50Z</dc:date>
    </item>
  </channel>
</rss>

