<?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: How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)? in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/171187#M8247</link>
    <description>&lt;P&gt;I tested it in Test Environment and found it to be working. I will be implementing it in Production next week.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Feb 2023 01:09:29 GMT</pubDate>
    <dc:creator>Anaz</dc:creator>
    <dc:date>2023-02-13T01:09:29Z</dc:date>
    <item>
      <title>How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170807#M8207</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;I am trying to create multiple DHCP scope exceptions for a particular network. Eg. I have a network 10.100.1.0/24 on which I need DHCP scope exceptions from 10.100.1.50-10.100.1.65 and 10.100.1.150-10.100.1.240.&lt;BR /&gt;How would I do this?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 04:27:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170807#M8207</guid>
      <dc:creator>Anaz</dc:creator>
      <dc:date>2023-02-09T04:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170812#M8208</link>
      <description>&lt;P&gt;Have you tried the following CLI option without success?&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sc1.checkpoint.com/documents/SMB_R81.10.X/CLI/EN/Content/Topics/add-address-range.htm" target="_blank"&gt;https://sc1.checkpoint.com/documents/SMB_R81.10.X/CLI/EN/Content/Topics/add-address-range.htm&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Feb 2023 06:37:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170812#M8208</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2023-02-09T06:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170908#M8209</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;Thank you for sharing that.&lt;/P&gt;&lt;P&gt;Let me try the following commands.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;set interface "LAN1.11" ipv4-address "10.100.1.1" subnet-mask "255.255.255.0"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;set dhcp server interface "LAN1.11" dns "auto"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;set dhcp server interface "LAN1.11" lease-time "4"&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;set dhcp server interface "LAN1.11" include-ip-pool "10.100.1.1-10.100.1.254&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;add address-range name VLAN11 start-ipv4 10.100.1.50 end-ipv4 10.100.1.65 dhcp-exclude-ip-addr on&lt;/EM&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;&lt;EM&gt;add address-range name VLAN11.1 start-ipv4 10.100.1.150 end-ipv4 10.100.1.246 dhcp-exclude-ip-addr on&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 00:53:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170908#M8209</guid>
      <dc:creator>Anaz</dc:creator>
      <dc:date>2023-02-10T00:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170949#M8239</link>
      <description>&lt;P&gt;And, does it work as expected now ?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2023 08:45:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/170949#M8239</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2023-02-10T08:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/171187#M8247</link>
      <description>&lt;P&gt;I tested it in Test Environment and found it to be working. I will be implementing it in Production next week.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Feb 2023 01:09:29 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/171187#M8247</guid>
      <dc:creator>Anaz</dc:creator>
      <dc:date>2023-02-13T01:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: How do we create multiple DHCP scope exceptions in 1570 Appliance(R81.10)?</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/175048#M8501</link>
      <description>&lt;P&gt;It works.&lt;BR /&gt;&lt;BR /&gt;Thank you for the support.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 21:11:12 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/How-do-we-create-multiple-DHCP-scope-exceptions-in-1570/m-p/175048#M8501</guid>
      <dc:creator>Anaz</dc:creator>
      <dc:date>2023-03-15T21:11:12Z</dc:date>
    </item>
  </channel>
</rss>

