<?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: Management API Interface Anti-Spoofing in API / CLI Discussion</title>
    <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/184991#M7798</link>
    <description>&lt;P&gt;The anti-spoofing kernel variable is there to allow recovery from situations where anti-spoofing was misconfigured.&lt;BR /&gt;It is not meant to be a long-term setting, thus why there's no UI related to it in SmartConsole.&lt;/P&gt;
&lt;P&gt;As for why the set-somple-cluster isn't setting anti-spoofing properly, any ideas&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Jun 2023 20:19:30 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2023-06-27T20:19:30Z</dc:date>
    <item>
      <title>Management API Interface Anti-Spoofing</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/184871#M7794</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;When using management API v10.9 to disable anti-spoofing on an interface using the add simple-cluster or set simple-cluster endpoints,&amp;nbsp; setting&amp;nbsp;anti-spoofing to false doesn't reflect as disabled in the interface Topology Settings on the object in Smart Console.&amp;nbsp; The setting 'Perform Anti-Spoofing based on interface topology' remains checked, with Anti-Spoofing action is set to Prevent and Spook Tracking set to Log.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;e.g.&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;mgmt_cli -r true add simple-cluster name 'test-cluster&lt;/SPAN&gt;&lt;SPAN&gt;' cluster-mode 'cluster-xl-ha' ip-address '99.99.99.99&lt;/SPAN&gt;&lt;SPAN&gt;' version 'R81.20&lt;/SPAN&gt;&lt;SPAN&gt;' hardware 'Open server' firewall true interfaces.1.name 'eth0' interfaces.1.interface-type 'cluster' interfaces.1.ip-address '172.18.0.69&lt;/SPAN&gt;&lt;SPAN&gt;' interfaces.1.network-mask '255.255.255.192' interfaces.1.topology 'EXTERNAL' interfaces.1.anti-spoofing false&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;I can disable it globally on the gateway using&amp;nbsp;&amp;nbsp;fw ctl set int fw_antispoofing_enabled 0&lt;SPAN&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;The output of&amp;nbsp;fw ctl get int fw_antispoofing_enabled is&amp;nbsp;fw_antispoofing_enabled = 0. So I assume the kernel setting takes precedence over the specific interface settings on the management server. If this is the case, it would be better if the interface specific settings were greyed out.&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Simon&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Jun 2023 04:43:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/184871#M7794</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-06-27T04:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Interface Anti-Spoofing</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/184991#M7798</link>
      <description>&lt;P&gt;The anti-spoofing kernel variable is there to allow recovery from situations where anti-spoofing was misconfigured.&lt;BR /&gt;It is not meant to be a long-term setting, thus why there's no UI related to it in SmartConsole.&lt;/P&gt;
&lt;P&gt;As for why the set-somple-cluster isn't setting anti-spoofing properly, any ideas&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/37502"&gt;@Omer_Kleinstern&lt;/a&gt;?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jun 2023 20:19:30 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/184991#M7798</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2023-06-27T20:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Interface Anti-Spoofing</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/185615#M7821</link>
      <description>&lt;P&gt;I ran the exact '&lt;SPAN&gt;add simple-cluster' command you posted on management API v1.8.1 (specifically, R81.10 jumbo 106), and the resulting cluster object had a single interface (eth0) set to External topology with antispoofing disabled. The GUI view of the object matches, and antispoofing is definitely disabled.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I don't have an API v1.9 system handy. If it definitely isn't working there, it may be worth trying with "external" in lowercase. That's how it is in the API's output, so maybe something became more case-sensitive?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jul 2023 00:27:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/185615#M7821</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-07-05T00:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Interface Anti-Spoofing</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/186184#M7845</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/27871"&gt;@Bob_Zimmerman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried using lowercase 'internal' and 'external' but the the&amp;nbsp;&lt;SPAN&gt;GUI view of the object does not matches, however antispoofing is disabled.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;eth0&lt;BR /&gt;VIP 172.18.0.10&lt;BR /&gt;IP 172.18.0.8&lt;BR /&gt;Mask 255.255.255.192&lt;BR /&gt;ANTISPOOFING ENABLED: false&lt;BR /&gt;ANTISPOOFING MODE: PREVENT&lt;BR /&gt;ANTISPOOFING TOPO: External&lt;BR /&gt;ADDRESS SPOOFING NETWORKS:&lt;BR /&gt;0.0.0.0, 126.255.255.255&lt;BR /&gt;128.0.0.0, 172.18.0.63&lt;BR /&gt;172.18.0.128, 223.255.255.255&lt;BR /&gt;240.0.0.0, 255.255.255.254&lt;/P&gt;
&lt;P&gt;eth1&lt;BR /&gt;VIP 172.18.0.72&lt;BR /&gt;IP 172.18.0.73&lt;BR /&gt;Mask 255.255.255.192&lt;BR /&gt;ANTISPOOFING ENABLED: false&lt;BR /&gt;ANTISPOOFING MODE: PREVENT&lt;BR /&gt;ANTISPOOFING TOPO: Internal&lt;BR /&gt;ADDRESS SPOOFING NETWORKS:&lt;BR /&gt;172.18.0.64, 172.18.0.127&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 05:33:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/186184#M7845</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-07-12T05:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Interface Anti-Spoofing</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/186245#M7846</link>
      <description>&lt;P&gt;In that case, it sounds like a SmartConsole issue rather than an API issue.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 14:44:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/186245#M7846</guid>
      <dc:creator>Bob_Zimmerman</dc:creator>
      <dc:date>2023-07-12T14:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Management API Interface Anti-Spoofing</title>
      <link>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/186297#M7847</link>
      <description>&lt;P&gt;Yes, appears cosmetic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jul 2023 23:25:01 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/API-CLI-Discussion/Management-API-Interface-Anti-Spoofing/m-p/186297#M7847</guid>
      <dc:creator>Simon_Macpherso</dc:creator>
      <dc:date>2023-07-12T23:25:01Z</dc:date>
    </item>
  </channel>
</rss>

