<?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: can setup site-to-site ipsec vpn if palo alto firewall sits behind a router (NAT)? in Integration Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522399#M156</link>
    <description>&lt;P&gt;Hi - Have you done this setup, I need help. If you have implemented could you please share the steps?&lt;/P&gt;</description>
    <pubDate>Fri, 25 Nov 2022 03:30:47 GMT</pubDate>
    <dc:creator>ManojV5</dc:creator>
    <dc:date>2022-11-25T03:30:47Z</dc:date>
    <item>
      <title>can setup site-to-site ipsec vpn if palo alto firewall sits behind a router (NAT)?</title>
      <link>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/460747#M117</link>
      <description>&lt;P&gt;Hi, If palo alto sits behind a router (NAT) and palo alto external IP is a private IP (192.168.x.x), can&amp;nbsp; setup a site-to-site IPsec VPN/GRE tunnel with remote site router (public external IP)? please advise, thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jan 2022 22:52:36 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/460747#M117</guid>
      <dc:creator>jiakeai1999</dc:creator>
      <dc:date>2022-01-24T22:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: can setup site-to-site ipsec vpn if palo alto firewall sits behind a router (NAT)?</title>
      <link>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522399#M156</link>
      <description>&lt;P&gt;Hi - Have you done this setup, I need help. If you have implemented could you please share the steps?&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 03:30:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522399#M156</guid>
      <dc:creator>ManojV5</dc:creator>
      <dc:date>2022-11-25T03:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: can setup site-to-site ipsec vpn if palo alto firewall sits behind a router (NAT)?</title>
      <link>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522458#M158</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/185581"&gt;@ManojV5&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks for posting in LIVEcommunity!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one site where due to circuit/ISP limitation, PA Firewall is sitting behind a device doing NAT. The PA has on its untrust interface assigned IP address in 192.168.X.X range. This scenario is functional to build an IPsec tunnel as long as NAT device in between can do a bidirectional NAT. There is a KB describing this scenario:&amp;nbsp;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClopCAC" target="_blank" rel="noopener"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClopCAC&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind Regards&lt;/P&gt;
&lt;P&gt;Pavel&lt;/P&gt;</description>
      <pubDate>Fri, 25 Nov 2022 21:58:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522458#M158</guid>
      <dc:creator>PavelK</dc:creator>
      <dc:date>2022-11-25T21:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: can setup site-to-site ipsec vpn if palo alto firewall sits behind a router (NAT)?</title>
      <link>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522484#M159</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/207274"&gt;@jiakeai1999&lt;/a&gt; , &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/185581"&gt;@ManojV5&lt;/a&gt; , &lt;/P&gt;
&lt;P&gt;As part of IPsec phase1 negotiation both peers are using identifications (ID). By default peer IP (local and remote) is used if no explicit ID is used. So configuring tunnel with peer behind NAT is pretty much the same as normal IPSec with to critical components that are mandatory for NAT to work:&lt;/P&gt;
&lt;P&gt;- Enable NAT-T (nat traversal) to allow ESP encapsulation in UDP - ESP cannot be NATed, so NAT-T encapsulate ESP in UDP so it can be forwarded over NAT device. This must be enable on peers&lt;/P&gt;
&lt;P&gt;- Use FW IP (the one assigned on fw interface) as Identification. On the FW behind the NAT, you need to set local id as type IP and put the private IP. For the other peer you need to set remote ID as type IP and put the private IP for the fw behind the nat.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Nov 2022 13:40:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/integration-discussions/can-setup-site-to-site-ipsec-vpn-if-palo-alto-firewall-sits/m-p/522484#M159</guid>
      <dc:creator>aleksandar.astardzhiev</dc:creator>
      <dc:date>2022-11-27T13:40:03Z</dc:date>
    </item>
  </channel>
</rss>

