<?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: Policy based routing in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281704#M46807</link>
    <description>&lt;P&gt;It depends what you are trying to achieve and why, can you please clarify?&lt;/P&gt;
&lt;P&gt;Do you have multiple links from the ISP or only multiple subnets, is there a reason you want traffic on different links etc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Sep 2026 01:15:24 GMT</pubDate>
    <dc:creator>Chris_Atkinson</dc:creator>
    <dc:date>2026-09-01T01:15:24Z</dc:date>
    <item>
      <title>Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281696#M46804</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’d like to ask for some advice regarding Policy-Based Routing (PBR), specifically whether using PBR can consume a significant amount of RAM and CPU on a Check Point firewall.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I have a ClusterXL setup (no VSX and no Multi-Domain Management), and we are going to have 2 different public subnets from the same ISP.&lt;/P&gt;&lt;P&gt;I have thought of 2 solutions on how to implement a setup where the 2 public subnets&amp;nbsp;can be used simultaneously.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Use the normal default route for all traffic and PBR for the second public subnet&lt;BR /&gt;&lt;SPAN&gt;The first public subnet would use the normal Internet routing configuration. For traffic originating from the second public subnet, or from specific private subnets, PBR would be used to route the traffic appropriately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2- Use only one default route towards the internet and configure the&amp;nbsp;second public subnet on a physical interface that's NOT facing the internet. I'll ask the ISP to configure a static route for the&amp;nbsp;second public subnet pointing at link we already have with the first subnet. I have only one concern that is NATing for the second subnet, I think it should work with no problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which setup you guys think is the best to be used in this case? and do you think NATing will work if I implement the second solution?&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2026 19:49:11 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281696#M46804</guid>
      <dc:creator>az26</dc:creator>
      <dc:date>2026-08-31T19:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281703#M46806</link>
      <description>&lt;P&gt;To answer the question of resource usage, it is generally not an issue unless your routing table is huge.&lt;BR /&gt;In general, you might want to have a look at:&amp;nbsp;&lt;A href="https://support.checkpoint.com/results/sk/sk167135" target="_blank"&gt;https://support.checkpoint.com/results/sk/sk167135&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 31 Aug 2026 22:57:57 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281703#M46806</guid>
      <dc:creator>PhoneBoy</dc:creator>
      <dc:date>2026-08-31T22:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281704#M46807</link>
      <description>&lt;P&gt;It depends what you are trying to achieve and why, can you please clarify?&lt;/P&gt;
&lt;P&gt;Do you have multiple links from the ISP or only multiple subnets, is there a reason you want traffic on different links etc?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 01:15:24 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281704#M46807</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2026-09-01T01:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281705#M46808</link>
      <description>&lt;P&gt;Do you just want to use Subnet2 for NAT purposes? If so, that's easy; no PBR. &amp;nbsp;Just as you were imagining in your Item 2. You need to have your upstream next-hop gateway (aka "the thing that is your default gateway") unicast route Subnet2 to your cluster VIP:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;# 192.0.2.0/24 is your Subnet2; 203.0.113.254 is your cluster VIP
# 203.0.113.0/24 is your current ISP-facing subnet; e.g.: 203.0.113.1 is your default gateway, this router
ip route 192.0.2.0 255.255.255.0 203.0.113.254
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;Now just configure host/network objects with hide or static NAT as per usual. No ARPs to publish, no proxy arps to mangle.&lt;/P&gt;
&lt;P&gt;The only reason "arp" and "proxy arp" are truly ever needed is to just get the packet into the host's OS interface for processing. &amp;nbsp;That's all these things really do; "give me the packet", they say. &amp;nbsp;Once the host OS has the packet, it does its normal packet-processing thing. &amp;nbsp;That's what the unicast route from the ISP uplink does; gives you the packet (that's how routers work anyway).&lt;/P&gt;
&lt;P&gt;I've done this countless times on single gateway, cluster, and VSX VS.&lt;/P&gt;
&lt;P&gt;For extra credit, ask yourself "can I use the network ID and broadcast IPs in this manner?" &amp;nbsp;(I'll leave that as an exercise for the reader).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 01:45:05 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281705#M46808</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2026-09-01T01:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281725#M46816</link>
      <description>&lt;P&gt;Thanks Duane for your reply!&amp;nbsp;&lt;BR /&gt;We have a public subnet, let's say&amp;nbsp;203.0.113.0/24&lt;BR /&gt;We have 2 internet connections, each one is terminated to a Security GW. One internet connection is primary while the second one is secondary. We have outgoing traffic, we have NATing (in and out),, etc.&lt;BR /&gt;Everything is working fine.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Now we have a new daughter company to integrate into our network. They have their own&amp;nbsp;public subnet, let's say 192.0.2.0/24.&lt;BR /&gt;They want to keep their&amp;nbsp;public subnet mainly for the NATed objects in the DMZ, i.e. their public servers that should be reached from the internet.&lt;BR /&gt;They don't have any requirement about their outgoing traffic, so we can use either public subnet.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;In your answer, do you mean that we don't even need to configure an interface the subnet-2 ?&lt;BR /&gt;Then, all traffic goes over the existing links that use&amp;nbsp;203.0.113.0/24 ?&lt;BR /&gt;We'll of course ask the ISP to configure a static route in the CPEs toward 192.0.2.0/24 pointing at&amp;nbsp;203.0.113.254 as you wrote.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 12:57:47 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281725#M46816</guid>
      <dc:creator>az26</dc:creator>
      <dc:date>2026-09-01T12:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281726#M46817</link>
      <description>&lt;P&gt;(Full Disclosure: *hand-waving*/*glossing-over* some finer details)&lt;BR /&gt;Yes, that should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Speaking of those finer details:&lt;/P&gt;
&lt;P&gt;However, if both ISPs are terminating directly into your gateways, what is the determining factor that gets the additional subnet down each ISP path? &amp;nbsp;(or do you just need it down one path?) Who/what is advertising ownership of that additional subnet? Do you have (or need) BGP on your firewall to announce that subnet? This will be the part where it can go wrong.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regardless: depending on your size and need, you can get, or make, yourself a way to test/lab this to verify everything first. Shouldn't take too much time.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 13:13:36 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281726#M46817</guid>
      <dc:creator>Duane_Toler</dc:creator>
      <dc:date>2026-09-01T13:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Policy based routing</title>
      <link>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281730#M46818</link>
      <description>&lt;P&gt;Thanks a lot Duane!&lt;BR /&gt;I'll test this in the lab and I'll you know if something doesn't go as suggested &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;We own our public subnet.&lt;BR /&gt;At the moment we are using static routing. We have 2 internet connections from the same ISP.&amp;nbsp;&lt;BR /&gt;The plan is to ask our ISP to announce subnet-2 (&lt;SPAN&gt;daughter company&amp;nbsp;public subnet).&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2026 13:28:04 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/Policy-based-routing/m-p/281730#M46818</guid>
      <dc:creator>az26</dc:creator>
      <dc:date>2026-09-01T13:28:04Z</dc:date>
    </item>
  </channel>
</rss>

