<?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: NTP Keep Alive - Moving from 1200R to 1595R in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249985#M12729</link>
    <description>&lt;P&gt;sk166361 is not accessible ! See&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/SMB-Gateways-Spark/R77-20-80-cpdiag-and-crond/td-p/39788" target="_blank"&gt;https://community.checkpoint.com/t5/SMB-Gateways-Spark/R77-20-80-cpdiag-and-crond/td-p/39788&lt;/A&gt;&amp;nbsp;for my post about this...&lt;/P&gt;</description>
    <pubDate>Wed, 28 May 2025 08:56:50 GMT</pubDate>
    <dc:creator>G_W_Albrecht</dc:creator>
    <dc:date>2025-05-28T08:56:50Z</dc:date>
    <item>
      <title>NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249714#M12701</link>
      <description>&lt;P&gt;We're migrating from 1200R gateways to 1595R gateways and have syslog configured to send system logs back to our SIEM.&amp;nbsp; With the 1200R gateways, we would get a system message about once every hour or so with a message like this:&lt;/P&gt;
&lt;P&gt;"05 23 2025 07:00:45 10.X.X.X &amp;lt;SYSD:NOTE&amp;gt; 2025 May 23 07:00:45 1200R-FW daemon.notice ntpdate[23250]: adjust time server 192.X.X.X offset 0.017780 sec"&lt;/P&gt;
&lt;P&gt;We have alerts on the SIEM that trigger if the log source stops sending and it was working fine with the 1200R and we would set the alarm to trigger after 1-2 hours.&amp;nbsp; With the 1595R gateways, the NTP daemon seems to operate differently and we're not getting any system level syslog events to help the SIEM understand if the log source is alive or not.&lt;/P&gt;
&lt;P&gt;Is there a way to force NTP to work similar to the 1200R was and trigger a system log and/or is there another method that could be set to just trigger any system level event every X minutes?&lt;/P&gt;</description>
      <pubDate>Fri, 23 May 2025 11:08:41 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249714#M12701</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-05-23T11:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249942#M12718</link>
      <description>&lt;P&gt;There are some differences in the underlying Linux between the 1200R and the 1500.&lt;BR /&gt;While I don't have a 1200R handy, the 1490 runs similar firmware.&lt;BR /&gt;The Linux kernel version is definitely different, which I assume means there may be some different versions of userspace processes like ntpd.&lt;/P&gt;
&lt;P&gt;In any case, I suspect what you'll want to use is run the tool "logger" which you can use to craft an arbitrary syslog message.&lt;BR /&gt;I assume this will also be forwarded to the SIEM.&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 16:03:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249942#M12718</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-05-27T16:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249950#M12720</link>
      <description>&lt;P&gt;That got me pointed in the right direction.&amp;nbsp; Had to figure out the right formatted text that the system log would pickup but once I got that, the logs show up in the Systems view in the Web GUI and also get forwarded to the SIEM.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Question&lt;/STRONG&gt;: If I want these triggered on an hourly basis, is editing the crontab file allowed by Check Point?&amp;nbsp; Would it get overwritten during version upgrades?&lt;/P&gt;
&lt;P&gt;If anyone else comes across this post, this is the line I'm adding to the crontab file, which triggers a system event every hour:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;0 * * * * /usr/bin/logger -p user.info '[AUDIT] This is a keep alive message'&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 17:41:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249950#M12720</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-05-27T17:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249970#M12725</link>
      <description>&lt;P&gt;Considering we have an SK that mentions modifying crontab as a workaround to an unrelated issue, I'd say yes:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk166361" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk166361&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 22:20:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249970#M12725</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-05-27T22:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249985#M12729</link>
      <description>&lt;P&gt;sk166361 is not accessible ! See&amp;nbsp;&lt;A href="https://community.checkpoint.com/t5/SMB-Gateways-Spark/R77-20-80-cpdiag-and-crond/td-p/39788" target="_blank"&gt;https://community.checkpoint.com/t5/SMB-Gateways-Spark/R77-20-80-cpdiag-and-crond/td-p/39788&lt;/A&gt;&amp;nbsp;for my post about this...&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 08:56:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249985#M12729</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2025-05-28T08:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249991#M12730</link>
      <description>&lt;P&gt;Thank you both.&amp;nbsp; Reviewing GW's post, if Hristo's last comment is accurate then my cron changes get reset after every firmware upgrade.&amp;nbsp; Luckily the SMB firmware is pretty static but something I'll just have to be aware of.&amp;nbsp; So far it's working great on my test firewall and bringing in my test message every X minutes.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;"Just to mention that cron daemon is for internal use only (no support from TAC for it). Whatever you add there will be reset one the next firmware upgrade so keep a copy of it somewhere."&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 10:14:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/249991#M12730</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-05-28T10:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/250059#M12737</link>
      <description>&lt;P&gt;Yeah, I missed the part where it was an internal SK.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 16:10:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/250059#M12737</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-05-28T16:10:13Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/250060#M12738</link>
      <description>&lt;P&gt;We don't have a UI for adding cron entries (in cliish/WebUI).&lt;BR /&gt;As such, I assume changes to crontab would, in fact, need to be re-applied after a firmware update.&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 16:11:33 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/250060#M12738</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2025-05-28T16:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: NTP Keep Alive - Moving from 1200R to 1595R</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/250061#M12739</link>
      <description>&lt;P&gt;10-4.&amp;nbsp; I have it scripted out so I should be able to push it out via a one liner via the mgmt server if we ever need to.&amp;nbsp; Thanks again!&lt;/P&gt;</description>
      <pubDate>Wed, 28 May 2025 16:12:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/NTP-Keep-Alive-Moving-from-1200R-to-1595R/m-p/250061#M12739</guid>
      <dc:creator>VikingsFan</dc:creator>
      <dc:date>2025-05-28T16:12:52Z</dc:date>
    </item>
  </channel>
</rss>

