<?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: Advertising default gateway through BGP in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155153#M26441</link>
    <description>&lt;P&gt;DC does not need to know any routes except 10.10.30.0/24 and its all static routes configured which is default route. Currently the only requirement is routes should be learned from HO firewall and not vice-versa except 10.10.30.0/24.&lt;/P&gt;</description>
    <pubDate>Wed, 17 Aug 2022 16:08:20 GMT</pubDate>
    <dc:creator>Blason_R</dc:creator>
    <dc:date>2022-08-17T16:08:20Z</dc:date>
    <item>
      <title>Advertising default gateway through BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155100#M26439</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have two firewalls being managed by same management server. These two firewalls are separated in two different office premises however I have a fiber running between those. I need to construct Internet redundancy between those for HO Firewall&lt;/P&gt;&lt;P&gt;I have two ISPs at DC hence if Internet link at HO goes down the default gateway for HO will be 10.10.20.20; else will have a static gateway configured.&lt;/P&gt;&lt;P&gt;I am planning to configure eBGP between HO and DC firewall; since static route has a AD distance 1 it will be picked up on HO firewall while eBGP AD is 20 it will be used as a backup.&lt;/P&gt;&lt;P&gt;I already achieved on other platform using BGP however I am not finding a way on Check Point. Can someone please help?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Indoco-Mgmt.jpg" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/17441i586349FA83BC8C52/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Indoco-Mgmt.jpg" alt="Indoco-Mgmt.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 02:24:45 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155100#M26439</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2022-08-17T02:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Advertising default gateway through BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155102#M26440</link>
      <description>&lt;P&gt;Most likely you will need to configure BGP with route-maps ( sk94765 / sk100501 ) to allow the necessary routes in/out.&lt;/P&gt;
&lt;P&gt;How does the DC firewall learn about it's own default route, via BGP or other routing protocol(s)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 04:44:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155102#M26440</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2022-08-17T04:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: Advertising default gateway through BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155153#M26441</link>
      <description>&lt;P&gt;DC does not need to know any routes except 10.10.30.0/24 and its all static routes configured which is default route. Currently the only requirement is routes should be learned from HO firewall and not vice-versa except 10.10.30.0/24.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2022 16:08:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155153#M26441</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2022-08-17T16:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Advertising default gateway through BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155191#M26442</link>
      <description>&lt;P&gt;The below assumes the underlying BGP session is setup/established (basic example only).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Network: 0.0.0.0/0&lt;/P&gt;
&lt;P&gt;DC (Advertise)&lt;/P&gt;
&lt;P&gt;Route Redistribution from Static to BGP(65001) matching default route.&lt;/P&gt;
&lt;P&gt;HO (Receive)&lt;/P&gt;
&lt;P&gt;Inbound route filter for BGP allowing routes from AS65000&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Network: 10.10.30.0/24&lt;/P&gt;
&lt;P&gt;HO (Advertise)&lt;/P&gt;
&lt;P&gt;Route Redistribution from Interface/Static to BGP(65000)&lt;/P&gt;
&lt;P&gt;DC (Receive)&lt;/P&gt;
&lt;P&gt;Inbound route filter for BGP allowing routes from AS65001&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 07:02:59 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155191#M26442</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2022-08-18T07:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Advertising default gateway through BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155192#M26443</link>
      <description>&lt;P&gt;OK - BGP Route learning; I really feel is pretty complicated in Check Point. Honestly this is much simpler in Cisco or Vyatta or even in zebra/quagga&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 06:44:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155192#M26443</guid>
      <dc:creator>Blason_R</dc:creator>
      <dc:date>2022-08-18T06:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: Advertising default gateway through BGP</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155193#M26444</link>
      <description>&lt;P&gt;Yes it's different, things are done with a security flavor rather than just accept all.&lt;/P&gt;
&lt;P&gt;One of the main shortcuts Cisco offers is the concept of "default-originate" in the peer config.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Aug 2022 07:07:20 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/Advertising-default-gateway-through-BGP/m-p/155193#M26444</guid>
      <dc:creator>Chris_Atkinson</dc:creator>
      <dc:date>2022-08-18T07:07:20Z</dc:date>
    </item>
  </channel>
</rss>

