<?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 CAUTION when configuring DHCP options in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CAUTION-when-configuring-DHCP-options/m-p/113534#M15842</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;for my first post, I would like to share with you my experience concerning the DHCP option configuration.&lt;BR /&gt;According to sk92473, after configuring the range via the Gaia clish (that will automatically populate the /etc/dhcpd.conf file), I manually edited the /etc/dhcpd.conf file in order to add the specific option.&lt;BR /&gt;I finally locked the DHCP configuration file (setting the immutable status) in order to avoid configuration override.&lt;/P&gt;&lt;P&gt;But, some time after I tried to configure a new range, forgotting to unset the "immutable" attribute on this file.&lt;BR /&gt;Even if I didn't received any error message from the Gaia clish when setting this new range, we hit an unexpected DHCP daemon behaviour.&lt;/P&gt;&lt;P&gt;Since the file was "locked", the Gaia daemon was not able to update the /etc/dhcpd.con file.&lt;BR /&gt;Moreover, the DHCP daemon unexpectedly stopped to listen on UDP67 on all interfaces) :&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[Expert@GW01:0]# netstat -anu | grep 67&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 &amp;lt;relay_interface_IP&amp;gt;:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 255.255.255.255:67 0.0.0.0:*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Instead of having the following (before the change) :&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[Expert@GW01:0]# netstat -anu | grep 67&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 &amp;lt;relay_interface_IP&amp;gt;:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 255.255.255.255:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;udp 0 0 0.0.0.0:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;udp 0 0 0.0.0.0:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;udp 0 0 0.0.0.0:67 0.0.0.0:*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;When I remembered I set the immutable attribute, and in order to make it work back correctly, I did the following :&lt;BR /&gt;- removed the Gaia DHCP new configuration&lt;BR /&gt;- removed the immutable attribute&lt;BR /&gt;- disabled the DHCP (using Gaia clish) (at this time I lost the specific option configured manually, the file has been overriden by Gaia mechanism)&lt;BR /&gt;- configured the DHCP new range&lt;BR /&gt;- added the DHCP option manually again&lt;BR /&gt;- set the immutable attribute&lt;/P&gt;&lt;P&gt;Is there anyone that also met this kind of issue ?&lt;BR /&gt;May I ask Checkpoint (as an RFE) to add the option configuration directly in Gaia in order to avoid this misconfiguration issue ?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 10:25:49 GMT</pubDate>
    <dc:creator>Gregory_Muller</dc:creator>
    <dc:date>2021-03-15T10:25:49Z</dc:date>
    <item>
      <title>CAUTION when configuring DHCP options</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CAUTION-when-configuring-DHCP-options/m-p/113534#M15842</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;for my first post, I would like to share with you my experience concerning the DHCP option configuration.&lt;BR /&gt;According to sk92473, after configuring the range via the Gaia clish (that will automatically populate the /etc/dhcpd.conf file), I manually edited the /etc/dhcpd.conf file in order to add the specific option.&lt;BR /&gt;I finally locked the DHCP configuration file (setting the immutable status) in order to avoid configuration override.&lt;/P&gt;&lt;P&gt;But, some time after I tried to configure a new range, forgotting to unset the "immutable" attribute on this file.&lt;BR /&gt;Even if I didn't received any error message from the Gaia clish when setting this new range, we hit an unexpected DHCP daemon behaviour.&lt;/P&gt;&lt;P&gt;Since the file was "locked", the Gaia daemon was not able to update the /etc/dhcpd.con file.&lt;BR /&gt;Moreover, the DHCP daemon unexpectedly stopped to listen on UDP67 on all interfaces) :&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[Expert@GW01:0]# netstat -anu | grep 67&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 &amp;lt;relay_interface_IP&amp;gt;:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 255.255.255.255:67 0.0.0.0:*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Instead of having the following (before the change) :&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;[Expert@GW01:0]# netstat -anu | grep 67&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 &amp;lt;relay_interface_IP&amp;gt;:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;udp 0 0 255.255.255.255:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;udp 0 0 0.0.0.0:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;udp 0 0 0.0.0.0:67 0.0.0.0:*&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" color="#339966"&gt;udp 0 0 0.0.0.0:67 0.0.0.0:*&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;When I remembered I set the immutable attribute, and in order to make it work back correctly, I did the following :&lt;BR /&gt;- removed the Gaia DHCP new configuration&lt;BR /&gt;- removed the immutable attribute&lt;BR /&gt;- disabled the DHCP (using Gaia clish) (at this time I lost the specific option configured manually, the file has been overriden by Gaia mechanism)&lt;BR /&gt;- configured the DHCP new range&lt;BR /&gt;- added the DHCP option manually again&lt;BR /&gt;- set the immutable attribute&lt;/P&gt;&lt;P&gt;Is there anyone that also met this kind of issue ?&lt;BR /&gt;May I ask Checkpoint (as an RFE) to add the option configuration directly in Gaia in order to avoid this misconfiguration issue ?&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 10:25:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/CAUTION-when-configuring-DHCP-options/m-p/113534#M15842</guid>
      <dc:creator>Gregory_Muller</dc:creator>
      <dc:date>2021-03-15T10:25:49Z</dc:date>
    </item>
  </channel>
</rss>

