<?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 Issue in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299143#M78332</link>
    <description>&lt;P&gt;When they say client, do they mean the workstation trying to get the IP address? That machine shouldn't receive a discover since it's the one broadcasting. The discover goes to the server, which responds with an offer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the offer being received by the client?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 18 Nov 2019 16:34:06 GMT</pubDate>
    <dc:creator>rmfalconer</dc:creator>
    <dc:date>2019-11-18T16:34:06Z</dc:date>
    <item>
      <title>DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298422#M78206</link>
      <description>&lt;DIV&gt;We have 2 VLANS that terminate on a PA-3020 firewall.&amp;nbsp; One VLAN (100) uses DHCP relay and works without any issues.&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;The DHCP relay exists on the firewall for VLAN 100, but this relays to an internal DHCP server on our network.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The other VLAN (200) uses the PA-3020 as a DHCP server, but this is not working.&amp;nbsp;&lt;SPAN&gt;The DHCP server for VLAN 200 is hosted on the firewall itself.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In the packet captures of the DHCP discover &amp;amp; DHCP offer packet for vlan 200, we see the BOOTP FLAG which is set to broadcast.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;In the DHCP offer packet for VLAN 100, the BOOTP flag is set to unicast in this one.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How can we fix this issue?&lt;/DIV&gt;</description>
      <pubDate>Thu, 14 Nov 2019 05:55:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298422#M78206</guid>
      <dc:creator>FarzanaMustafa</dc:creator>
      <dc:date>2019-11-14T05:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298480#M78212</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What version of code are you running on the 3020?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just did a packet capture of my VM firewall and it does perform a unicast as you confirmed.&lt;/P&gt;&lt;P&gt;So, if your FW is sending the dhcp as a broadcast, something in the underlying code may be causing this.&lt;/P&gt;&lt;P&gt;Hence the reason to ask about the software version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 09:10:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298480#M78212</guid>
      <dc:creator>S.Cantwell</dc:creator>
      <dc:date>2019-11-14T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298481#M78213</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/113304"&gt;@S.Cantwell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using 8.1.9.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 09:12:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298481#M78213</guid>
      <dc:creator>FarzanaMustafa</dc:creator>
      <dc:date>2019-11-14T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298550#M78223</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/98673"&gt;@FarzanaMustafa&lt;/a&gt;&amp;nbsp;looking thru the RFC the Broadcast bit is set by the client and only when the client is not able to receive IP unicast messages before its IP stack is fully configured.&amp;nbsp;Per the RFC if the flag is set to "1" then then the server SHOULD send as an IP broadcast, if the flag is set to "0" then the server SHOULD send as an IP unicast, the latter being pretty typical these days with modern IP stacks. In either case the DHCP server SHOULD honor the client request.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you clarify what you are seeing and if you are seeing this at the client or server or FW?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Nov 2019 15:36:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/298550#M78223</guid>
      <dc:creator>ddelcourt</dc:creator>
      <dc:date>2019-11-14T15:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299041#M78315</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/69398"&gt;@ddelcourt&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/113304"&gt;@S.Cantwell&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We had a remote session with PA TAC team and they found below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;gt;In the PA captures, we could see DHCP discover being received and DHCP offer being sent out.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;However on the client, DHCP discover was not reaching.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;As confirmation the packet sent from PA, we did a port mirror on the switch and we could see DHCP discover was reaching there.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Customer will now explore more on switch side.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 05:50:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299041#M78315</guid>
      <dc:creator>FarzanaMustafa</dc:creator>
      <dc:date>2019-11-18T05:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299143#M78332</link>
      <description>&lt;P&gt;When they say client, do they mean the workstation trying to get the IP address? That machine shouldn't receive a discover since it's the one broadcasting. The discover goes to the server, which responds with an offer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the offer being received by the client?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Nov 2019 16:34:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299143#M78332</guid>
      <dc:creator>rmfalconer</dc:creator>
      <dc:date>2019-11-18T16:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: DHCP Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299624#M78385</link>
      <description>&lt;P&gt;Yes client=workstation in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Anyway, customer has abandoned the DHCP server config on the Palo Alto.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;They are now using the firewall to DHCP relay to an internal DHCP server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 01:04:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/dhcp-issue/m-p/299624#M78385</guid>
      <dc:creator>FarzanaMustafa</dc:creator>
      <dc:date>2019-11-20T01:04:47Z</dc:date>
    </item>
  </channel>
</rss>

