<?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 After rename the gateway IPSec tunnel issue in Firewall and Security Management</title>
    <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124080#M17847</link>
    <description />
    <pubDate>Thu, 15 Jul 2021 12:52:39 GMT</pubDate>
    <dc:creator>CPRQ</dc:creator>
    <dc:date>2021-07-15T12:52:39Z</dc:date>
    <item>
      <title>After rename the gateway IPSec tunnel issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124080#M17847</link>
      <description />
      <pubDate>Thu, 15 Jul 2021 12:52:39 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124080#M17847</guid>
      <dc:creator>CPRQ</dc:creator>
      <dc:date>2021-07-15T12:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: After rename the gateway IPSec tunnel issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124081#M17848</link>
      <description>&lt;P&gt;After renaming the gateway the IPSec tunnel is not coming up. We did remove the the cert, generate and renewal the cert where the gateway name changed; and push policy on both gateways but no luck. Any idea?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 12:56:27 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124081#M17848</guid>
      <dc:creator>CPRQ</dc:creator>
      <dc:date>2021-07-15T12:56:27Z</dc:date>
    </item>
    <item>
      <title>Re: After rename the gateway IPSec tunnel issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124091#M17853</link>
      <description>&lt;P&gt;Did you try to reset SIC as well? If you are talking about IP-sec VPN site-to-site tunnels using certificates you are most likely talking about VPN traffic between Check Point gateways managed by the same management server?&lt;BR /&gt;&lt;BR /&gt;When verifying certificates all the gateways are communicating with the management. The SIC certificate between the management and the gateway is also tied to the hostname of the gateway. Might this be an issue where you have changed the hostname of the gateway without breaking and re-establishing SIC so this particular gateway is running into issues when it's trying to verify certificates by communicating with the management server?&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 14:38:25 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124091#M17853</guid>
      <dc:creator>RamGuy239</dc:creator>
      <dc:date>2021-07-15T14:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: After rename the gateway IPSec tunnel issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124094#M17854</link>
      <description>&lt;P&gt;Yes we did reset and established the SIC. Yes VPN-IPSec site to site tunnels using certificate and both gateways are under same management server. Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 14:54:14 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124094#M17854</guid>
      <dc:creator>CPRQ</dc:creator>
      <dc:date>2021-07-15T14:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: After rename the gateway IPSec tunnel issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124100#M17856</link>
      <description>&lt;P&gt;Have you tried manually installing database on the management server and tried to push policy towards the other gateways making sure everything is aware of the change of hostname and certificates? This is the point where I would simply enable IKE-debug on the affected gateways, grab the ike.elg and inspect it using IKEview from Check Point to get a better understanding of what is going on.&lt;BR /&gt;&lt;BR /&gt;It's so quick and easy to enable ike debug on the firewalls, and the ike.elg is so small and easy to understand by using IKEview (sk30994) it will often save me a lot of time when I'm confused about why a VPN-tunnel is not working.&lt;BR /&gt;&lt;BR /&gt;Connect to the gateway using SSH and enable IKE debugging:&lt;BR /&gt;&lt;BR /&gt;Expert mode&lt;BR /&gt;vpn debug trunc&lt;BR /&gt;vpn debug ikeon&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Make sure to force the tunnel establishment. I will normally utilise vpn tu on the gateway.&lt;BR /&gt;&lt;BR /&gt;vpn tu&lt;BR /&gt;7&lt;BR /&gt;TYPE IN THE IP OF THE PEER GATEWAY&lt;BR /&gt;&lt;BR /&gt;Make sure some traffic is trying to pass through the tunnel so we know it's trying to re-establish itself.&lt;BR /&gt;&lt;BR /&gt;vpn debug truncoff&lt;BR /&gt;vpn debug ikeoff&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Grab the ike.elg from $FWDIR/log/ike.elg and open it using IKEview and look through the details and figure out where it's failing. It should provide you with plenty of details. Is it because of the certificate exchange or is it failing because of something entirely different?&lt;BR /&gt;&lt;BR /&gt;It might be a good idea to do this on both sides of the VPN tunnel if you have SSH access to both. So do the same on both the gateway that you re-named, and one of the other gateways that it's having difficulties establishing a VPN-tunnel towards.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 15:07:15 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124100#M17856</guid>
      <dc:creator>RamGuy239</dc:creator>
      <dc:date>2021-07-15T15:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: After rename the gateway IPSec tunnel issue</title>
      <link>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124128#M17871</link>
      <description>&lt;P&gt;Issue is resolved after deleting old cert and creating the new one and initiate traffic through tunnel. Thanks for the help&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 19:16:16 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Firewall-and-Security-Management/After-rename-the-gateway-IPSec-tunnel-issue/m-p/124128#M17871</guid>
      <dc:creator>CPRQ</dc:creator>
      <dc:date>2021-07-15T19:16:16Z</dc:date>
    </item>
  </channel>
</rss>

