<?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: Matching Dynamic IP in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212157#M61892</link>
    <description>&lt;P&gt;So how big of a DMZ space is it, it maybe a /8 mask but how many actual servers are in that space.&lt;/P&gt;&lt;P&gt;I am assuming large enough not to make static entries&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~Harry&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2018 20:30:50 GMT</pubDate>
    <dc:creator>Harshit</dc:creator>
    <dc:date>2018-04-27T20:30:50Z</dc:date>
    <item>
      <title>Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211049#M61588</link>
      <description>&lt;P&gt;I hope the brilliant minds here can answer my question&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a situation where I need to change NAT to translate in a specific way, I am looking at how the PA's behavior specific to how it selects IP address in&amp;nbsp;a NAT pool based on the mask.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the setup&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Company A uses a public IP within their DMZ&amp;nbsp; for sake of example Class A (4.0.0.0/8) address space.&amp;nbsp; &amp;nbsp;Now they connected that DMZ into the internet, they are going to have an issue because of conflict on the internet.&amp;nbsp; However, Company A needs time to change the IP address, but still access the internet.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Possible Solution&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So let's say the temporary solution would be&amp;nbsp;to&amp;nbsp; create an internet&amp;nbsp;resolver that can spoof IP addresses once it see's&amp;nbsp;any address within 4.0.0.0/8.&amp;nbsp; So, for example, let's say a host in the DMZ does a lookup for internet website called "companyb.example.com" it resolves to the following A record of 4.199.12.12.&amp;nbsp; The DNS receives the response and translates&amp;nbsp;it to &lt;STRONG&gt;11&lt;/STRONG&gt;.199.12.12 and sends that response back to the host.&amp;nbsp; Effectively the DNS is simply flipping the 1st octet to 11 and retains the remaining 3 octets.&amp;nbsp; Then Host then makes a request to 11.199.12.12 and since 11.0.0.0/8 resolves to the internet the request heads to a PA firewall.&amp;nbsp; &amp;nbsp;Now, the million dollar&amp;nbsp;question is . Can you configure the NAT on the PA where it can flip the first octet 11 to&amp;nbsp;&lt;STRONG&gt;4&lt;/STRONG&gt;&amp;nbsp;and retain the last 3 octets?&amp;nbsp; Thus following the example the destination IP of 11.199.12.12&amp;nbsp; translates back to 4.199.12.12.?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If so can the behavior be consistent with /16 or /12, etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-=CB=-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: I understand that there will be a desire to say there is a limitation of the # of IP connections in a table for PA.&amp;nbsp; &amp;nbsp;I am interested in how it selects the IP&amp;nbsp; in a given NAT pool if it's set where the original packet in a /8 will match up to the destination NAT IP pool&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2018 23:14:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211049#M61588</guid>
      <dc:creator>Bhattman</dc:creator>
      <dc:date>2018-04-19T23:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211130#M61597</link>
      <description>&lt;P&gt;Theoretically it could maybe work with DNAT for all 11.0.0.0/8 to 4.0.0.0/8&amp;nbsp;&lt;/P&gt;&lt;P&gt;But how will you access servers in 11.0.0.0/8 then? You would make those all inaccesible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:34:22 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211130#M61597</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2018-04-20T11:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211131#M61598</link>
      <description>&lt;P&gt;Best solution would be proxy (which is not in 4.0.0.0/8), that would solve http, https, ftp... issues&lt;/P&gt;</description>
      <pubDate>Fri, 20 Apr 2018 11:36:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211131#M61598</guid>
      <dc:creator>santonic</dc:creator>
      <dc:date>2018-04-20T11:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211229#M61640</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/21414"&gt;@Bhattman&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does company A really have assigned a /8 subnetmask to the servers or is it a little more segmented? And if yes are the networks directly connected to the firewall or is there a router between the dmz networks snd the firewall?&lt;/P&gt;</description>
      <pubDate>Sat, 21 Apr 2018 13:01:34 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/211229#M61640</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2018-04-21T13:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212110#M61862</link>
      <description>&lt;P&gt;The assumption is that the host in the DMZ leverage DNS 100% to be directed to what is required to be access.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:36:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212110#M61862</guid>
      <dc:creator>Bhattman</dc:creator>
      <dc:date>2018-04-27T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212113#M61865</link>
      <description>&lt;P&gt;You have to assume that they are using DNS for the most part and those that need to go without they would re-IP.&amp;nbsp; &amp;nbsp;Which certainly is or managable&amp;nbsp;then RE-IPing the entire environment under an aggressive timeplan.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:43:07 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212113#M61865</guid>
      <dc:creator>Bhattman</dc:creator>
      <dc:date>2018-04-27T16:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212115#M61867</link>
      <description>&lt;P&gt;That would be a good option, but in this case they have applications that don't understand how to leverage a proxy.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 16:44:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212115#M61867</guid>
      <dc:creator>Bhattman</dc:creator>
      <dc:date>2018-04-27T16:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212157#M61892</link>
      <description>&lt;P&gt;So how big of a DMZ space is it, it maybe a /8 mask but how many actual servers are in that space.&lt;/P&gt;&lt;P&gt;I am assuming large enough not to make static entries&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;~Harry&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2018 20:30:50 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212157#M61892</guid>
      <dc:creator>Harshit</dc:creator>
      <dc:date>2018-04-27T20:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212195#M61900</link>
      <description>&lt;P&gt;Yes it's too big to create 1-to-1 static NATs.&amp;nbsp; &amp;nbsp;What I am looking for trying to answer the behavior of the PA on how it assigns IP addresses when you configure the palo&amp;nbsp;Alto to NAT from /8 range to another /8 range.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will it randomly choose within the /8?&lt;/P&gt;&lt;P&gt;Will it choose a middle of the road IP?&lt;/P&gt;&lt;P&gt;Will it choose the last IP of that range?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or will it try to match it up the original&amp;nbsp; destination packet?&lt;/P&gt;</description>
      <pubDate>Sat, 28 Apr 2018 00:41:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212195#M61900</guid>
      <dc:creator>Bhattman</dc:creator>
      <dc:date>2018-04-28T00:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212211#M61906</link>
      <description>&lt;P&gt;I have never configured it with a /8 subnet, but at least with a /24 subnet NAT will match the last octet. So I would assume if it even works with a /8 subnet, the firewall will try to match the original packet.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2018 09:41:21 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212211#M61906</guid>
      <dc:creator>Remo</dc:creator>
      <dc:date>2018-04-29T09:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Matching Dynamic IP</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212217#M61907</link>
      <description>&lt;P&gt;That is certainly promising.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Apr 2018 14:09:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/matching-dynamic-ip/m-p/212217#M61907</guid>
      <dc:creator>Bhattman</dc:creator>
      <dc:date>2018-04-29T14:09:13Z</dc:date>
    </item>
  </channel>
</rss>

