<?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: SMB Default gateway in Spark Firewall (SMB)</title>
    <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218546#M10867</link>
    <description>&lt;P&gt;If your WAN IP is DHCP, then, yes, it will control the default route by design.&lt;BR /&gt;You can create multiple more specific routes that point to the VTI.&lt;BR /&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;add static-route destination 0.0.0.0/1 nexthop gateway ipv4-address W.X.Y.Z&lt;/LI&gt;
&lt;LI&gt;add static-route destination 128.0.0.0/1 nexthop gateway ipv4-address W.X.Y.Z&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2024 19:19:17 GMT</pubDate>
    <dc:creator>PhoneBoy</dc:creator>
    <dc:date>2024-06-24T19:19:17Z</dc:date>
    <item>
      <title>SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218391#M10853</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;netstat -r shows this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="ruby"&gt;Gateway-ID-7FB7C2DC&amp;gt; netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
default         ua-113-13-192- 0.0.0.0         UG        0 0          0 WAN
90.254.144.124  *               255.255.255.255 UH        0 0          0 vpnt10
192.168.3.0     *               255.255.255.0   U         0 0          0 LAN1
192.168.4.10    *               255.255.255.255 UH        0 0          0 vpnt10
113.113.192.0   *               255.255.224.0   U         0 0          0 WAN
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need 90.254.144.124 to be my default gateway, I don't know how to configure that! I used, &lt;STRONG&gt;add static route&lt;/STRONG&gt; and, &lt;STRONG&gt;set static route&lt;/STRONG&gt; and this is what&amp;nbsp;I got:&lt;/P&gt;
&lt;LI-CODE lang="ruby"&gt;show static-routes table
id   disabled   destination          source               service   ipv4-address     monitored-server-1monitored-server-2monitored-server-3monitoring-mode  interface   logical          metric    priority   comment
1    false                                                          90.254.144.124                                                      off                                           102       0
2    false      90.254.144.124/32                                                                                                       off              vpnt10      vpnt10           10        0
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My SMB is connected to a central office via a VTI and the central office external IP needs to be the default gateway of SMB. SMB IP is dynamic, the 113.113.* IP is the dynamic IP of my SMB&lt;/P&gt;
&lt;P&gt;Still when I do i traceroute I don't see my central office IP, it shows directly the default gateway of my dynamic IP (my ISP router)&lt;/P&gt;
&lt;P&gt;The community is configured like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vpn-routing.JPG" style="width: 518px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26388i1E2061325829F23A/image-size/large?v=v2&amp;amp;px=999" role="button" title="vpn-routing.JPG" alt="vpn-routing.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;any ideas!&lt;/P&gt;</description>
      <pubDate>Sat, 22 Jun 2024 20:49:34 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218391#M10853</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-06-22T20:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218394#M10854</link>
      <description>&lt;P&gt;You probably want to do a couple of things here&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Ensure the VPN peer IP (and any break glass IP etc) is routed/reachable outside the tunnel.&lt;/P&gt;
&lt;P&gt;2. Configure your default route e.g.&lt;/P&gt;
&lt;P&gt;add static-route destination 0.0.0.0/0 nexthop gateway ipv4-address W.X.Y.Z&lt;/P&gt;
&lt;P&gt;3. If you still encounter problems try d&lt;SPAN&gt;isabling the default use of the Internet connection as the default gateway. As I recall this is controlled via:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;TABLE class="TableStyle-TP_Table_Code" cellspacing="0"&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;
&lt;TBODY&gt;
&lt;TR class="TableStyle-TP_Table_Code-Body-Body1"&gt;
&lt;TD class="TableStyle-TP_Table_Code-BodyA--Body1"&gt;
&lt;P&gt;&lt;CODE&gt;set internet-connection "&amp;lt;&lt;EM&gt;name&lt;/EM&gt;&amp;gt;" route-traffic-through-default-gateway {true | false}&lt;/CODE&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;</description>
      <pubDate>Sun, 23 Jun 2024 03:32:03 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218394#M10854</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2024-06-23T03:32:03Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218407#M10855</link>
      <description>&lt;P&gt;&lt;SPAN&gt;add static-route destination 0.0.0.0/0 nexthop gateway ipv4-address W.X.Y.Z, you need to add a metric between 101-200, giving 101 to this command is rejected&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;"Could not set static route metric: the metric of a default route must be unique, and cannot be same as of an existing internet connection priority " &lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I get that message even if internet connection&amp;nbsp;&lt;SPAN&gt;route-traffic-through-default-gateway&amp;nbsp; is disabled?!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;adding priority example 102 then the command is accepted but the gateway looses internet connection&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Deleting the internet connection and adding new one,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;It seems to be not allowed to add a default gateway to an internet connection when it is type "DHCP"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;so what should be done here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Do I need to configure the DDNS to be able to set the default gateway as needed?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 13:23:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218407#M10855</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-06-23T13:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218416#M10856</link>
      <description>&lt;P&gt;If you type ? mark at the end of that command, should give you options available.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jun 2024 23:47:42 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218416#M10856</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-06-23T23:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218546#M10867</link>
      <description>&lt;P&gt;If your WAN IP is DHCP, then, yes, it will control the default route by design.&lt;BR /&gt;You can create multiple more specific routes that point to the VTI.&lt;BR /&gt;For example:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;add static-route destination 0.0.0.0/1 nexthop gateway ipv4-address W.X.Y.Z&lt;/LI&gt;
