<?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: VSX Gateway is using internal IP in DHCP relay connections in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206048#M38919</link>
    <description>&lt;P&gt;By internal address, I suppose you mean the internal VSX communication network.&lt;/P&gt;&lt;P&gt;I had this occurence with R81+ gateways and ended up crating manual NAT entries for the relevant interfaces IP to use the VS IP for DHCP services.&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 11:42:47 GMT</pubDate>
    <dc:creator>Alex-</dc:creator>
    <dc:date>2024-02-14T11:42:47Z</dc:date>
    <item>
      <title>VSX Gateway is using internal IP in DHCP relay connections</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206028#M38912</link>
      <description>&lt;P&gt;Hi all:&lt;/P&gt;&lt;P&gt;Yesterday we upgraded a VSX Gateway from R80.40 to R81.10 Take 130. Today most of the users cannot get IP from DHCP. The gateway has configured DHCP relay on the interface, the config is still ok, survived to the upgrade, but in most of the DHCP requests, it's sending the unicast packets to DHCP servers with internal IP address, instead of the IP of Gateway Address.&lt;/P&gt;&lt;P&gt;We checked the value of the variable&amp;nbsp;&lt;STRONG&gt;fw ctl get int fwx_dhcp_relay_nat&lt;/STRONG&gt;, it's &lt;STRONG&gt;0&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;We are checking this article,&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk97642," target="_blank"&gt;https://support.checkpoint.com/results/sk/sk97642,&lt;/A&gt;&amp;nbsp;but no luck so far.&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:52:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206028#M38912</guid>
      <dc:creator>Franktum</dc:creator>
      <dc:date>2024-02-14T08:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: VSX Gateway is using internal IP in DHCP relay connections</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206048#M38919</link>
      <description>&lt;P&gt;By internal address, I suppose you mean the internal VSX communication network.&lt;/P&gt;&lt;P&gt;I had this occurence with R81+ gateways and ended up crating manual NAT entries for the relevant interfaces IP to use the VS IP for DHCP services.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 11:42:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206048#M38919</guid>
      <dc:creator>Alex-</dc:creator>
      <dc:date>2024-02-14T11:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: VSX Gateway is using internal IP in DHCP relay connections</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206143#M38939</link>
      <description>&lt;P&gt;Is there a 'no-nat' rule that might be accidently causing this?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 03:23:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206143#M38939</guid>
      <dc:creator>emmap</dc:creator>
      <dc:date>2024-02-15T03:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: VSX Gateway is using internal IP in DHCP relay connections</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206150#M38941</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The root of the issue was a custom configuration in table.def management file:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no_hide_services_ports = { &amp;lt;4500,17&amp;gt;, &amp;lt;500, 17&amp;gt;, &amp;lt;259, 17&amp;gt;, &amp;lt;1701, 17&amp;gt;, &amp;lt;5500, 17&amp;gt;, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;lt;67, 17&amp;gt;, &amp;lt;68, 17&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt;};&lt;/P&gt;&lt;P&gt;no_fold_services_ports = { &amp;lt;4500,17&amp;gt;, &amp;lt;500, 17&amp;gt;, &amp;lt;259, 17&amp;gt;, &amp;lt;1701, 17&amp;gt; , &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;&amp;lt;67, 17&amp;gt;, &amp;lt;68, 17&amp;gt;&lt;/STRONG&gt;&lt;/FONT&gt; };&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It was working for years with previous versions but with R81.10 it didn't. Once we deleted the bootp ports from the file the problem was fixed.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 15 Feb 2024 07:25:54 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/VSX-Gateway-is-using-internal-IP-in-DHCP-relay-connections/m-p/206150#M38941</guid>
      <dc:creator>Franktum</dc:creator>
      <dc:date>2024-02-15T07:25:54Z</dc:date>
    </item>
  </channel>
</rss>

