<?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: ClusterXL VTI with interface bond and VLAN in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152698#M25468</link>
    <description>&lt;P&gt;Yep, that's exactly what happened, both in WebUI and CLISH. &amp;nbsp;Is there a particular reason why the virtual layer 3 interfaces (either straight portchannel or VLAN interfaces) are unusable for unnumbered VTI? &amp;nbsp;There's no clear documentation on the options or explanations, so it is somewhat jarring when starting the configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Admittedly, when I did the first PoC lab, my test gateway was using direct ethernet interfaces with no VLAN configuration. &amp;nbsp;I didn't expect the functionality or configuration to be very different when repeating the configuration on the production gateway. &amp;nbsp;I know, this wasn't a "like-kind exchange" between PoC and production, and indeed my fault, so this is an additional #LessonLearned. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jul 2022 14:09:41 GMT</pubDate>
    <dc:creator>Duane_Toler</dc:creator>
    <dc:date>2022-07-11T14:09:41Z</dc:date>
    <item>
      <title>ClusterXL VTI with interface bond and VLAN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152619#M25434</link>
      <description>&lt;P&gt;All physical interfaces are configured to be part of various bonding groups (I have three of these: bond0, bond1, and bond2; each has 2 physical interfaces).&lt;/P&gt;
&lt;P&gt;Two of these are configured with VLANs (bond0.10, bond0.20, bond1.30, bond1.40).&lt;/P&gt;
&lt;P&gt;I try to add an unnumbered VTI, it fails:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;gw1&amp;gt; add vpn tunnel 4 type unnumbered peer FOO-GW dev bond0.10
VpntErr0001  There is no interface bond0.10
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R80.40 HFA 139, also tested on HFA 158&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Does this seem more like a feature-limitation than a bug? &amp;nbsp;I'm guessing it's a TAC call either way...?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 09 Jul 2022 20:45:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152619#M25434</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2022-07-09T20:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL VTI with interface bond and VLAN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152620#M25435</link>
      <description>&lt;P&gt;Okie dokie.. so I used a loopback instead:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;gw1:&lt;/P&gt;
&lt;P&gt;add interface lo loopback 169.254.1.1/32&amp;nbsp;&lt;/P&gt;
&lt;P&gt;add vpn tunnel 1 type unnumbered peer FOO-gw dev loop00&lt;/P&gt;
&lt;P&gt;set static-route 192.168.100.0/24&amp;nbsp;&lt;SPAN&gt;nexthop gateway&amp;nbsp;&lt;/SPAN&gt;logical vpnt1 on&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;gw2:&lt;/P&gt;
&lt;P&gt;add interface lo loopback 169.254.1.2/32&amp;nbsp;&lt;/P&gt;
&lt;P&gt;add vpn tunnel 1 type unnumbered peer FOO-gw dev loop00&lt;/P&gt;
&lt;P&gt;set static-route 192.168.100.0/24&amp;nbsp;&lt;SPAN&gt;nexthop gateway&amp;nbsp;&lt;/SPAN&gt;logical vpnt1 on&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In SmartConsole:&lt;/P&gt;
&lt;P&gt;Edit cluster object - Network Management - Get Interfaces -&amp;gt; "Get Interfaces WITHOUT topology" (my emphasis)&lt;/P&gt;
&lt;P&gt;The physical IP of vpnt1 on each cluster member was the Gaia config (as expected). &amp;nbsp;I configured the VIP of "vpnt1" to be the same IP as the same IP of the physical egress interface (eth0, in this case; for my customer this was a bond0.X VLAN).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This actually works... &amp;nbsp;wow. &amp;nbsp;I'm a bit surprised. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &amp;nbsp;I ran a VPN debug to see what was going on, and ... nothing much, actually. &amp;nbsp;It looked just about the same as any typical IKEv2 VPN would. &amp;nbsp;The traffic selectors did their thing as you'd expect. &amp;nbsp;VPN came up, and I tested clusterXL_admin down/up on each of the cluster members while passing traffic. &amp;nbsp;Nothing unusual.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;R80.40 HFA 139 for my customer, but HFA 158 for my lab VMs.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 01:05:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152620#M25435</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2022-07-10T01:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL VTI with interface bond and VLAN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152621#M25436</link>
      <description>&lt;P&gt;I'm fairly certain in the Web UI we label the parameter as "Physical Device" and limit the drop down accordingly but also allow Loopbacks as you've discovered. Glad its working for you now.&lt;/P&gt;</description>
      <pubDate>Sun, 10 Jul 2022 02:23:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152621#M25436</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2022-07-10T02:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL VTI with interface bond and VLAN</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152698#M25468</link>
      <description>&lt;P&gt;Yep, that's exactly what happened, both in WebUI and CLISH. &amp;nbsp;Is there a particular reason why the virtual layer 3 interfaces (either straight portchannel or VLAN interfaces) are unusable for unnumbered VTI? &amp;nbsp;There's no clear documentation on the options or explanations, so it is somewhat jarring when starting the configuration.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Admittedly, when I did the first PoC lab, my test gateway was using direct ethernet interfaces with no VLAN configuration. &amp;nbsp;I didn't expect the functionality or configuration to be very different when repeating the configuration on the production gateway. &amp;nbsp;I know, this wasn't a "like-kind exchange" between PoC and production, and indeed my fault, so this is an additional #LessonLearned. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 14:09:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-VTI-with-interface-bond-and-VLAN/m-p/152698#M25468</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2022-07-11T14:09:41Z</dc:date>
    </item>
  </channel>
</rss>

