<?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 Base VPN with Cisco in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192517#M35587</link>
    <description>&lt;P&gt;Right, but Im fairly sure its still supported.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
    <pubDate>Wed, 13 Sep 2023 11:21:03 GMT</pubDate>
    <dc:creator>the_rock</dc:creator>
    <dc:date>2023-09-13T11:21:03Z</dc:date>
    <item>
      <title>Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192045#M35452</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;
&lt;P&gt;please tell me if i'm on the right way. I saw some videos and tutorials, but they all are for a clustered connection.&lt;/P&gt;
&lt;P&gt;On our side with have CP R80.40, remote side has a Cisco Router. They want Route Based VPN. What I will do:&lt;/P&gt;
&lt;P&gt;1. create VTI in GAIA:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="route_based_vpn.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/22392i70BA67F76B004613/image-size/medium?v=v2&amp;amp;px=400" role="button" title="route_based_vpn.png" alt="route_based_vpn.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;2. create&amp;nbsp;Interoperable Device with Cisco Public IP&lt;/P&gt;
&lt;P&gt;3. Create VPN-Community with empty encryption Domain (a VPN-community likewise for policy/domain Based VPN)&lt;/P&gt;
&lt;P&gt;4. add static Route: &lt;STRONG&gt;remote network behind VTI&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;5. something else?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 13:45:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192045#M35452</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-08T13:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192069#M35461</link>
      <description>&lt;P&gt;MAKE SURE remote address is one used as default gateway for static route to remote site.&lt;/P&gt;
&lt;P&gt;Check out this post&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Its cluster, but you get an idea, if you need help, we can do remote after hours&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Security-Gateways/Route-based-VPN-failover-issue/m-p/155553#M26519" target="_blank"&gt;https://community.checkpoint.com/t5/Security-Gateways/Route-based-VPN-failover-issue/m-p/155553#M26519&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 18:42:37 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192069#M35461</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-08T18:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192070#M35462</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;The "peer" parameter is NOT the public ip address of the peer. It is the name of the object you created on smartconsole for cisco device. So you should switch steps 1 and 2. Also the static routes should use as next hope the vti interface and not ip address as next hop. I have had some issues using IP address instead of interface.&lt;/P&gt;
&lt;P&gt;One missing step (should be number 3 on your example) is get interfaces on your R80.40 gateway object on smartconsole, it is not possible to create a VTI interface manully, it must be fetched by a get interfaces, i would use get interfaces without topology option.&lt;/P&gt;
&lt;P&gt;And of course you must have rules that allow the traffic. I think that is all.&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 19:21:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192070#M35462</guid>
      <dc:creator>RS_Daniel</dc:creator>
      <dc:date>2023-09-08T19:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192071#M35463</link>
      <description>&lt;P&gt;Yes, very true about the peer, totally missed that part, it is indeed a NAME of interoperable object.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 19:23:18 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192071#M35463</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-08T19:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192171#M35494</link>
      <description>&lt;P&gt;Thanks for suggestions. One more question: get Interface - with or without Topology?&lt;/P&gt;
