- CheckMates
- :
- CheckMates Toolbox
- :
- Scripts
- :
- Re: ONELINER - Easy VPN Debug
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
VPN Debug
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


This oneliner will do the work for you.
Use this onliner to start easy a VPN debug without entering all debug commands by hand.
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"; sleep 100000000;' > /tmp/vd; chmod 770 /tmp/vd; /tmp/vd
If the VPN error has occurred, you only need to stop the oneliner via CTRL-C.
Now you can find the usual debug files here:
$FWDIR/log/ike.elg
$FWDIR/log/vpnd.elg
More VPN oneliner:
- ONELINER - Easy VPN Debug - with VPND live view
- ONELINER - Easy VPN Debug - with IKE live view
Use the tool with even more functions:
- Easy VPN Debug Tool
This oneliner will do the work for you.
Use this onliner to start easy a VPN debug without entering all debug commands by hand.
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"; sleep 100000000;' > /tmp/vd; chm
...;
Disclaimer: Check Point does not provide maintenance services or technical or customer support for third party content provided on this Site, including in CheckMates Toolbox. See also our Third Party Software Disclaimer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Saves a lot of typing.
Super oneliner!
Saves a lot of typing.
Super oneliner!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @HeikoAnkenbrand,
That's an interesting idea.
Can you use it for debugging that has nothing to do with VPN?
regards,
Robin
Hi @HeikoAnkenbrand,
That's an interesting idea.
Can you use it for debugging that has nothing to do with VPN?
regards,
Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @HeikoAnkenbrand,
I have an idea, but don't know how to implement it.
You could also put the log files after the "ctrl C" in a tar archive.
Hi
@HeikoAnkenbrand,
I have an idea, but don't know how to implement it.
You could also put the log files after the "ctrl C" in a tar archive.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I often use the onliner for VPN debugging. Would be great if you could integrate the tar function.
I often use the onliner for VPN debugging. Would be great if you could integrate the tar function.
;- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have over 200 VPN tunnels that change more often. Therefore I use the oneliner very extensively.
Great idea, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
