<?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 Portforwarding and internal networks in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125698#M5470</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/45104"&gt;@All&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I would like to enable port forwarding that works from the outside, even on the LAN. A mobile app that communicates with a service via the public address should be forwarded directly to the destination when the device is on the internal WLAN. The WLAN is on the same network. That is, requests to the public service port should be forwarded directly to the internal server. Unfortunately, I have not been able to figure out how to accomplish this. All attempts have failed so far.&lt;BR /&gt;Example:&lt;BR /&gt;OrgSrc: &amp;lt;networkname&amp;gt;&lt;BR /&gt;OrgDest: &amp;lt;public IP&amp;gt;&lt;BR /&gt;OrgSrv: &amp;lt;serviceport&amp;gt;&lt;BR /&gt;TrlSrc: Original&lt;BR /&gt;TrlDest: &amp;lt;server with the service&amp;gt;&lt;BR /&gt;TrlSrv: original (and alternatively serviceport).&lt;/P&gt;&lt;P&gt;Notice:&lt;BR /&gt;In our CP FW 1530, 2 networks (switches) are defined. There is a NAT rule for each of these networks, since otherwise no Internet access is possible via the global parameter (NAT on). For this reason, the following NAT rule was created for each network:&lt;BR /&gt;OrgSrc: &amp;lt;networkname&amp;gt;&lt;BR /&gt;OrgDest: Any&lt;BR /&gt;OrgSrv: Any&lt;BR /&gt;TrlSrc: &amp;lt;public IP&amp;gt;&lt;BR /&gt;TrlDest: Original&lt;BR /&gt;TrlSrv: Original&lt;/P&gt;&lt;P&gt;How can I realize this feature?&lt;/P&gt;&lt;P&gt;Thanks for any suggestions&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;</description>
    <pubDate>Wed, 04 Aug 2021 14:13:36 GMT</pubDate>
    <dc:creator>MatWre</dc:creator>
    <dc:date>2021-08-04T14:13:36Z</dc:date>
    <item>
      <title>Portforwarding and internal networks</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125698#M5470</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/45104"&gt;@All&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I would like to enable port forwarding that works from the outside, even on the LAN. A mobile app that communicates with a service via the public address should be forwarded directly to the destination when the device is on the internal WLAN. The WLAN is on the same network. That is, requests to the public service port should be forwarded directly to the internal server. Unfortunately, I have not been able to figure out how to accomplish this. All attempts have failed so far.&lt;BR /&gt;Example:&lt;BR /&gt;OrgSrc: &amp;lt;networkname&amp;gt;&lt;BR /&gt;OrgDest: &amp;lt;public IP&amp;gt;&lt;BR /&gt;OrgSrv: &amp;lt;serviceport&amp;gt;&lt;BR /&gt;TrlSrc: Original&lt;BR /&gt;TrlDest: &amp;lt;server with the service&amp;gt;&lt;BR /&gt;TrlSrv: original (and alternatively serviceport).&lt;/P&gt;&lt;P&gt;Notice:&lt;BR /&gt;In our CP FW 1530, 2 networks (switches) are defined. There is a NAT rule for each of these networks, since otherwise no Internet access is possible via the global parameter (NAT on). For this reason, the following NAT rule was created for each network:&lt;BR /&gt;OrgSrc: &amp;lt;networkname&amp;gt;&lt;BR /&gt;OrgDest: Any&lt;BR /&gt;OrgSrv: Any&lt;BR /&gt;TrlSrc: &amp;lt;public IP&amp;gt;&lt;BR /&gt;TrlDest: Original&lt;BR /&gt;TrlSrv: Original&lt;/P&gt;&lt;P&gt;How can I realize this feature?&lt;/P&gt;&lt;P&gt;Thanks for any suggestions&lt;/P&gt;&lt;P&gt;Mathias&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:13:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125698#M5470</guid>
      <dc:creator>MatWre</dc:creator>
      <dc:date>2021-08-04T14:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Portforwarding and internal networks</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125710#M5472</link>
      <description>&lt;P&gt;The correct way to do this is to create a server object (not a NAT rule).&lt;BR /&gt;And yes, there is a specific option in the server object to support the use case you’re describing.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 14:58:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125710#M5472</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-08-04T14:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Portforwarding and internal networks</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125725#M5473</link>
      <description>&lt;P&gt;A server object is existing. (Why do I've to define a port instead of a service object?) This object is working fine for external requests of the mobile device, but not for internal requests, while the requests are using the public IP. Access for all zones is activated.&lt;BR /&gt;NAT settings: Hide behind gateway&lt;BR /&gt;Advanced: Force translated traffic&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 17:04:50 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125725#M5473</guid>
      <dc:creator>MatWre</dc:creator>
      <dc:date>2021-08-04T17:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: Portforwarding and internal networks</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125727#M5474</link>
      <description>&lt;P&gt;Server objects require defining the specific ports.&lt;BR /&gt;Regardless, I can confirm this is not working as expected.&lt;BR /&gt;Recommend opening a TAC case.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Aug 2021 17:33:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/Portforwarding-and-internal-networks/m-p/125727#M5474</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2021-08-04T17:33:59Z</dc:date>
    </item>
  </channel>
</rss>

