<?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: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400 in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267736#M52943</link>
    <description>&lt;P&gt;As someone who apparently doesn't have access to that article, could you elaborate on how this is done?&lt;/P&gt;</description>
    <pubDate>Mon, 19 Jan 2026 04:54:09 GMT</pubDate>
    <dc:creator>MTFT</dc:creator>
    <dc:date>2026-01-19T04:54:09Z</dc:date>
    <item>
      <title>Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/204822#M38613</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;Our CheckPoint Cluster manages DHCP in some of our networks. I'm trying to ensure that a specific device always gets the same IP address, and I'd like to achieve this through DHCP reservation or another option.&lt;/P&gt;&lt;P&gt;Despite searching online and in the forum, I haven't been able to find a solution. Does anyone now how to do this on a CheckPoint 6400 Base Cluster?&lt;/P&gt;&lt;P&gt;Thanks for your assistance,&lt;BR /&gt;Marius&lt;/P&gt;</description>
      <pubDate>Thu, 01 Feb 2024 16:30:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/204822#M38613</guid>
      <dc:creator>marius_kade</dc:creator>
      <dc:date>2024-02-01T16:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/204852#M38617</link>
      <description>&lt;P&gt;Requires editing a configuration file.&lt;BR /&gt;See:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk92473" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk92473&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 03:52:10 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/204852#M38617</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-02-02T03:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/204867#M38621</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;So as i understand right, i have to write it like the example below in the dhcpd.conf file right?&lt;BR /&gt;Do have to this on both cluster members?&lt;/P&gt;&lt;P&gt;Can i use the IP-address of the lease that the client already has or do i have to pick a not assigned one?&lt;/P&gt;&lt;DIV&gt;Example:&lt;/DIV&gt;&lt;DIV&gt;________________________________________________________________&lt;/DIV&gt;&lt;DIV&gt;ddns-update-style none;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;subnet 192.168.89.0 netmask 255.255.255.0 {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; default-lease-time 43200;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; max-lease-time 86400;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; option host-name= pick(option host-name,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;concat("dhcp-", binary-to-ascii(10, 8, "-", leased-address)));&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; range 192.168.89.10 192.168.89.254;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; option routers 192.168.89.1;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; option domain-name-servers 9.9.9.9, 1.1.1.1;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;host testclient {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hardware ethernet 08:50:40:A2:F2:3D&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fixed-address 192.168.89.20&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;________________________________________________________________&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thanks for your help!!!&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Marius&lt;/DIV&gt;</description>
      <pubDate>Fri, 02 Feb 2024 07:30:49 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/204867#M38621</guid>
      <dc:creator>marius_kade</dc:creator>
      <dc:date>2024-02-02T07:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/205174#M38685</link>
      <description>&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;P&gt;Sorry for my late response, but I had already written something, but it either disappeared or never appeared.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, does that mean I have to enter it in the dhcpd.conf file, right?&lt;BR /&gt;Should I do that on both cluster members? Or maybe even on the management server?&lt;BR /&gt;Is this syntax correct?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Config example:&lt;/P&gt;&lt;DIV&gt;ddns-update-style none;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;subnet 192.168.89.0 netmask 255.255.255.0 {&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; default-lease-time 43200;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; max-lease-time 86400;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; option host-name= pick(option host-name,&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;concat("dhcp-", binary-to-ascii(10, 8, "-", leased-address)));&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; range 192.168.89.10 192.168.89.254;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; option routers 192.168.89.1;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp; &amp;nbsp; option domain-name-servers 9.9.9.9, 1.1.1.1;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;host testclient {&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;hardware ethernet 08:50:40:A2:F2:3D&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;fixed-address 192.168.89.20&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;}&lt;/DIV&gt;</description>
      <pubDate>Tue, 06 Feb 2024 13:59:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/205174#M38685</guid>
      <dc:creator>marius_kade</dc:creator>
      <dc:date>2024-02-06T13:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/205218#M38699</link>
      <description>&lt;P&gt;Yes, it needs to be entered on both cluster members and it may require a restart of dhcpd.&lt;BR /&gt;I believe the main thing to be entered is the host testclient stanza (each line needs a semicolon at the end).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 19:29:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/205218#M38699</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-02-06T19:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/205870#M38864</link>
      <description>&lt;P&gt;Many Thanks! I will try it.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 09:59:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/205870#M38864</guid>
      <dc:creator>marius_kade</dc:creator>
      <dc:date>2024-02-13T09:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/220180#M42127</link>
      <description>&lt;P&gt;Be aware that any changes directly made in /etc/dhcpd.conf will be lost after gateway reboot or restart of network services because management process on gateway creates fresh dhcpd.conf based on information in configuration.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 06:54:00 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/220180#M42127</guid>
      <dc:creator>martin-mandat</dc:creator>
      <dc:date>2024-07-10T06:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/220275#M42145</link>
      <description>&lt;P&gt;You have to make file immutable per:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk92473" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk92473&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 17:43:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/220275#M42145</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-07-10T17:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267736#M52943</link>
      <description>&lt;P&gt;As someone who apparently doesn't have access to that article, could you elaborate on how this is done?&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 04:54:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267736#M52943</guid>
      <dc:creator>MTFT</dc:creator>
      <dc:date>2026-01-19T04:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267740#M52944</link>
      <description>&lt;P&gt;You need to log in to the UserCenter to see it. If you are logged in to CheckMates, you should be able to log in there as well.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 08:01:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267740#M52944</guid>
      <dc:creator>_Val_</dc:creator>
      <dc:date>2026-01-19T08:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267851#M52962</link>
      <description>&lt;P&gt;The actual command is a standard Linux (expert mode) command: chattr +i /etc/dhcpd.conf&lt;BR /&gt;The SK (which requires you to be logged in to see) is merely a reference that it's required in this case.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jan 2026 19:27:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267851#M52962</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-01-19T19:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267889#M52978</link>
      <description>&lt;P&gt;A while back, I created a document explaining the process in detail. It works for me. hope it helps.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Jan 2026 09:48:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/267889#M52978</guid>
      <dc:creator>AttiqRahman786</dc:creator>
      <dc:date>2026-01-20T09:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/268179#M53051</link>
      <description>&lt;P&gt;Thanks! I figured it was that or something similar but wanted to make sure.&lt;BR /&gt;I did try looking at that SK while logged in bit still was unable to access it, seems that you need to have some higher level of access than I do.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 23:08:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/268179#M53051</guid>
      <dc:creator>MTFT</dc:creator>
      <dc:date>2026-01-21T23:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Setting an DHCP Reservation in CheckPoint DHCP Server on 6400</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/268280#M53082</link>
      <description>&lt;P&gt;Some SK articles require your UserCenter account to be tied to an active support agreement.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jan 2026 16:35:52 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Setting-an-DHCP-Reservation-in-CheckPoint-DHCP-Server-on-6400/m-p/268280#M53082</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-01-22T16:35:52Z</dc:date>
    </item>
  </channel>
</rss>