&lt;P&gt;If I choose with - it changes all interfaces... I'm getting more 100 changes in total.&lt;/P&gt;
&lt;P&gt;If I choose without - it also changes all interfaces, I'm getting ~26 changes (because I have ~26 interfaces) even I don't see any in the SmartConsole.&amp;nbsp;To be honest, I have no desire to &lt;STRONG&gt;change any productive interfaces&lt;/STRONG&gt;... What to do?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="interfaces_without_topology.png" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/22398iDB1F486B92196CA7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="interfaces_without_topology.png" alt="interfaces_without_topology.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 10:39:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192171#M35494</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-11T10:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192184#M35499</link>
      <description>&lt;P&gt;I never do with topology, always without...if you do with topology option, it will reset everything to default.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 11:12:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192184#M35499</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-11T11:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192205#M35512</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I would use get interfaces without topology. I understand what you say, it happens to me every time i create a new route based vpn. I am not sure why those changes appear, but it always happened every time i created a new vti, and the configuration never changed, so you could safely publish. If you want to be sure, you can check your previous configuration with&amp;nbsp; Policy Installation History feature, it will open a new smartconsole in read only mode with the policy you had before doing the fetch, and you will be able to compare the interfaces configuration.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_SecurityManagement_AdminGuide/Topics-SECMG/Policy-Installation-History.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/R81.10/WebAdminGuides/EN/CP_R81.10_SecurityManagement_AdminGuide/Topics-SECMG/Policy-Installation-History.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 12:36:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192205#M35512</guid>
      <dc:creator>RS_Daniel</dc:creator>
      <dc:date>2023-09-11T12:36:29Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192241#M35516</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;A id="link_281a26fb14b317_9" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1920" target="_self" aria-label="View Profile of RS_Daniel"&gt;&lt;SPAN class=""&gt;RS_Daniel&lt;/SPAN&gt;&lt;/A&gt;, thanks&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A id="link_281a26fb14b317_7" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/38213" target="_self" aria-label="View Profile of the_rock"&gt;&lt;SPAN class="login-bold"&gt;the_rock&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The SmartView schows me the Tunnel is UP, but in the Logs I see all GRE traffic is rejected. I don't remeber any documentation tells to allow some traffic... Should I?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gre1.png" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/22425i0943498A5114A15B/image-size/large?v=v2&amp;amp;px=999" role="button" title="gre1.png" alt="gre1.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 08:55:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192241#M35516</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-12T08:55:19Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192246#M35517</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is this a GRE tunnel? XD that would have been a good piece of information at the beginning jaja. GRE is supported starting in R81. From&amp;nbsp;&lt;SPAN&gt;sk92845:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Generic Routing Encapsulation (GRE) Tunnels are not supported on Gaia OS running versions lower than R81.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Starting from R81, GRE Tunnels are supported.&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Note: This is relevant to CloudGuard, as well as in physical appliances.&lt;/P&gt;
&lt;P&gt;For R81 or newer versions:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk169794" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk169794&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;DIV id="tinyMceEditor_25f564e920327dRS_Daniel_0" class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Sep 2023 15:29:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192246#M35517</guid>
      <dc:creator>RS_Daniel</dc:creator>
      <dc:date>2023-09-11T15:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192413#M35564</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;A id="link_26d9730bdc851b_13" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1920" target="_self" aria-label="View Profile of RS_Daniel"&gt;&lt;SPAN class=""&gt;RS_Daniel&lt;/SPAN&gt;&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;yes, I've just got new info this is GRE over IPsec.&lt;/P&gt;
&lt;P&gt;Offtopic - do we always need GRE-Interface for GRE-Tunnel?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:11:32 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192413#M35564</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-12T13:11:32Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192419#M35565</link>
      <description>&lt;P&gt;I found an article that CP supported GRE over IPsec even in 2011. I undersand, that it is different CP, but still... Can we configure GRE over IPsec?&lt;/P&gt;
&lt;P&gt;&lt;A href="http://myitnotes.info/doku.php?id=en:jobs:vpn_gre_over_ipsec" target="_self"&gt;GRE over IPsec - Checkpoint 572&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 13:55:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192419#M35565</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-12T13:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192421#M35566</link>
      <description>&lt;P&gt;Im prrtty sure its still supported, as per below.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk169794" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk169794&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Sep 2023 14:00:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192421#M35566</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-12T14:00:17Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192477#M35575</link>
      <description>&lt;P&gt;Hello&amp;nbsp;the_rock,&lt;/P&gt;
&lt;P&gt;I'm sorry, but your link is about &lt;STRONG&gt;GRE Tunnel&lt;/STRONG&gt;, which is not supported in R80.... It was already sent by&amp;nbsp;&lt;A id="link_289e5c6d7d0851_13" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/1920" target="_self" aria-label="View Profile of RS_Daniel"&gt;&lt;SPAN class=""&gt;RS_Daniel&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 07:05:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192477#M35575</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-13T07:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192517#M35587</link>
      <description>&lt;P&gt;Right, but Im fairly sure its still supported.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 13 Sep 2023 11:21:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192517#M35587</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-13T11:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192867#M35670</link>
      <description>&lt;P&gt;Unfortunately we didn't manage to make work GRE over IPsec on the&amp;nbsp;&lt;SPAN&gt;CP R80.40. We have temporarily installed another server until we upgrade CP to R81&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 08:09:53 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192867#M35670</guid>
      <dc:creator>Exonix</dc:creator>
      <dc:date>2023-09-18T08:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Route Base VPN with Cisco</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192900#M35675</link>
      <description>&lt;P&gt;Faitr enough. You may as well go with R81.20, as its recommended and super stable.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Mon, 18 Sep 2023 11:45:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Route-Base-VPN-with-Cisco/m-p/192900#M35675</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-09-18T11:45:45Z</dc:date>
    </item>
  </channel>
</rss>

