<?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: Route-Based VPN (VTI) with Static Route Failover on ClusterXL in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277547#M46251</link>
    <description>&lt;P&gt;We solved it by repeating the process (recreating the VTI), and we also tested the failover successfully. Everything is now working as expected based on this SK:&lt;BR /&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk156812" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk156812&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 28 May 2026 06:35:08 GMT</pubDate>
    <dc:creator>RemoteUser</dc:creator>
    <dc:date>2026-05-28T06:35:08Z</dc:date>
    <item>
      <title>Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277414#M46239</link>
      <description>&lt;P&gt;Hi Mates,&lt;BR /&gt;&lt;BR /&gt;After configuring two numbered VTIs with static routes and different priorities, when the primary tunnel goes down, traffic does &lt;STRONG&gt;not&lt;/STRONG&gt; fail over to the backup tunnel. Any idea please?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 09:56:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277414#M46239</guid>
      <dc:creator>RemoteUser</dc:creator>
      <dc:date>2026-05-26T09:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277416#M46241</link>
      <description>&lt;P&gt;Are you using DPD and how are the return routes configured?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 11:33:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277416#M46241</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2026-05-26T11:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277417#M46242</link>
      <description>&lt;P&gt;I'm using permanent tunnel on the community:&lt;BR /&gt;set static-route x.x.x.x/24 nexthop gateway address 169.254.x.x priority 1 on&lt;BR /&gt;set static-route x.x.x.x/24 nexthop gateway address 169.254.x.x priority 2 on&lt;BR /&gt;set static-route x.x.x.x/24 ping on&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 11:43:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277417#M46242</guid>
      <dc:creator>RemoteUser</dc:creator>
      <dc:date>2026-05-26T11:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277425#M46243</link>
      <description>&lt;P&gt;When the first tunnel is down, did you check, in bash, with the command ip route get &amp;lt;ip_of_a_remote_host&amp;gt; what route is used to reach the remote host?&lt;/P&gt;
&lt;P&gt;Both remote hop (169.254.x.x) are pingable from the gateway?&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 12:50:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277425#M46243</guid>
      <dc:creator>simonemantovani</dc:creator>
      <dc:date>2026-05-26T12:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277429#M46244</link>
      <description>&lt;P&gt;My configuration looks something like this:&lt;/P&gt;
&lt;P&gt;set static-route 10.x.x.x/24 nexthop gateway address 172.20.x.x priority 1 on&lt;BR /&gt;set static-route 10.x.x.x/24 nexthop gateway address 172.20.x.x monitored-ip 192.168.x.x on&lt;BR /&gt;set static-route 10.x.x.x/24 nexthop gateway address 172.20.x.x monitored-ip-option fail-any&lt;BR /&gt;set static-route 10.x.x.x/24 nexthop gateway logical vpnt10 priority 2 on&lt;/P&gt;
&lt;P&gt;Make sure you have a monitored IP set for the primary so it knows when to use the backup.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 13:06:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277429#M46244</guid>
      <dc:creator>CaseyB</dc:creator>
      <dc:date>2026-05-26T13:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277430#M46245</link>
      <description>&lt;P&gt;Based on this sk&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk156812" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk156812&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The configuration reported by&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/100677"&gt;@RemoteUser&lt;/a&gt;&amp;nbsp;should be consistent, eventually,&amp;nbsp;It might be worth checking whether pings are allowed.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 13:38:23 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277430#M46245</guid>
      <dc:creator>simonemantovani</dc:creator>
      <dc:date>2026-05-26T13:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277431#M46246</link>
      <description>&lt;P&gt;I wonder if this is really enough for failover, or if something else is still needed&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 13:41:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277431#M46246</guid>
      <dc:creator>RemoteUser</dc:creator>
      <dc:date>2026-05-26T13:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277432#M46247</link>
      <description>&lt;P&gt;As a first step, I would check if ping is ok, if yes, you can proceed with further checks, for example, by checking which route is used when the first vpn is down.&lt;/P&gt;</description>
      <pubDate>Tue, 26 May 2026 13:46:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277432#M46247</guid>
      <dc:creator>simonemantovani</dc:creator>
      <dc:date>2026-05-26T13:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Route-Based VPN (VTI) with Static Route Failover on ClusterXL</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277547#M46251</link>
      <description>&lt;P&gt;We solved it by repeating the process (recreating the VTI), and we also tested the failover successfully. Everything is now working as expected based on this SK:&lt;BR /&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk156812" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk156812&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 May 2026 06:35:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Route-Based-VPN-VTI-with-Static-Route-Failover-on-ClusterXL/m-p/277547#M46251</guid>
      <dc:creator>RemoteUser</dc:creator>
      <dc:date>2026-05-28T06:35:08Z</dc:date>
    </item>
  </channel>
</rss>

