<?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 80.40 HF 78 - Passive unit is using the sync interface to send management packets in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104207#M8230</link>
    <description>&lt;P&gt;Ok, it's new since 80.40...&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk167453&amp;amp;partition=Advanced&amp;amp;product=ClusterXL" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk167453&amp;amp;partition=Advanced&amp;amp;product=ClusterXL&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 03 Dec 2020 13:36:01 GMT</pubDate>
    <dc:creator>osef</dc:creator>
    <dc:date>2020-12-03T13:36:01Z</dc:date>
    <item>
      <title>ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103681#M8179</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;English is not my first langage, I will try to do my best.&lt;/P&gt;&lt;P&gt;I'm currently facing a strange issue with the passive unit of my clusterXL.&lt;/P&gt;&lt;P&gt;This unit is using is sync interface (bond0) instead of is LAN interface (bond1.994) to send packets on the network...&lt;/P&gt;&lt;P&gt;I will use a ssh connexion from the passive unit to the server 10.3.12.237 to illustrate the problem&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1) configuration of bond0 (sync) and bond1.994 (LAN)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;20: bond0: &amp;lt;BROADCAST,MULTICAST,MASTER,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue state UP qlen 1000&lt;BR /&gt;link/ether 00:1c:7f:6a:e7:03 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;inet 192.168.230.10/29 brd 192.168.230.15 scope global bond0&lt;BR /&gt;valid_lft forever preferred_lft forever&lt;/P&gt;&lt;P&gt;24: bond1.994@bond1: &amp;lt;BROADCAST,MULTICAST,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue state UP qlen 1000&lt;BR /&gt;link/ether 00:1c:7f:6a:e7:00 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;inet 192.168.127.53/29 brd 192.168.127.55 scope global bond1.994&lt;BR /&gt;valid_lft forever preferred_lft forever&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2) routing table from the passive unit to reach 10.3.12.237 :&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;[Expert@FW-EXT-B:0]# ip route | grep 10.3&lt;BR /&gt;&lt;STRONG&gt;10.3.0.0/16 via 192.168.127.49 dev bond1.994 proto 7&lt;/STRONG&gt;&lt;BR /&gt;10.3.11.19 via 192.168.127.49 dev bond1.994 proto 7&lt;BR /&gt;10.30.1.0/24 via 192.168.127.49 dev bond1.994 proto 7&lt;BR /&gt;10.30.2.0/24 via 192.168.127.49 dev bond1.994 proto 7&lt;BR /&gt;10.30.3.0/24 via 192.168.127.49 dev bond1.994 proto 7&lt;BR /&gt;10.30.4.0/24 via 192.168.127.49 dev bond1.994 proto 7&lt;BR /&gt;10.30.5.0/24 via 192.168.127.49 dev bond1.994 proto 7&lt;/P&gt;&lt;P&gt;[Expert@FW-EXT-B:0]# ip route get 10.3.12.237&lt;BR /&gt;10.3.12.237 via 192.168.127.49 dev bond1.994 src 192.168.127.53&lt;BR /&gt;cache&lt;/P&gt;&lt;P&gt;So the appliance need to use bond1.994 and the source address&amp;nbsp;192.168.127.53 to reach the server.&lt;/P&gt;&lt;P&gt;But if I try to ping the server 10.3.12.237, the echo-request is send on bond0 with the source IP of bond1.994...&lt;/P&gt;&lt;P&gt;[Expert@FW-EXT-B:0]# tcpdump -enni bond0 icmp&lt;BR /&gt;tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;listening on bond0, link-type EN10MB (Ethernet), capture size 262144 bytes&lt;BR /&gt;11:38:15.397306 02:00:00:00:00:01 &amp;gt; 00:1c:7f:6a:e7:1b, ethertype IPv4 (0x0800), length 98: 192.168.127.53 &amp;gt; 10.3.12.237: ICMP echo request, id 52348, seq 1, length 64&lt;BR /&gt;11:38:16.397865 02:00:00:00:00:01 &amp;gt; 00:1c:7f:6a:e7:1b, ethertype IPv4 (0x0800), length 98: 192.168.127.53 &amp;gt; 10.3.12.237: ICMP echo request, id 52348, seq 2, length 64&lt;BR /&gt;11:38:17.397766 02:00:00:00:00:01 &amp;gt; 00:1c:7f:6a:e7:1b, ethertype IPv4 (0x0800), length 98: 192.168.127.53 &amp;gt; 10.3.12.237: ICMP echo request, id 52348, seq 3, length 64&lt;BR /&gt;11:38:18.397684 02:00:00:00:00:01 &amp;gt; 00:1c:7f:6a:e7:1b, ethertype IPv4 (0x0800), length 98: 192.168.127.53 &amp;gt; 10.3.12.237: ICMP echo request, id 52348, seq 4, length 64&lt;/P&gt;&lt;P&gt;The destination mac address is the mac address of the sync interface on the active unit :&lt;/P&gt;&lt;P&gt;[Expert@FW-EXT-A:0]# ip -s l | grep -B 1 1b&lt;BR /&gt;5: eth1-04: &amp;lt;BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue master bond0 state UP mode DEFAULT qlen 1000&lt;BR /&gt;link/ether 00:1c:7f:6a:e7:1b brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;--&lt;BR /&gt;9: eth2-04: &amp;lt;BROADCAST,MULTICAST,SLAVE,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue master bond0 state UP mode DEFAULT qlen 1000&lt;BR /&gt;link/ether 00:1c:7f:6a:e7:1b brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;--&lt;BR /&gt;20: bond0: &amp;lt;BROADCAST,MULTICAST,MASTER,UP,LOWER_UP&amp;gt; mtu 1500 qdisc noqueue state UP mode DEFAULT qlen 1000&lt;BR /&gt;link/ether 00:1c:7f:6a:e7:1b brd ff:ff:ff:ff:ff:ff&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The echo-reply, are going to be received on bond1.994 (which is normal since 192.168.127.53 belong to vlan 994, my core-switch send the reply packets to the right interface)&lt;/P&gt;&lt;P&gt;[Expert@FW-EXT-B:0]# tcpdump -enni bond1.994 icmp&lt;BR /&gt;tcpdump: verbose output suppressed, use -v or -vv for full protocol decode&lt;BR /&gt;listening on bond1.994, link-type EN10MB (Ethernet), capture size 262144 bytes&lt;BR /&gt;11:39:39.210851 00:08:e3:ff:fd:90 &amp;gt; 00:1c:7f:6a:e7:00, ethertype IPv4 (0x0800), length 98: 10.3.12.237 &amp;gt; 192.168.127.53: ICMP echo reply, id 20093, seq 1, length 64&lt;BR /&gt;11:39:40.210972 00:08:e3:ff:fd:90 &amp;gt; 00:1c:7f:6a:e7:00, ethertype IPv4 (0x0800), length 98: 10.3.12.237 &amp;gt; 192.168.127.53: ICMP echo reply, id 20093, seq 2, length 64&lt;BR /&gt;11:39:41.211072 00:08:e3:ff:fd:90 &amp;gt; 00:1c:7f:6a:e7:00, ethertype IPv4 (0x0800), length 98: 10.3.12.237 &amp;gt; 192.168.127.53: ICMP echo reply, id 20093, seq 3, length 64&lt;BR /&gt;11:39:42.211134 00:08:e3:ff:fd:90 &amp;gt; 00:1c:7f:6a:e7:00, ethertype IPv4 (0x0800), length 98: 10.3.12.237 &amp;gt; 192.168.127.53: ICMP echo reply, id 20093, seq 4, length 64&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you know why the passive unit is doing this ? The active unit has the exact same routing table and is correctly using bond1.994 to reach the LAN...&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are going to update to JH 87 in two days but I want to be sure it's not a configuration issue...&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 10:46:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103681#M8179</guid>
      <dc:creator>osef</dc:creator>
      <dc:date>2020-11-30T10:46:22Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103940#M8192</link>
      <description>&lt;P&gt;If you’re still seeing this after you upgrade it’s probably worth a TAC case.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 01:55:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103940#M8192</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-12-02T01:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103989#M8206</link>
      <description>&lt;P&gt;Hello, the upgrade didn't solve the issue &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I will open a ticket, thanks&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 11:21:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103989#M8206</guid>
      <dc:creator>osef</dc:creator>
      <dc:date>2020-12-02T11:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103999#M8209</link>
      <description>&lt;P&gt;What does the: show management interface&amp;nbsp;&lt;BR /&gt;command show? Is it the interface that you configured in the gateway object and how is routing setup? is the traffic to management routed over the Sync interface?&lt;/P&gt;</description>
      <pubDate>Wed, 02 Dec 2020 13:53:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/103999#M8209</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2020-12-02T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104117#M8221</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;The management interface is :&amp;nbsp;&lt;/P&gt;&lt;P&gt;FW-EXT-A&amp;gt; show management interface&lt;BR /&gt;bond1.994&lt;/P&gt;&lt;P&gt;What do you mean by "&lt;SPAN&gt;Is it the interface that you configured in the gateway object" ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;We are doing OSPF between the clusterXL and the core-switch. There is no traffic routed over the sync interface in the routing table : &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;[Expert@FW-EXT-A:0]# ip route | grep bond0&lt;BR /&gt;192.168.230.8/29 dev bond0 proto kernel scope link src 192.168.230.9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The routing of the gateway is fine... It's like the system is ignoring the routing table. We have a ticket with TAC now &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 08:52:08 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104117#M8221</guid>
      <dc:creator>osef</dc:creator>
      <dc:date>2020-12-03T08:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104196#M8226</link>
      <description>&lt;P&gt;Hmm this could be an issue with the IP route cache, see this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/route-flipping-on-R80-40/m-p/86200" target="_blank"&gt;https://community.checkpoint.com/t5/Enterprise-Appliances-and-Gaia/route-flipping-on-R80-40/m-p/86200&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 12:48:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104196#M8226</guid>
      <dc:creator>Timothy_Hall</dc:creator>
      <dc:date>2020-12-03T12:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104203#M8229</link>
      <description>&lt;P&gt;I read the topic and I don't think it's the same issue.&lt;/P&gt;&lt;P&gt;In my case, the routing table always show bond1.994 as the output interface. I tried the "ip route cache flush" command but it didn't change anything &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;We did a failover and when the unit B is the active one, the problem disappear... I don't know yet if the same problem appear on the unit A when it is in standby...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not related to the problem, I bought your book and it's great !&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:23:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104203#M8229</guid>
      <dc:creator>osef</dc:creator>
      <dc:date>2020-12-03T13:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: ClusterXL 80.40 HF 78 - Passive unit is using the sync interface to send management packets</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104207#M8230</link>
      <description>&lt;P&gt;Ok, it's new since 80.40...&lt;/P&gt;&lt;P&gt;&lt;A href="https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk167453&amp;amp;partition=Advanced&amp;amp;product=ClusterXL" target="_blank"&gt;https://supportcenter.checkpoint.com/supportcenter/portal?eventSubmit_doGoviewsolutiondetails=&amp;amp;solutionid=sk167453&amp;amp;partition=Advanced&amp;amp;product=ClusterXL&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 13:36:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/ClusterXL-80-40-HF-78-Passive-unit-is-using-the-sync-interface/m-p/104207#M8230</guid>
      <dc:creator>osef</dc:creator>
      <dc:date>2020-12-03T13:36:01Z</dc:date>
    </item>
  </channel>
</rss>

