<?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 Can a NAT IP be in my DMZ subnet in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242296#M69331</link>
    <description>&lt;P&gt;So I'm working through an IP migration when I thought of this question that I don't know the answer to and can't find an answer to with my Google skills.&amp;nbsp; Is it possible to assign an IP from the DMZ subnet as a destination NAT?&amp;nbsp; For example, if my DMZ were 1.1.1.0/24, could I assign 1.1.1.200 as a dynamic NAT IP for an internal subnet such as 10.1.1.0/24?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Dec 2018 20:15:53 GMT</pubDate>
    <dc:creator>Lcroce</dc:creator>
    <dc:date>2018-12-05T20:15:53Z</dc:date>
    <item>
      <title>Can a NAT IP be in my DMZ subnet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242296#M69331</link>
      <description>&lt;P&gt;So I'm working through an IP migration when I thought of this question that I don't know the answer to and can't find an answer to with my Google skills.&amp;nbsp; Is it possible to assign an IP from the DMZ subnet as a destination NAT?&amp;nbsp; For example, if my DMZ were 1.1.1.0/24, could I assign 1.1.1.200 as a dynamic NAT IP for an internal subnet such as 10.1.1.0/24?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 20:15:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242296#M69331</guid>
      <dc:creator>Lcroce</dc:creator>
      <dc:date>2018-12-05T20:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Can a NAT IP be in my DMZ subnet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242305#M69332</link>
      <description>&lt;P&gt;From what zone is traffic coming from and where is it going?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Assuming that traffic comes from internal and goes to dmz and you want to hide whole internal subnet behind 1.1.1.200 then yes you can do it but you do it in Source NAT side not Destination NAT (unless you want to do SNAT and DNAT at the same time).&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:17:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242305#M69332</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2018-12-05T21:17:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can a NAT IP be in my DMZ subnet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242306#M69333</link>
      <description>&lt;P&gt;I would have three zones, LAN, DMZ, and Internet and the NAT would be from LAN to Internet.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:20:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242306#M69333</guid>
      <dc:creator>Lcroce</dc:creator>
      <dc:date>2018-12-05T21:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can a NAT IP be in my DMZ subnet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242307#M69334</link>
      <description>&lt;P&gt;If traffic is from LAN to Internet and you apply SNAT to this traffic to source from DMZ ip that most likely is in RFC1918 range then first ISP router that sees this packet will just drop it.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:22:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242307#M69334</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2018-12-05T21:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Can a NAT IP be in my DMZ subnet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242308#M69335</link>
      <description>&lt;P&gt;Maybe I was unclear.&amp;nbsp; The scenario I'm proposing is I have a DMZ that has a /24 of public IPs.&amp;nbsp; Can I use an IP in that subnet as the IP I'm NATing an internal IP subnet to for the internet (eg.&amp;nbsp; 10.20.1.0/24 -&amp;gt;NAT-&amp;gt; 1.1.1.200)&amp;nbsp; The private IP would never be exposed to the internet.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:31:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242308#M69335</guid>
      <dc:creator>Lcroce</dc:creator>
      <dc:date>2018-12-05T21:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can a NAT IP be in my DMZ subnet</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242309#M69336</link>
      <description>&lt;P&gt;So DMZ is currently behind Palo but you don't apply NAT just Security Policies?&lt;/P&gt;&lt;P&gt;If return traffic back from internet to 1.1.1.200&amp;nbsp;get's back to Palo then yes you can do this NAT.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Dec 2018 21:40:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/can-a-nat-ip-be-in-my-dmz-subnet/m-p/242309#M69336</guid>
      <dc:creator>Raido_Rattameister</dc:creator>
      <dc:date>2018-12-05T21:40:13Z</dc:date>
    </item>
  </channel>
</rss>

