<?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: Maestro: Routes gone after a Management interface change in Hyperscale Firewall (Maestro)</title>
    <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183843#M2022</link>
    <description>&lt;P&gt;TAC has come back and basically the only solution is to reboot or cpstop/cpstart so it will pick up from the configuration.&lt;/P&gt;&lt;P&gt;However I have found the following workaround, which can be used to restore management.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since they do exist in global routing table and in file routed0.conf we can add them manually using ip route add&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;route add default gw 10.xx.255.15 magg0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip route add 10.xy.255.0/24 via 10.xx.255.1 dev magg0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I mentioned this is a workaround. I didnt add all the routes listes on routed0.conf on purpose so I could check if pushisng policy will restore them all however this didnt work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To fix permanently a reboot at this stage is the only permanent solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Jun 2023 22:01:28 GMT</pubDate>
    <dc:creator>blito</dc:creator>
    <dc:date>2023-06-12T22:01:28Z</dc:date>
    <item>
      <title>Maestro: Routes gone after a Management interface change</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183747#M2019</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hi team,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;I have changed the management bond primary from one interface to another as trying to fix another issue that I&lt;/SPAN&gt;&lt;SPAN&gt;'m working with TAC.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;Basically I have changed on the SMO via gclish&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;from &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set bonding group 0 primary eth2-Mgmt1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;to&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set bonding group 0 primary eth1-Mgmt1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Which seems that has solved my original issue but caused another one.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Basically all my VSX routing table including my default route has dissapeared from the routing table. The configuration is still there.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;# ip route&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;10.xx.255.0/24 dev magg0 proto 7 scope link&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;192.0.2.0/24 dev Sync proto kernel scope link src 192.0.2.1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;198.51.101.0/25 dev eth1-CIN proto kernel scope link src 198.51.101.1&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;198.51.101.128/25 dev eth2-CIN proto kernel scope link src 198.51.101.201&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Where my gclish configuration has a bunch of routes&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set static-route default nexthop gateway address 10.xx.255.15 on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xy.64.0/24 nexthop gateway address 10.xx.255.1 on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xy.255.0/24 nexthop gateway address 10.xx.255.1 on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xx.64.0/24 nexthop gateway address 10.xx.255.15 on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xx.255.0/24 nexthop gateway logical magg0 on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xx.255.0/24 scopelocal on&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;I tried to using fw -d fetch local&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;And because I dont have a route to the manager, I cannot manage it from the Manager and cannot push policy to restore the routes from there.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I'm running R81.10 Take 95.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;MHO is MHO-140 (2 units)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;and the GWs are 6200 (2 units)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jun 2023 04:14:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183747#M2019</guid>
      <dc:creator>blito</dc:creator>
      <dc:date>2023-06-12T04:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro: Routes gone after a Management interface change</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183813#M2020</link>
      <description>&lt;P&gt;if is VSX did you ran&amp;nbsp;&lt;/P&gt;
&lt;P&gt;set vsx off?&lt;/P&gt;
&lt;P&gt;also are you checking on right VS?&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;&lt;SPAN&gt;10.xx.255.0/24 dev magg0 proto 7 scope link&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;192.0.2.0/24 dev Sync proto kernel scope link src 192.0.2.1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;198.51.101.0/25 dev eth1-CIN proto kernel scope link src 198.51.101.1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;198.51.101.128/25 dev eth2-CIN proto kernel scope link src 198.51.101.201&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;seems to be routes for VS0&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;and&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;set static-route default nexthop gateway address 10.xx.255.15 on&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xy.64.0/24 nexthop gateway address 10.xx.255.1 on&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xy.255.0/24 nexthop gateway address 10.xx.255.1 on&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xx.64.0/24 nexthop gateway address 10.xx.255.15 on&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xx.255.0/24 nexthop gateway logical magg0 on&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;set static-route 10.xx.255.0/24 scopelocal on&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;seems as route per vs&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;also you can't add routes on VSX you can just have default routes, the others routes have to be configured at Smartconsole and you can compared using vsx_util view_vs_conf&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 12 Jun 2023 13:29:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183813#M2020</guid>
      <dc:creator>Dario_Perez</dc:creator>
      <dc:date>2023-06-12T13:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro: Routes gone after a Management interface change</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183842#M2021</link>
      <description>&lt;P&gt;Thanks Dario.&lt;/P&gt;&lt;P&gt;I have not tried that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TAC has come back and basically the only solution is to reboot or cpstop/cpstart so it will pick up from the configuration.&lt;/P&gt;&lt;P&gt;Although I have found a workaround yesterday which is basically add the needed routes at the OS level. Interesting enough the routes need to match whatever is in the configuration or they dont get added.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 21:54:19 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183842#M2021</guid>
      <dc:creator>blito</dc:creator>
      <dc:date>2023-06-12T21:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: Maestro: Routes gone after a Management interface change</title>
      <link>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183843#M2022</link>
      <description>&lt;P&gt;TAC has come back and basically the only solution is to reboot or cpstop/cpstart so it will pick up from the configuration.&lt;/P&gt;&lt;P&gt;However I have found the following workaround, which can be used to restore management.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since they do exist in global routing table and in file routed0.conf we can add them manually using ip route add&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;route add default gw 10.xx.255.15 magg0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ip route add 10.xy.255.0/24 via 10.xx.255.1 dev magg0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As I mentioned this is a workaround. I didnt add all the routes listes on routed0.conf on purpose so I could check if pushisng policy will restore them all however this didnt work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;To fix permanently a reboot at this stage is the only permanent solution.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Jun 2023 22:01:28 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Hyperscale-Firewall-Maestro/Maestro-Routes-gone-after-a-Management-interface-change/m-p/183843#M2022</guid>
      <dc:creator>blito</dc:creator>
      <dc:date>2023-06-12T22:01:28Z</dc:date>
    </item>
  </channel>
</rss>

