<?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: Proxy ARP and VLAN tagging in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180707#M8919</link>
    <description>&lt;P&gt;This is the offical supported method to configure proxy arp on SMBs - see details in &lt;A href="https://support.checkpoint.com/results/sk/sk30197" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;sk30197: Configuring Proxy ARP for Manual NAT&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you feel that this should be configurable using WebGUI you can raise a RFE in the CP RFE form here:&amp;nbsp;&lt;A href="https://usercenter.checkpoint.com/ucapps/rfe/" target="_blank" rel="noopener noreferrer"&gt;https://usercenter.checkpoint.com/ucapps/rfe/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 May 2023 08:19:31 GMT</pubDate>
    <dc:creator>G_W_Albrecht</dc:creator>
    <dc:date>2023-05-12T08:19:31Z</dc:date>
    <item>
      <title>Proxy ARP and VLAN tagging</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180603#M8907</link>
      <description>&lt;P&gt;I am working on two new 1800 Quantum Spark nodes in HA mode.&lt;/P&gt;&lt;P&gt;On the DMZ interface I have created 3 VLANs which in turn are all added to the HA config with their own ip addresses.&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;DMZ.100 192.168.1.1/27&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;DMZ.200 192.168.1.32/29&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;DMZ.300 192.168.1.40/29&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;LAN18 10.0.0.1/24&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I added a NAT on DMZ.100 for the following:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;192.168.1.2:443 -&amp;gt; 10.0.0.50:443&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;The checkbox set to on :&amp;nbsp;&lt;FONT face="courier new,courier" size="2"&gt;'Serve as an ARP Proxy for the original destination's IP address'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;According to the documentation a Proxy Arp should be created automatically for ip 192.168.1.2, so the 1800 can respond to ARP requests for that ip address.&lt;/P&gt;&lt;P&gt;When I type &lt;FONT face="courier new,courier" size="2"&gt;'show nat-rule position 1&lt;/FONT&gt;' I get the following:&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier" size="2"&gt;index: 1&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;name: 3966&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;original-source: any&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;original-destination: NATTEST&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;original-service: HTTPS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;translated-source: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;translated-destination: TEST-HOST&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;translated-service: HTTPS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;comment: &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;disabled: false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;hide-sources: false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;answerArpRequests: true&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;is-generated: false&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier" size="2"&gt;owner-type:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;As stated in the response,&amp;nbsp;&lt;FONT face="courier new,courier" size="2"&gt;answerArpRequests: true&lt;/FONT&gt;, but the 1800 just won't reply to ARP requests.&lt;/P&gt;&lt;P&gt;Also '&lt;FONT face="courier new,courier" size="2"&gt;fw ctl arp -n&lt;/FONT&gt;' does not show anything.&lt;/P&gt;&lt;P&gt;When I create a &lt;FONT face="courier new,courier" size="2"&gt;$FWDIR/conf/local.arp&lt;/FONT&gt; file on both nodes and add the correct ip/mac address combination, then the 1800 does respond to ARP requests on the NAT ip-address.&lt;/P&gt;&lt;P&gt;Now '&lt;FONT face="courier new,courier" size="2"&gt;fw ctl arp -n&lt;/FONT&gt;' returns the mac address to which it should respond.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: is this a known issue that I need to configure local.arp to get Proxy Arp working with VLAN tagged interfaces with our Quantum Spark 1800 R81.10.05 devices? Has anyone run into this problem? I would like to use the WebGUI to add NAT configuration and not want edit local files which might not survive firmware upgrades.&lt;/P&gt;&lt;P&gt;I found a lead to an old article at&amp;nbsp;&lt;A title="proxy-arp-vlan-tagging" href="https://knowledge.broadcom.com/external/article/167848/proxy-arp-does-not-work-with-vlan-tagged.html" target="_blank" rel="noopener"&gt;proxy-arp-vlan-tagging&lt;/A&gt;&amp;nbsp;but that is for another type of Checkpoint, but might be related&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2023 07:57:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180603#M8907</guid>
      <dc:creator>arnieh</dc:creator>
      <dc:date>2023-05-11T07:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy ARP and VLAN tagging</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180707#M8919</link>
      <description>&lt;P&gt;This is the offical supported method to configure proxy arp on SMBs - see details in &lt;A href="https://support.checkpoint.com/results/sk/sk30197" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;sk30197: Configuring Proxy ARP for Manual NAT&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you feel that this should be configurable using WebGUI you can raise a RFE in the CP RFE form here:&amp;nbsp;&lt;A href="https://usercenter.checkpoint.com/ucapps/rfe/" target="_blank" rel="noopener noreferrer"&gt;https://usercenter.checkpoint.com/ucapps/rfe/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 08:19:31 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180707#M8919</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2023-05-12T08:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy ARP and VLAN tagging</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180774#M8920</link>
      <description>&lt;P&gt;To add to what&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21294"&gt;@G_W_Albrecht&lt;/a&gt;&amp;nbsp;said, below is what you need to follow:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.checkpoint.com/results/sk/sk114531" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk114531&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 21:11:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180774#M8920</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2023-05-12T21:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy ARP and VLAN tagging</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180811#M8922</link>
      <description>&lt;P&gt;Thank you - that is the right SK !&lt;/P&gt;</description>
      <pubDate>Sat, 13 May 2023 19:57:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/180811#M8922</guid>
      <dc:creator>G_W_Albrecht</dc:creator>
      <dc:date>2023-05-13T19:57:17Z</dc:date>
    </item>
    <item>
      <title>Re: Proxy ARP and VLAN tagging</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/181072#M8931</link>
      <description>&lt;P&gt;Thank you both for your answers.&lt;/P&gt;&lt;P&gt;An update from my side:&lt;/P&gt;&lt;P&gt;I just found out that when I use IP addresses on the physical interface on which HA is enabled are set to the same subnet as the VIP address, the proxy arp works as it should for auto-NAT rules.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Both manual and auto-generated NAT need local.arp file" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/20937iDC904BCE62E7F4CC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cp-ha-1.png" alt="Both manual and auto-generated NAT need local.arp file" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Both manual and auto-generated NAT need local.arp file&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Only manual NAT needs local.arp file" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/20936iC8A61544DE1C701E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cp-ha-2.png" alt="Only manual NAT needs local.arp file" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Only manual NAT needs local.arp file&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Above are of course fictional addresses. The cluster IP address is actually one of a 87.x.x.x./29-subnet we got from our internet provider, so I need to use 192.x.x.x. private addresses on the physical interfaces to have more internet route-able addresses usable for NAT to internal hosts.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2023 10:28:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Proxy-ARP-and-VLAN-tagging/m-p/181072#M8931</guid>
      <dc:creator>arnieh</dc:creator>
      <dc:date>2023-05-16T10:28:20Z</dc:date>
    </item>
  </channel>
</rss>

