<?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: NAT over IPSec tunnel. in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400491#M91615</link>
    <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/178694"&gt;@harishsidhartha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the solution and output the config, compared with yours, but it did not work.&lt;/P&gt;&lt;P&gt;I cannot see any traffic coming back&lt;/P&gt;&lt;P&gt;the ASA guy said&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;We are still not seeing any packets being decrypted for your VPN session:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;</description>
    <pubDate>Tue, 20 Apr 2021 14:01:41 GMT</pubDate>
    <dc:creator>DongQu</dc:creator>
    <dc:date>2021-04-20T14:01:41Z</dc:date>
    <item>
      <title>NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/399619#M91558</link>
      <description>&lt;P&gt;hello all&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an IPSEC tunnel with ASA(99.1.1.23&amp;lt;&amp;gt; 123.2.4.105), the tunnel is UP but the source client is not able to access the destination server.&lt;/P&gt;&lt;P&gt;The proxy ID on PA side is&lt;/P&gt;&lt;P&gt;local: 1.1.1.1&lt;/P&gt;&lt;P&gt;remote: 2.2.2.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;both sides are using nat for the client/server behind the FWs&lt;/P&gt;&lt;P&gt;the source client IP is 10.10.10.10(NAT to 1.1.1.1) and the destination server IP is 10.10.20.10(NAT to 2.2.2.2).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;can someone please advise how should I config the NAT policy and the static routing or the policy to get this setup working?&lt;/P&gt;&lt;P&gt;Appreciate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 17 Apr 2021 12:07:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/399619#M91558</guid>
      <dc:creator>DongQu</dc:creator>
      <dc:date>2021-04-17T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/399638#M91559</link>
      <description>&lt;P&gt;What I could understand from your question is that you want to enable a Two way NAT (NAT on both sides). Below is the configs for the first Palo Alto for Two way NAT. (Full subnet Static NAT). I have used Source based NAT on both sides with Bidirectional NAT Enabled.&amp;nbsp;&lt;/P&gt;&lt;P&gt;10.100.100.x/24 to 1.1.1.x/24&lt;/P&gt;&lt;P&gt;10.200.200.x/24 to 2.2.2.x/24&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-inline" image-alt="NAT_LAB_Palo_Community.PNG" style="width: 999px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/32012iAEB6006CF84EF68A/image-size/large/is-moderation-mode/true?v=v2&amp;amp;px=999" role="button" title="NAT_LAB_Palo_Community.PNG" alt="NAT_LAB_Palo_Community.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set deviceconfig system hostname PA-NAT-Testing&lt;/P&gt;&lt;P&gt;set network interface ethernet ethernet1/1 layer3 ip 10.100.100.1/24&lt;BR /&gt;set network interface ethernet ethernet1/1 layer3 interface-management-profile Mgt-Ping-SSH-Https&lt;BR /&gt;set network interface ethernet ethernet1/1 comment Inside&lt;/P&gt;&lt;P&gt;set network interface ethernet ethernet1/2 layer3 ip 172.16.1.1/24&lt;BR /&gt;set network interface ethernet ethernet1/2 layer3 interface-management-profile Mgt-Ping-SSH-Https&lt;BR /&gt;set network interface ethernet ethernet1/2 comment Outside&lt;/P&gt;&lt;P&gt;set network interface tunnel units tunnel.1 ip 3.3.3.1&lt;BR /&gt;set network interface tunnel units tunnel.1 interface-management-profile Mgt-Ping-SSH-Https&lt;BR /&gt;set network interface tunnel units tunnel.1 comment NatTunnel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set network ike crypto-profiles ike-crypto-profiles default encryption [ aes-128-cbc 3des ]&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles default hash sha1&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles default dh-group group2&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles default lifetime hours 8&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 encryption aes-128-cbc&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 hash sha256&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 dh-group group19&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-128 lifetime hours 8&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 encryption aes-256-cbc&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 hash sha384&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 dh-group group20&lt;BR /&gt;set network ike crypto-profiles ike-crypto-profiles Suite-B-GCM-256 lifetime hours 8&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles default esp encryption [ aes-128-cbc 3des ]&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles default esp authentication sha1&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles default dh-group group2&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles default lifetime hours 1&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 esp encryption aes-128-gcm&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 esp authentication none&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 dh-group group19&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-128 lifetime hours 1&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 esp encryption aes-256-gcm&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 esp authentication none&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 dh-group group20&lt;BR /&gt;set network ike crypto-profiles ipsec-crypto-profiles Suite-B-GCM-256 lifetime hours 1&lt;BR /&gt;set network ike crypto-profiles global-protect-app-crypto-profiles default encryption aes-128-cbc&lt;BR /&gt;set network ike crypto-profiles global-protect-app-crypto-profiles default authentication sha1&lt;BR /&gt;set network ike gateway Palo2 authentication pre-shared-key key &amp;lt;Key&amp;gt;&lt;BR /&gt;set network ike gateway Palo2 protocol ikev1 dpd enable yes&lt;BR /&gt;set network ike gateway Palo2 protocol ikev2 dpd enable yes&lt;BR /&gt;set network ike gateway Palo2 local-address ip 172.16.1.1/24&lt;BR /&gt;set network ike gateway Palo2 local-address interface ethernet1/2&lt;BR /&gt;set network ike gateway Palo2 protocol-common nat-traversal enable no&lt;BR /&gt;set network ike gateway Palo2 protocol-common fragmentation enable no&lt;BR /&gt;set network ike gateway Palo2 peer-address ip 172.16.10.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set network virtual-router default interface [ ethernet1/1 ethernet1/2 tunnel.1 ]&lt;BR /&gt;set network virtual-router default routing-table ip static-route "Route to internet" nexthop ip-address 172.16.1.2&lt;BR /&gt;set network virtual-router default routing-table ip static-route "Route to internet" interface ethernet1/2&lt;BR /&gt;set network virtual-router default routing-table ip static-route "Route to internet" metric 10&lt;BR /&gt;set network virtual-router default routing-table ip static-route "Route to internet" admin-dist 10&lt;BR /&gt;set network virtual-router default routing-table ip static-route "Route to internet" destination 0.0.0.0/0&lt;BR /&gt;set network virtual-router default routing-table ip static-route "Route to internet" route-table unicast&lt;BR /&gt;set network virtual-router default routing-table ip static-route local-site-NAT interface tunnel.1&lt;BR /&gt;set network virtual-router default routing-table ip static-route local-site-NAT metric 10&lt;BR /&gt;set network virtual-router default routing-table ip static-route local-site-NAT destination 2.2.2.0/24&lt;BR /&gt;set network virtual-router default routing-table ip static-route local-site-NAT route-table unicast&lt;BR /&gt;set network virtual-router default routing-table ip static-route Local-site-NAT2 interface tunnel.1&lt;BR /&gt;set network virtual-router default routing-table ip static-route Local-site-NAT2 metric 10&lt;BR /&gt;set network virtual-router default routing-table ip static-route Local-site-NAT2 destination 1.1.1.0/24&lt;BR /&gt;set network virtual-router default routing-table ip static-route Local-site-NAT2 route-table unicast&lt;BR /&gt;set network virtual-router default routing-table ip static-route "route to Palo2" interface tunnel.1&lt;BR /&gt;set network virtual-router default routing-table ip static-route "route to Palo2" metric 10&lt;BR /&gt;set network virtual-router default routing-table ip static-route "route to Palo2" destination 10.170.0.0/16&lt;BR /&gt;set network virtual-router default routing-table ip static-route "route to Palo2" route-table unicast&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;set network tunnel ipsec NatTunnel auto-key ike-gateway Palo2&lt;BR /&gt;set network tunnel ipsec NatTunnel tunnel-monitor enable no&lt;BR /&gt;set network tunnel ipsec NatTunnel tunnel-interface tunnel.1&lt;/P&gt;&lt;P&gt;set zone Trust network layer3 ethernet1/1&lt;BR /&gt;set zone untrust network layer3 [ ethernet1/2 tunnel.1 ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set rulebase security rules "Permit Any" to any&lt;BR /&gt;set rulebase security rules "Permit Any" from any&lt;BR /&gt;set rulebase security rules "Permit Any" source any&lt;BR /&gt;set rulebase security rules "Permit Any" destination any&lt;BR /&gt;set rulebase security rules "Permit Any" source-user any&lt;BR /&gt;set rulebase security rules "Permit Any" category any&lt;BR /&gt;set rulebase security rules "Permit Any" application any&lt;BR /&gt;set rulebase security rules "Permit Any" service any&lt;BR /&gt;set rulebase security rules "Permit Any" source-hip any&lt;BR /&gt;set rulebase security rules "Permit Any" destination-hip any&lt;BR /&gt;set rulebase security rules "Permit Any" action allow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;set rulebase nat rules SubnetNAT source-translation static-ip translated-address 1.1.1.0/24&lt;BR /&gt;set rulebase nat rules SubnetNAT source-translation static-ip bi-directional yes&lt;BR /&gt;set rulebase nat rules SubnetNAT to untrust&lt;BR /&gt;set rulebase nat rules SubnetNAT from Trust&lt;BR /&gt;set rulebase nat rules SubnetNAT source 10.100.100.0/24&lt;BR /&gt;set rulebase nat rules SubnetNAT destination any&lt;BR /&gt;set rulebase nat rules SubnetNAT service any&lt;BR /&gt;set rulebase nat rules SubnetNAT to-interface tunnel.1&lt;BR /&gt;set import network interface [ ethernet1/1 ethernet1/2 tunnel.1 ]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Apr 2021 04:53:48 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/399638#M91559</guid>
      <dc:creator>harishsidhartha</dc:creator>
      <dc:date>2021-04-18T04:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/399771#M91580</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/111465"&gt;@DongQu&lt;/a&gt;in suche case wher you have complete overlapping between local and remote networks, both sides of the tunnel must apply natting. Which means:&lt;/P&gt;&lt;P&gt;- Each side will use the remote NAT network (users should know the IP 2.2.2.2 in order to connect to remote side)&lt;/P&gt;&lt;P&gt;- Each side should apply NAT for its local network&lt;/P&gt;&lt;P&gt;So I assume that the config on ASA side will be handled and we speaking only from your side. You will need:&lt;/P&gt;&lt;P&gt;- static route for remote nat network pointing to tunnel interface (in your case route for 2.2.2.2 to tunnel.1)&lt;/P&gt;&lt;P&gt;- NAT rule maching local network/host 10.10.10.10 from your internal zone, to &lt;U&gt;vpn zone &lt;/U&gt;(use separate zone instead of your internet untrust/outside zone) and applying static source NAT. You can enable the bi-directional option to automatically create NAT rule when remote side needs to initiate traffic to you.&lt;/P&gt;&lt;P&gt;- Or if you don't use bi-directional in the source nat, you need to create additional nat rule matching source remote nat network, to your local nat network applying destination nat (src: 2.2.2.2 to 1.1.1.1, apply destination nat to 10.10.10.10)&lt;/P&gt;&lt;P&gt;-&amp;nbsp; For the rules you need to remember that &lt;U&gt;security rules&lt;/U&gt;&lt;U&gt; are using Post-NAT zones and Pre-NAT address&lt;/U&gt;: This means that for the&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - outbound rule you need to allow your local address to remote nat ip&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; - inbound rule you need to allow remote nat address to your local nat address&lt;/P&gt;</description>
      <pubDate>Mon, 19 Apr 2021 06:29:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/399771#M91580</guid>
      <dc:creator>A_Astardzhiev</dc:creator>
      <dc:date>2021-04-19T06:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400490#M91614</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/70130"&gt;@A_Astardzhiev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply, my current config is similar as what you suggested. but there are some different&lt;/P&gt;&lt;P&gt;1. static route to the remote side server IP address(the really IP, not the remote NAT IP) point to the ipsec tunnel interface&lt;/P&gt;&lt;P&gt;2. the outbound policy allows the internal private IP to the server IP behind the NAT address(they ask us to access the real server), from trust zone to ipsec zone -----&amp;gt;&amp;gt;&amp;gt;different with your suggestions&lt;/P&gt;&lt;P&gt;3. the inbound policy allows the remote NAT address to our side NAT address, from the ipsec zone to trust zone&lt;/P&gt;&lt;P&gt;4. NAT policy is from trust zone to ipsec zone, source private IP is being translated to the static public IP,&amp;nbsp;&lt;SPAN&gt;bi-directional is no&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;5. another NAT policy is from the ipsec zone to trust zone, the remote NAT IP is being translated to the server IP mentioned in step 2 and the destination IP (our NAT address) is being translated to our side private IP.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;do we need to config any static routing for our side NAT address?&lt;/P&gt;&lt;P&gt;the remote side confirms the can see our attempts on their server, but I cannot see any traffic come back to our PA. the ASA guy said "We are still not seeing any packets being decrypted for your VPN session:"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:02:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400490#M91614</guid>
      <dc:creator>DongQu</dc:creator>
      <dc:date>2021-04-20T14:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400491#M91615</link>
      <description>&lt;P&gt;hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/178694"&gt;@harishsidhartha&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the solution and output the config, compared with yours, but it did not work.&lt;/P&gt;&lt;P&gt;I cannot see any traffic coming back&lt;/P&gt;&lt;P&gt;the ASA guy said&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;&lt;P&gt;We are still not seeing any packets being decrypted for your VPN session:&lt;/P&gt;&lt;P&gt;"&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 14:01:41 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400491#M91615</guid>
      <dc:creator>DongQu</dc:creator>
      <dc:date>2021-04-20T14:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400547#M91616</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/111465"&gt;@DongQu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;So just to confirm, you have verified that your traffic is coming across from the PAN side to your ASA perfectly fine and the ASA can see that traffic? If that's the case, can you have the ASA simply run a packet trace and see if you see traffic come across the tunnel. The folks running the ASA should be able to easily see where it's running into issues since it appears to be an issue with ASA-&amp;gt;PAN traffic and not PAN-&amp;gt;ASA.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 16:10:53 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/400547#M91616</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2021-04-20T16:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/401448#M91701</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/70130"&gt;@A_Astardzhiev&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for&amp;nbsp;&lt;/P&gt;&lt;P&gt;"&lt;SPAN&gt;Or if you don't use bi-directional in the source nat, you need to create additional nat rule matching source remote nat network, to your local nat network applying destination nat (src: 2.2.2.2 to 1.1.1.1, apply destination nat to 10.10.10.10)&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;should it be from the ipsec zone to internal zone?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 03:04:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/401448#M91701</guid>
      <dc:creator>DongQu</dc:creator>
      <dc:date>2021-04-23T03:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/401513#M91717</link>
      <description>&lt;P&gt;Hi &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/111465"&gt;@DongQu&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a bit tricky. You see PAN first determine the destination zone and then &lt;U&gt;evaluates&lt;/U&gt; NAT. For this reason for the NAT rule you need to use &lt;U&gt;pre-NAT zones. &lt;/U&gt;Which means that for the destination zone you need to use the zone, which correspond with the network before the nat...I know it may sound confusing (even worst with my bad english) but take simpler example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Imagine you want to do destination NAT so Internet users to reach your internal server. In this case you will create NAT rule like:&lt;/P&gt;&lt;P&gt;- source zone: unstrust/public&lt;/P&gt;&lt;P&gt;- source IP: any&lt;/P&gt;&lt;P&gt;- destination ip :50.50.50.50 (your public server ip)&lt;/P&gt;&lt;P&gt;- destination zone: untrust/public&lt;/P&gt;&lt;P&gt;- translated destination 10.10.10.10 (your private server ip)&lt;/P&gt;&lt;P&gt;You may notice that destination zone is not your internal (as you expect, because the server is in the internal zone), but it is again untrust. That is bacause 50.50.50.50 is not in your routing table and the FW is following the default route, deciding that 50.50.50.50 is related to untrust zone.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your case you need to configure destination NAT, but not from public, but from the vpn tunnel. Which means your NAT will look like this:&lt;/P&gt;&lt;P&gt;- source zone: vpn-tunnel&lt;/P&gt;&lt;P&gt;- source ip: remote networks&lt;/P&gt;&lt;P&gt;- destination zone: this is the trickypart&lt;/P&gt;&lt;P&gt;- destination ip: local NAT network&lt;/P&gt;&lt;P&gt;- translated destination: local original network&lt;/P&gt;&lt;P&gt;And here come the tricky part: Your firewall will perform route lookup for the "local NAT network" to see which zone it is related. If it doesn't match any specific route it will match your default, therefor fw will think the destination zone is your untrust. So at the end your nat should use destination zone untrust (or what ever zone match the route for nat network)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This could be a bit misleading for someone else that is looking at the config after some time. For that reason in&amp;nbsp; &lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/178694"&gt;@harishsidhartha&lt;/a&gt; example configuration you will see static route for the &lt;U&gt;local NAT network&lt;/U&gt; pointing to the tunnel. The only purpose of this route is to tell the FW to associate this NAT network with vpn-tunnel zone. That way when you configure your NAT rule you need to use source and destination zone = vpn-tunnel&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Another approach would be to leave the destination zone to any. Select souce zone and ip, and destination ip, but this will be equivelent to just enabling bi-directional option in the source nat rule (from local to remote). Even that you use destination zone any you don't have to worrie if different traffic match this rule, because you have still specified source zone and destination ip. And because there is no way similar traffic to be received from any other interface or tunnel, you can be sure that only traffic from that tunnel will be nat-ed&lt;/P&gt;</description>
      <pubDate>Fri, 23 Apr 2021 13:50:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/401513#M91717</guid>
      <dc:creator>A_Astardzhiev</dc:creator>
      <dc:date>2021-04-23T13:50:40Z</dc:date>
    </item>
    <item>
      <title>Re: NAT over IPSec tunnel.</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/401783#M91741</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/111465"&gt;@DongQu&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/70130"&gt;@A_Astardzhiev&lt;/a&gt;&amp;nbsp; rightly mentioned, you need to add static routes as follows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) 1.1.1.0/24 via tunnel1&lt;/P&gt;&lt;P&gt;2) 2.2.2.0/24 via tunnel1&lt;/P&gt;&lt;P&gt;3) 0.0.0.0/0 via &amp;lt;Outside interface&amp;gt;&lt;/P&gt;&lt;P&gt;(you need to provide the static route for both 1.1.1.0 and 2.2.2.0 to tunnel 0. else it will not work)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The configuration I provided works fine in my lab.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Harish Sidhartha&lt;/P&gt;</description>
      <pubDate>Mon, 26 Apr 2021 02:25:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/nat-over-ipsec-tunnel/m-p/401783#M91741</guid>
      <dc:creator>harishsidhartha</dc:creator>
      <dc:date>2021-04-26T02:25:10Z</dc:date>
    </item>
  </channel>
</rss>