&lt;LI&gt;add static-route destination 128.0.0.0/1 nexthop gateway ipv4-address W.X.Y.Z&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 19:19:17 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218546#M10867</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-06-24T19:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218609#M10872</link>
      <description>&lt;P&gt;&lt;STRONG&gt;0.0.0.0/1&lt;/STRONG&gt; seems to work fine beside the default route to the ISP&lt;/P&gt;
&lt;P&gt;I still got 2 problems:&lt;/P&gt;
&lt;P&gt;SMS is unreachable on SMB! but still fetch policy works fine?!&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unreachable-sms.JPG" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26435i378AE8B989FA1CD2/image-size/large?v=v2&amp;amp;px=999" role="button" title="unreachable-sms.JPG" alt="unreachable-sms.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="unreachable-sms1.JPG" style="width: 720px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26436i60569C9D1C03E7D7/image-size/large?v=v2&amp;amp;px=999" role="button" title="unreachable-sms1.JPG" alt="unreachable-sms1.JPG" /&gt;&lt;/span&gt;+&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other problem is that my PC behind SMB does not get internet, it is connected to port 1 (192.168.3.1) on SMB. My PC has SMB as its default gateway, My PC is getting 192.168.3.2.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 10:55:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218609#M10872</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-06-25T10:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218613#M10873</link>
      <description>&lt;P&gt;Maybe do some basic captures to see why mgmt server is not reachable.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 12:10:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218613#M10873</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-06-25T12:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218650#M10875</link>
      <description>&lt;P&gt;By default, traffic related to SIC does not go over VPN.&lt;BR /&gt;This requires several changes to accomplish and is generally NOT recommended.&lt;/P&gt;
&lt;P&gt;Based on your current routing configuration, it's probably trying to do that...and failing.&lt;BR /&gt;You might need to create a static route towards your SMS public IP that goes out your regular default route.&lt;/P&gt;
&lt;P&gt;As far as other troubleshooting, I would suggest using fw monitor with the -F option to specify appropriate filters (to account for traffic in both directions):&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk30583" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk30583&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;This will at least give us an idea of where we need to look next.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 15:40:21 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218650#M10875</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2024-06-25T15:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218735#M10886</link>
      <description>&lt;P&gt;Sorry that I wasn't specific enough in my earlier reply and references to break glass subnets and such. &lt;BR /&gt;Management should also be routed outside the VPN and would need to be externally accessible via a NAT.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 06:33:07 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218735#M10886</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2024-06-26T06:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218859#M10898</link>
      <description>&lt;P&gt;Is there any way to "save config" on SMBs, or it does not need to manually save?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 18:41:22 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218859#M10898</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-06-26T18:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218860#M10899</link>
      <description>&lt;P&gt;There is not and no need either.&lt;/P&gt;
&lt;P&gt;Andy&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 18:45:09 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218860#M10899</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-06-26T18:45:09Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218867#M10900</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="device-status.JPG" style="width: 970px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26488i142DB32250EC84DE/image-size/large?v=v2&amp;amp;px=999" role="button" title="device-status.JPG" alt="device-status.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;this SMB device is working correctly now, but still on SMS shows red cross, I wonder why?&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 19:08:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218867#M10900</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-06-26T19:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218874#M10901</link>
      <description>&lt;P&gt;would be hulpfull to share the full error message of the red cross.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 20:28:06 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218874#M10901</guid>
      <dc:creator>Lesley</dc:creator>
      <dc:date>2024-06-26T20:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218880#M10902</link>
      <description>&lt;P&gt;That is the problem: There is no error message but still red cross!&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error1.JPG" style="width: 575px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26490i191EA3A52728737A/image-size/large?v=v2&amp;amp;px=999" role="button" title="error1.JPG" alt="error1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="error2.JPG" style="width: 946px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26491i91DB073B575671F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="error2.JPG" alt="error2.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jun 2024 20:56:56 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218880#M10902</guid>
      <dc:creator>Moudar</dc:creator>
      <dc:date>2024-06-26T20:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218902#M10906</link>
      <description>&lt;P&gt;This is not uncommon for DAIP Spark gateways in my experience.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Will see if I can find the reference or SK that discusses it and share it here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.checkpoint.com/t5/SMB-Gateways-Spark/Why-are-DAIP-gateways-never-really-shown-as-connected-even-when/td-p/99457" target="_blank"&gt;Why are DAIP gateways never really shown as connec... - Check Point CheckMates&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 01:04:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218902#M10906</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2024-06-27T01:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218903#M10907</link>
      <description>&lt;P&gt;Maybe TAC can confirm, but it could be expected, since its DAIP.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 00:51:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218903#M10907</guid>
      <dc:creator>the_rock</dc:creator>
      <dc:date>2024-06-27T00:51:55Z</dc:date>
    </item>
    <item>
      <title>Re: SMB Default gateway</title>
      <link>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218905#M10908</link>
      <description>&lt;P&gt;Known Limitation:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="limitation.jpg" style="width: 999px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/26492iFD22861E1C11A66F/image-size/large?v=v2&amp;amp;px=999" role="button" title="limitation.jpg" alt="limitation.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 01:13:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Spark-Firewall-SMB/SMB-Default-gateway/m-p/218905#M10908</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2024-06-27T01:13:24Z</dc:date>
    </item>
  </channel>
</rss>

