<?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 AWS S2S VPNs not re-establishing? in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/aws-s2s-vpns-not-re-establishing/m-p/418578#M93685</link>
    <description>&lt;P&gt;Having issues with a fair amount of AWS VPN tunnels that will go down due to path or ISP issues but they don't come back up unless I manually bounce them on the PAN side.&amp;nbsp; Configuration is standard with DPD set to 10/2 and using PBF monitoring the far ends of the tunnels.&amp;nbsp; &amp;nbsp;So I will see the tunnels go down and they show down in AWS but they DO NOT come back up until I manually bounce them from the IPSec Tunnels page.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen this before?&amp;nbsp; I am seeing this across 2 separate PANs (1 x HA, 1 standalone) to separate AWS accounts/regions but the problem seems to be consistent and not sure why.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note I am not using 'Tunnel Monitor' on the IPSec Tunnels but I am on the PBF rules, could that be the problem?&amp;nbsp; Meaning I should be using TM on one or the other but not both?&amp;nbsp; Someone show me the way.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jul 2021 18:07:35 GMT</pubDate>
    <dc:creator>drewdown</dc:creator>
    <dc:date>2021-07-12T18:07:35Z</dc:date>
    <item>
      <title>AWS S2S VPNs not re-establishing?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-s2s-vpns-not-re-establishing/m-p/418578#M93685</link>
      <description>&lt;P&gt;Having issues with a fair amount of AWS VPN tunnels that will go down due to path or ISP issues but they don't come back up unless I manually bounce them on the PAN side.&amp;nbsp; Configuration is standard with DPD set to 10/2 and using PBF monitoring the far ends of the tunnels.&amp;nbsp; &amp;nbsp;So I will see the tunnels go down and they show down in AWS but they DO NOT come back up until I manually bounce them from the IPSec Tunnels page.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anyone seen this before?&amp;nbsp; I am seeing this across 2 separate PANs (1 x HA, 1 standalone) to separate AWS accounts/regions but the problem seems to be consistent and not sure why.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note I am not using 'Tunnel Monitor' on the IPSec Tunnels but I am on the PBF rules, could that be the problem?&amp;nbsp; Meaning I should be using TM on one or the other but not both?&amp;nbsp; Someone show me the way.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jul 2021 18:07:35 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-s2s-vpns-not-re-establishing/m-p/418578#M93685</guid>
      <dc:creator>drewdown</dc:creator>
      <dc:date>2021-07-12T18:07:35Z</dc:date>
    </item>
    <item>
      <title>Re: AWS S2S VPNs not re-establishing?</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/aws-s2s-vpns-not-re-establishing/m-p/510676#M106244</link>
      <description>&lt;P&gt;Not sure if you found a solution to this...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As stated here in the KB article:&lt;BR /&gt;&lt;A href="https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVGCA0" target="_blank"&gt;https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000ClVGCA0&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;My interpretation of reading that means if the tunnel goes down (or presumably being initially set up) it will only be negotiated by interesting traffic, so you have several options to keep that interesting traffic:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Tunnel monitor using your tunnel interface, the route to the peer will be via the tunnel hence it is interesting traffic.
&lt;OL&gt;
&lt;LI&gt;On a side note i'd use "path monitoring" instead of PBF if you have two static routes to the same destination. E.g. 10.1.0.0/24 via tunnel 1, 10.1.0.0/24 via tunnel 2. Just put the prefferred metric on 10 and the other 20 and be sure to path monitor on both routes.&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;If you have a monitoring tool such as Solarwinds ping something on the remote end, even if it is just to a dummy host.&lt;/LI&gt;
&lt;LI&gt;Set up a lambda function to be triggered when the tunnel is down. It will then run the "test" commands on the PA:
&lt;OL&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;test vpn ike-sa gateway &amp;lt;gateway_name&amp;gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;FONT face="courier new,courier"&gt;test vpn ipsec-sa tunnel &amp;lt;tunnel_name&amp;gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&lt;A href="https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-admin/vpns/set-up-site-to-site-vpn/test-vpn-connectivity" target="_blank"&gt;https://docs.paloaltonetworks.com/pan-os/10-2/pan-os-admin/vpns/set-up-site-to-site-vpn/test-vpn-connectivity&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2022 09:15:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/aws-s2s-vpns-not-re-establishing/m-p/510676#M106244</guid>
      <dc:creator>NathanielM</dc:creator>
      <dc:date>2022-08-03T09:15:44Z</dc:date>
    </item>
  </channel>
</rss>

