<?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: NGFW PA820 9.1.4 Strange NAT issue in Next-Generation Firewall Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404825#M69</link>
    <description>&lt;P&gt;everything looks ok...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you start a ping out to the internet, can you check if the session ID of your outgoing ping to see which rules it hits etc:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show session all filter destination 1.1.1.1 application ping&lt;/P&gt;&lt;P&gt;show session id xxx&lt;/P&gt;</description>
    <pubDate>Tue, 04 May 2021 20:38:30 GMT</pubDate>
    <dc:creator>reaper</dc:creator>
    <dc:date>2021-05-04T20:38:30Z</dc:date>
    <item>
      <title>NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404552#M63</link>
      <description>&lt;P&gt;We have a simple basic setup:&lt;/P&gt;
&lt;P&gt;WAN1/1 Untrust IP 123.45.67.89/29&lt;/P&gt;
&lt;P&gt;LAN1/2 Trust IP 10.9.8.1/16&lt;/P&gt;
&lt;P&gt;We NAT our WAN interface out to a different IP in the same network. 123.45.67.90&lt;/P&gt;
&lt;P&gt;NAT POL&amp;nbsp; Trust to Untrust Int1/1 Any Any to 123.45.67.90&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Security Pol is Any Any&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ping 8.8.8.8 from the LAN1/1 and it NATs out correctly with the .90 address&lt;/P&gt;
&lt;P&gt;Devices behind the firewall are not getting NAT'd out, I have pcap that shows this.&amp;nbsp; The pcap does not show the NAT'd IP just the trust traffic from the device to the LAN1/1 on both outbound and inbound traffic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;I can also ping the ISP GW from the downstream devices so I can get traffic beyond the FW but nothing beyond that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 03:08:40 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404552#M63</guid>
      <dc:creator>MrFritz</dc:creator>
      <dc:date>2021-06-04T03:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404587#M64</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/118059"&gt;@MrFritz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look at your NAT policy and double check that you actually have it configured correctly. Your traffic logs are also going to be a help here, as you can expose the NAT Source IP field to see what the firewall actually NAT'd traffic to.&amp;nbsp;Weird NAT issues are almost always a result of your NAT rulebase entry not being correctly formatted.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 May 2021 19:12:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404587#M64</guid>
      <dc:creator>BPry</dc:creator>
      <dc:date>2021-05-03T19:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404712#M65</link>
      <description>&lt;P&gt;"rule1; index: 1" {&lt;BR /&gt;nat-type ipv4;&lt;BR /&gt;from Trust;&lt;BR /&gt;source 10.0.0.0/8 ;&lt;BR /&gt;to Untrust-ISP1;&lt;BR /&gt;to-interface ;&lt;BR /&gt;destination any;&lt;BR /&gt;service 0:any/any/any;&lt;BR /&gt;translate-to "src: 170.150.13.150 (dynamic-ip-and-port) (pool idx: 11)";&lt;BR /&gt;terminal no;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Security Policy&lt;/P&gt;&lt;P&gt;"rule1; index: 1" {&lt;BR /&gt;from Trust;&lt;BR /&gt;source any;&lt;BR /&gt;source-region none;&lt;BR /&gt;to Untrust-ISP1;&lt;BR /&gt;destination any;&lt;BR /&gt;destination-region none;&lt;BR /&gt;user any;&lt;BR /&gt;category any;&lt;BR /&gt;application/service 0:any/any/any/any;&lt;BR /&gt;action allow;&lt;BR /&gt;icmp-unreachable: no&lt;BR /&gt;terminal yes;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 10:46:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404712#M65</guid>
      <dc:creator>MrFritz</dc:creator>
      <dc:date>2021-05-04T10:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404793#M66</link>
      <description>&lt;P&gt;Can you check your default route? Since your zone is called untrusted-isp1, is there also an untrust-isp2?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Show routing fib virtual-router default | match 0.0.0.0&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 18:19:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404793#M66</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2021-05-04T18:19:06Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404795#M67</link>
      <description>&lt;P&gt;Untrust-ISP2 is not connected nor is the Zone created:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show routing fib virtual-router VR-1 | match 0.0.0.0&lt;BR /&gt;&amp;#27;[?1h&amp;#27;= 805 0.0.0.0/0 170.150.13.145 ug ethernet1/1 1500&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 18:24:09 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404795#M67</guid>
      <dc:creator>MrFritz</dc:creator>
      <dc:date>2021-05-04T18:24:09Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404798#M68</link>
      <description>&lt;P&gt;ame: ethernet1/1, ID: 16&lt;BR /&gt;Operation mode: layer3&lt;BR /&gt;Virtual router VR-1&lt;BR /&gt;Interface MTU 1500&lt;BR /&gt;Interface IP address: 170.150.13.147/29&lt;BR /&gt;Interface management profile: no&lt;BR /&gt;Service configured: IKE&lt;BR /&gt;Zone: Untrust-ISP1, virtual system: vsys1&lt;BR /&gt;Adjust TCP MSS: no&lt;BR /&gt;Policing: no&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 18:28:05 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404798#M68</guid>
      <dc:creator>MrFritz</dc:creator>
      <dc:date>2021-05-04T18:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404825#M69</link>
      <description>&lt;P&gt;everything looks ok...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you start a ping out to the internet, can you check if the session ID of your outgoing ping to see which rules it hits etc:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;show session all filter destination 1.1.1.1 application ping&lt;/P&gt;&lt;P&gt;show session id xxx&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2021 20:38:30 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404825#M69</guid>
      <dc:creator>reaper</dc:creator>
      <dc:date>2021-05-04T20:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404913#M70</link>
      <description>&lt;P&gt;I can ping the internet from the Trust interface but nothing behind it.&amp;nbsp; My pcap shows ping from the trust interface NATs out correctly but the ping from a the devices behind the FW do not NAT at all.&amp;nbsp; Ping source 10.61.1.1 to host 8.8.8.8 success,&amp;nbsp; &amp;nbsp;Ping source 10.61.1.2 host 8.8.8.8 fails....aged out.&amp;nbsp; Basically no NAT from devices behind the Trust interface.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 11:29:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404913#M70</guid>
      <dc:creator>MrFritz</dc:creator>
      <dc:date>2021-05-05T11:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: NGFW PA820 9.1.4 Strange NAT issue</title>
      <link>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404943#M71</link>
      <description>&lt;P&gt;Strange I updated the OS 9.1.4 to 9.1.5 rebooted and now it is working&lt;/P&gt;</description>
      <pubDate>Wed, 05 May 2021 13:17:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/next-generation-firewall/ngfw-pa820-9-1-4-strange-nat-issue/m-p/404943#M71</guid>
      <dc:creator>MrFritz</dc:creator>
      <dc:date>2021-05-05T13:17:32Z</dc:date>
    </item>
  </channel>
</rss>

