<?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: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233060#M66852</link>
    <description>The PA Firewall NATed behind the F5 LB. Meaning PA Firewall do not hold public IP addresses at the interface. Will that works?</description>
    <pubDate>Sat, 29 Sep 2018 02:10:28 GMT</pubDate>
    <dc:creator>patrick.lim</dc:creator>
    <dc:date>2018-09-29T02:10:28Z</dc:date>
    <item>
      <title>AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/232368#M66658</link>
      <description>My PA NGFW managed to setup VPN tunnels with AWS VGW. AWS given 2 sets of VGW where each of the VGW comes with 2 links that will connect to NGFW 2 ISP link respectively with different set of public IP Address.. Below are the setup flow:&lt;BR /&gt;&lt;BR /&gt;NGFW ISP1 -&amp;gt; AWS Tunnel1 (vgw1)&lt;BR /&gt;NGFW ISP1 -&amp;gt; AWS Tunnel2 (vgw1)&lt;BR /&gt;NGFW ISP2 -&amp;gt; AWS Tunnel3 (vgw2)&lt;BR /&gt;NGFW ISP3 -&amp;gt; AWS Tunnel4 (vgw2)&lt;BR /&gt;&lt;BR /&gt;Tunnel1 will always be the first active tunnel. When the ISP1 down, all the VPN traffic will failover to tunnel3 and both sites able to communicate/ping each others. However, when the ISP1 and tunnel1 recovered, the hosts behind the NGFW were switch to tunnel1 to access to AWS remote VPC white the hosts from AWS did not swing back to tunnel1 which they're still sending traffic through tunnel3. Is there a way that we can address this at PA NGFW side? or it has to be done at AWS?&lt;BR /&gt;&lt;BR /&gt;By the way, VPN setup are based on static routing.</description>
      <pubDate>Wed, 26 Sep 2018 01:56:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/232368#M66658</guid>
      <dc:creator>patrick.lim</dc:creator>
      <dc:date>2018-09-26T01:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/232868#M66802</link>
      <description>&lt;P&gt;Any reason you aren't using BGP for this? There are ways to influence BGP so you can prefer specific tunnels in a specific order.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 23:26:18 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/232868#M66802</guid>
      <dc:creator>rmfalconer</dc:creator>
      <dc:date>2018-09-27T23:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/232877#M66805</link>
      <description>the parameters given by AWS implementer based on static routing, if the BGP works in my mentioned environment. I don't mind to get the team to change go BGP. I have limited knowledge in BGP, Appreciate if you could share me more about this or example config steps both PA and AWS. Tq</description>
      <pubDate>Fri, 28 Sep 2018 01:13:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/232877#M66805</guid>
      <dc:creator>patrick.lim</dc:creator>
      <dc:date>2018-09-28T01:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233013#M66833</link>
      <description>&lt;P&gt;I implemented this over a year ago at a former job so I don't remember exactly where the documented steps are. I believe that within the AWS portal, after configuring BGP on the gateway, the exact BGP config will be generated for various models of devices. You just have to select Palo Alto and the specific CLI will be generated, including the necessary IP addresses to use. AWS assigns addresses from the APIPA range for both ends of the tunnel.&lt;/P&gt;&lt;P&gt;As I recall, there really isn't much modification for BGP on the AWS side so everything needs to be done on the PA. On the outbound updates to AWS,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;I&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;did AS prepend to get the tunnel preference we wanted. For prefixes learned inbound from AWS, I changed the local preference to prefer tunnels in a specific order.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, If you aren't comfortable with BGP, it might not be the best solution. It works great until it doesn't and you have to troubleshoot at 2am.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has the asymmetric traffic flow been a problem?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 15:46:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233013#M66833</guid>
      <dc:creator>rmfalconer</dc:creator>
      <dc:date>2018-09-28T15:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233029#M66840</link>
      <description>&lt;P&gt;Asymmtric flow was causing issue now due to the PA firewall drop the packet because of the different tunnel returned. It even happenned on ping traffic causes timed out. It was due to PBF &amp;amp; Static Routing metric. By now, BGP will be my last option to solve the issue. I did gone through the document from AWS - &lt;A href="https://docs.aws.amazon.com/vpc/latest/adminguide/palo-alto.html" target="_blank"&gt;https://docs.aws.amazon.com/vpc/latest/adminguide/palo-alto.html&lt;/A&gt; and it seems to be straight forward configuration. By the way, since it is on BGP, do we need to involve anyting with ISP?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 17:33:03 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233029#M66840</guid>
      <dc:creator>patrick.lim</dc:creator>
      <dc:date>2018-09-28T17:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233032#M66842</link>
      <description>&lt;P&gt;The ISP won't need to be involved. The BGP sessions will be contained within the VPN tunnels.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 17:58:26 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233032#M66842</guid>
      <dc:creator>rmfalconer</dc:creator>
      <dc:date>2018-09-28T17:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233060#M66852</link>
      <description>The PA Firewall NATed behind the F5 LB. Meaning PA Firewall do not hold public IP addresses at the interface. Will that works?</description>
      <pubDate>Sat, 29 Sep 2018 02:10:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233060#M66852</guid>
      <dc:creator>patrick.lim</dc:creator>
      <dc:date>2018-09-29T02:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233247#M66899</link>
      <description>&lt;P&gt;Yes, that's fine.&amp;nbsp;BGP will run on the tunnel interfaces on the PA that connect to AWS.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Oct 2018 22:16:10 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233247#M66899</guid>
      <dc:creator>rmfalconer</dc:creator>
      <dc:date>2018-10-01T22:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233289#M66907</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also use OSPF inside IPSec tunnel. Never touch AWS but since OSPF is almost available on any paltform, it should be supported...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;HA&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 06:06:00 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233289#M66907</guid>
      <dc:creator>licenselu</dc:creator>
      <dc:date>2018-10-02T06:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: AWS Multi-VPN Tunnel with Palo Alto NGFW - Flow Issue</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233357#M66920</link>
      <description>&lt;P&gt;OSPF is not supported in AWS. Options are BGP or static.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Oct 2018 13:14:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-multi-vpn-tunnel-with-palo-alto-ngfw-flow-issue/m-p/233357#M66920</guid>
      <dc:creator>rmfalconer</dc:creator>
      <dc:date>2018-10-02T13:14:46Z</dc:date>
    </item>
  </channel>
</rss>

