![evpnvpnd123.JPG evpnvpnd123.JPG](https://community.checkpoint.com/t5/image/serverpage/image-id/9441iA343DDB109D134DF/image-size/medium?v=v2&px=400)
This oneliner will do the work for you.
Use this onliner to start easy a VPN debug without entering all debug commands by hand.
Shows you the results of the vpnd.elg file as live view.
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/vpnd.elg;' > /tmp/vd; chmod 770 /tmp/vd; /tmp/vd
If the VPN error has occurred, you only need to stop the oneliner via CTRL-C.
![vd_vpnd1.JPG vd_vpnd1.JPG](/t5/image/serverpage/image-id/7012i6F7002CEC0F0802C/image-size/large?v=v2&px=999)
Now you can find the usual debug files here:
$FWDIR/log/ike.elg
$FWDIR/log/vpnd.elg
More VPN oneliner:
- ONELINER - Easy VPN Debug
- ONELINER - Easy VPN Debug - with IKE live view
Use the tool with even more functions:
- Easy VPN Debug Tool
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips