<?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: ONELINER - Easy VPN Debug - with IKE live view in Scripts</title>
    <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90566#M545</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting idea. This makes debugging much easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 05 Jul 2020 11:15:38 GMT</pubDate>
    <dc:creator>Nauuk_K</dc:creator>
    <dc:date>2020-07-05T11:15:38Z</dc:date>
    <item>
      <title>VPN Debug + IKE live view</title>
      <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/89820#M542</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="evpnike123.JPG" style="width: 400px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/9440i78FC62C11A2D9A0E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="evpnike123.JPG" alt="evpnike123.JPG" /&gt;&lt;/span&gt;&lt;BR /&gt;This oneliner will do the work for you.&lt;BR /&gt;Use this onliner to start easy a VPN debug without entering all debug commands by hand.&lt;/P&gt;
&lt;P&gt;Shows you the results of the &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;ike.elg&lt;/FONT&gt;&lt;/STRONG&gt; file as &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;live view&lt;/FONT&gt;&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;echo 'echo "VPN Debug start"; function ctrl_c { vpn debug off; vpn debug ikeoff; vpn debug truncoff; echo "VPN Debug stop"; rm /tmp/vd; exit 0;}; trap ctrl_c INT; vpn debug trunc; vpn debug on; vpn debug ikeon; vpn debug on TDERROR_ALL_ALL=5; echo -e "\e[7m"; echo " Stop VPN debug with CTRL-C "; echo -e "\e[0m"; tail -f $FWDIR/log/ike.elg;' &amp;gt; /tmp/vd; chmod 770 /tmp/vd; /tmp/vd&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the VPN error has occurred, you only need to stop the oneliner via CTRL-C.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vd_ike1.JPG" style="width: 480px;"&gt;&lt;img src="https://community.checkpoint.com/t5/image/serverpage/image-id/7013i57E2DD77B3E45662/image-size/large?v=v2&amp;amp;px=999" role="button" title="vd_ike1.JPG" alt="vd_ike1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Now you can find the usual debug files here:&lt;BR /&gt;$FWDIR/log/ike.elg&lt;BR /&gt;$FWDIR/log/vpnd.elg&lt;/P&gt;
&lt;P&gt;More VPN oneliner:&lt;BR /&gt;&lt;A href="https://community.checkpoint.com/t5/General-Topics/ONELINER-Ease-VPN-Debug/td-p/89819" target="_self"&gt;- ONELINER - Easy VPN Debug&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://community.checkpoint.com/t5/General-Topics/ONELINER-Ease-VPN-Debug-with-VPND-live-view/m-p/89821#M18000" target="_self"&gt;- ONELINER - Easy VPN Debug - with VPND live view&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Use the tool with even more functions:&lt;BR /&gt;&lt;SPAN class="lia-message-read"&gt;&lt;FONT style="background-color: #f8f8fa;"&gt;&lt;SPAN style="font-family: inherit;"&gt;&lt;A href="https://community.checkpoint.com/t5/General-Topics/Easy-VPN-Debug-Tool/m-p/89755#M17987" target="_self"&gt;- Easy VPN Debug Tool&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Dec 2020 16:11:02 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/89820#M542</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-12-01T16:11:02Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Easy VPN Debug - with IKE live view</title>
      <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90090#M543</link>
      <description>&lt;P&gt;This is a simple and very good solution.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Jun 2020 15:50:26 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90090#M543</guid>
      <dc:creator>Joerg_R</dc:creator>
      <dc:date>2020-06-29T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Easy VPN Debug - with IKE live view</title>
      <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90402#M544</link>
      <description>&lt;P&gt;Do I see it right, that you use the following VPN debug commands?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;vpn debug trunc; 
vpn debug on; 
vpn debug ikeon; 
vpn debug on TDERROR_ALL_ALL=5&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What do I have to do after the debug?&lt;BR /&gt;Stop debug?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jul 2020 12:57:35 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90402#M544</guid>
      <dc:creator>Alice_Shields</dc:creator>
      <dc:date>2020-07-02T12:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Easy VPN Debug - with IKE live view</title>
      <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90566#M545</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/21670"&gt;@HeikoAnkenbrand&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Interesting idea. This makes debugging much easier.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 05 Jul 2020 11:15:38 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90566#M545</guid>
      <dc:creator>Nauuk_K</dc:creator>
      <dc:date>2020-07-05T11:15:38Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Easy VPN Debug - with IKE live view</title>
      <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90634#M546</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.checkpoint.com/t5/user/viewprofilepage/user-id/23026"&gt;@Alice_Shields&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I use the following cli commands in the script.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;vpn debug trunc; 
vpn debug on; 
vpn debug ikeon; 
vpn debug on TDERROR_ALL_ALL=5

&amp;gt;&amp;gt;&amp;gt; VPN issue &amp;lt;&amp;lt;&amp;lt;

vpn debug off 
vpn debug ikeoff
vpn debug truncoff&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jul 2020 06:55:55 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/90634#M546</guid>
      <dc:creator>HeikoAnkenbrand</dc:creator>
      <dc:date>2020-07-06T06:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: ONELINER - Easy VPN Debug - with IKE live view</title>
      <link>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/95544#M547</link>
      <description>&lt;P&gt;Nice solution!&lt;/P&gt;</description>
      <pubDate>Fri, 28 Aug 2020 19:04:13 GMT</pubDate>
      <guid>https://community.checkpoint.com/t5/Scripts/VPN-Debug-IKE-live-view/m-p/95544#M547</guid>
      <dc:creator>president</dc:creator>
      <dc:date>2020-08-28T19:04:13Z</dc:date>
    </item>
  </channel>
</rss>

