<?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: create firewall rule for r77.30 from web interface in Endpoint</title>
    <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74959#M2012</link>
    <description>&lt;P&gt;Thanks phoneboy for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;even if we upgrade to r80.x we won't be able to do it through api ?&lt;/P&gt;</description>
    <pubDate>Wed, 12 Feb 2020 11:02:19 GMT</pubDate>
    <dc:creator>abdo</dc:creator>
    <dc:date>2020-02-12T11:02:19Z</dc:date>
    <item>
      <title>create firewall rule for r77.30 from web interface</title>
      <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74829#M2000</link>
      <description>&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;I want to write a script to call r77.30 to create some firewall rules. and as you may know that there is no api for r77.30. if there is a way to create the rule from the web interface (not from smart dashboard] i can intercept the request and build it in my script.&lt;/P&gt;&lt;P&gt;if you have any other workaround for this situation please share it with me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 16:58:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74829#M2000</guid>
      <dc:creator>abdo</dc:creator>
      <dc:date>2020-02-11T16:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: create firewall rule for r77.30 from web interface</title>
      <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74856#M2004</link>
      <description>&lt;P&gt;Technically it is possible using dbedit command line tool. But if you are new to CP I would strongly advise to stay away from it, you can easily screw up your management if used incorrectly. There are SK articles if you search for dbedit&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 19:30:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74856#M2004</guid>
      <dc:creator>Kaspars_Zibarts</dc:creator>
      <dc:date>2020-02-11T19:30:07Z</dc:date>
    </item>
    <item>
      <title>Re: create firewall rule for r77.30 from web interface</title>
      <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74859#M2005</link>
      <description>&lt;P&gt;look for fw samp feature alias suspicious activity rules.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2020 19:48:58 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74859#M2005</guid>
      <dc:creator>Martin_Raska</dc:creator>
      <dc:date>2020-02-11T19:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: create firewall rule for r77.30 from web interface</title>
      <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74878#M2006</link>
      <description>&lt;P&gt;Theoretically possible, yes.&lt;BR /&gt;A good idea? No.&lt;/P&gt;
&lt;P&gt;At a high level, your web interface would have to generate dbedit commands.&lt;BR /&gt;In terms of modifying an existing rules or creating/modifying objects, that can be done.&lt;BR /&gt;Adding/deleting rules can also be done, but it's far from simple as there is no such operation as "insert."&lt;BR /&gt;Not to mention that you'll have to have logic to deal with the fact that, when the dbedit commands are run, an admin might also be connected in read/write mode, causing those commands to not work.&lt;BR /&gt;As well as deal with a few other possible concurrency issues that might come up.&lt;/P&gt;
&lt;P&gt;Also keep in mind that we have limited documentation available for dbedit.&lt;BR /&gt;And, given that R77.x is End of Support, you're basically on your own if you run into any issues.&lt;/P&gt;
&lt;P&gt;You're really better off upgrading to R80.x.&lt;BR /&gt;If you absolutely must still run gateways on R77.30, at least upgrade the management to R80.x, which will allow you to use the management APIs.&lt;BR /&gt;The Management APIs are far simpler and better documented than dbedit ever was.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 00:28:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74878#M2006</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-02-12T00:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: create firewall rule for r77.30 from web interface</title>
      <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74879#M2007</link>
      <description>Those don't have API support even in R80.x.&lt;BR /&gt;You can manage those via the CLI using SSH to the gateway(s).&lt;BR /&gt;I assume you could write a web frontend to handle this, but what libraries and framework you'd use is a bit outside my knowledge base.</description>
      <pubDate>Wed, 12 Feb 2020 00:31:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74879#M2007</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2020-02-12T00:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: create firewall rule for r77.30 from web interface</title>
      <link>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74959#M2012</link>
      <description>&lt;P&gt;Thanks phoneboy for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;even if we upgrade to r80.x we won't be able to do it through api ?&lt;/P&gt;</description>
      <pubDate>Wed, 12 Feb 2020 11:02:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Endpoint/create-firewall-rule-for-r77-30-from-web-interface/m-p/74959#M2012</guid>
      <dc:creator>abdo</dc:creator>
      <dc:date>2020-02-12T11:02:19Z</dc:date>
    </item>
  </channel>
</rss>

