<?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: R80.30 routing issue with ospf and VPN in General Topics</title>
    <link>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71134#M14409</link>
    <description>Keep in mind that the VPN domain overrides the routing table, so be sure to set those correct for each FW.&lt;BR /&gt;It really sounds like you have network 192.168.2.* in the remote VPN domain.</description>
    <pubDate>Mon, 23 Dec 2019 18:11:43 GMT</pubDate>
    <dc:creator>Maarten_Sjouw</dc:creator>
    <dc:date>2019-12-23T18:11:43Z</dc:date>
    <item>
      <title>R80.30 routing issue with ospf and VPN</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71108#M14405</link>
      <description>&lt;P&gt;I have a deployment with two Sites, at each sites there is a checkpoint CP1 and CP2, which are connected by Site-to-Site VPN (Routed VPN, numbered vti).&lt;/P&gt;&lt;P&gt;Here is a simplified description:&lt;/P&gt;&lt;P&gt;Subnet1, Subnet2 &amp;lt;----&amp;gt; Switch1 &amp;lt;--ospf--&amp;gt; CP1 &amp;lt;------- Routed VPN, ospf -----&amp;gt; CP2 &amp;lt;--ospf--&amp;gt; Switch2 &amp;lt;---&amp;gt; Subnet3, Subnet4&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;CP1 have LAN address 192.168.1.1 (subnet1), CP2 have LAN address 172.16.1.1 (Subnet3)&lt;/P&gt;&lt;P&gt;All Subnets are in different VLANs and routable on switches. &amp;nbsp;There are corresponding vlan interfaces with .254 address on switches&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This setup was working fine on R77.30.&lt;/P&gt;&lt;P&gt;But on R80.30 I have some weird routing issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot access CP1 LAN address 192.168.1.1 from Subnet2 (192.168.2.0/24)&lt;/P&gt;&lt;P&gt;On CP1 I have static route to 192.168.2.0/24 subnet with lower rank then OSPF route to the same subnet&lt;/P&gt;&lt;P&gt;I verified that static route is Active, not OSPF&lt;/P&gt;&lt;P&gt;All firewall rules are in place. The issue not in that. I see that traffic is not blocked.&lt;/P&gt;&lt;P&gt;Investigating I found out following&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If there is no tunnel between CP1 and CP2, and ospf between Switch1 and CP1 enabled, then no issue, I can access CP1 from Subnet2&lt;/LI&gt;&lt;LI&gt;If the tunnel between CP1 and CP2 working, but ospf between CP1 and Switch1 disabled, then there is also no issue&lt;/LI&gt;&lt;LI&gt;So as long as ospf between Switch1 and CP1 enabled, and VPN between CP1 and CP2 up I have that issue.&lt;/LI&gt;&lt;LI&gt;Disabling/Enabling ospf in VPN between CP1 and CP2 have no effect&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don’t understand how that is happening and why.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Investigating further, I stumbled on this:&lt;/P&gt;&lt;P&gt;CP1 have interfaces&lt;/P&gt;&lt;P&gt;eth0 – LAN (192.168.1.1)&lt;/P&gt;&lt;P&gt;eth2 – Internet&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In both cases (when the issue exists and when not) commands&lt;/P&gt;&lt;P&gt;&amp;gt;Show route&lt;/P&gt;&lt;P&gt;#routed –n&lt;/P&gt;&lt;P&gt;ip route &amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Shows correct routing table, thru correct interfaces (eth0) to Subnet2 (192.168.2.0/24) destination&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;gt;show route&lt;/P&gt;&lt;P&gt;S&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 192.168.2.0/24&amp;nbsp;&amp;nbsp;&amp;nbsp; via 192.168.1.254, eth0, cost 0, age 48031&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#route -n&lt;/P&gt;&lt;P&gt;192.168.2.0&amp;nbsp;&amp;nbsp; 192.168.1.254 255.255.255.0&amp;nbsp;&amp;nbsp; UG&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 eth0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;#ip route&lt;/P&gt;&lt;P&gt;192.168.2.0/24 via 192.168.1.254 dev eth0 proto 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But command&amp;nbsp;&amp;nbsp; #ip route get 192.168.2.0/24 shows when no issue&lt;/P&gt;&lt;P&gt;192.168.2.0 via 192.168.1.254 dev eth0 src 192.168.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when routing issue&lt;/P&gt;&lt;P&gt;192.168.2.0 via 192.168.1.254 dev &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;eth2&lt;/STRONG&gt;&lt;/FONT&gt; src 192.168.1.1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So basically it is showing that it will be sending packets thru eth2 not eth0.&lt;/P&gt;&lt;P&gt;Why ?? &amp;nbsp;from where the hell it comes from&lt;/P&gt;&lt;P&gt;the only route that is should be thru eth2 is static default route to ISP gateway&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get more confused when issue exists I can easily access Internet resources from Subnet2,&lt;/P&gt;&lt;P&gt;And I can connect by VPN to CP1 (I have it configured)&amp;nbsp; and access computers in Subnet2&lt;/P&gt;&lt;P&gt;So this routing issue only affects packets that is coming from CP1 itself and does not affect packets that is just passing thru&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If look at CP2 from Subnet4&amp;nbsp; the issue is the same&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas what is going on. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 12:16:51 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71108#M14405</guid>
      <dc:creator>SPM</dc:creator>
      <dc:date>2019-12-23T12:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: R80.30 routing issue with ospf and VPN</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71134#M14409</link>
      <description>Keep in mind that the VPN domain overrides the routing table, so be sure to set those correct for each FW.&lt;BR /&gt;It really sounds like you have network 192.168.2.* in the remote VPN domain.</description>
      <pubDate>Mon, 23 Dec 2019 18:11:43 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71134#M14409</guid>
      <dc:creator>Maarten_Sjouw</dc:creator>
      <dc:date>2019-12-23T18:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: R80.30 routing issue with ospf and VPN</title>
      <link>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71152#M14414</link>
      <description>&lt;P&gt;I have a Routed VPN, not Domain based VPN. So VPN Domain just an empty group.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Dec 2019 23:17:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/General-Topics/R80-30-routing-issue-with-ospf-and-VPN/m-p/71152#M14414</guid>
      <dc:creator>SPM</dc:creator>
      <dc:date>2019-12-23T23:17:55Z</dc:date>
    </item>
  </channel>
</rss>

