Hi @donnie
use the following CLI command to check the VPN network packets:
# fwaccel off
# fw monirot -e "accept(host=192.168.1.1);"
# fwaccel on
You can find more about fw monitor in my article:
R80.x - cheat sheet - fw monitor
"fw ctl zdebug" is a powertool that is not exhausted from being used with "fw ctl zdebug drop". There is not much to be found in Check Point KB or in the documentation. "fw ctl zdebug" is an R&D tool for testing software in development. Therefore, the insert should be used with care. It starts a debugging in the background until it is aborted with CTRL+C. On productive systems it can have a high performance impact. Furthermore, the debug buffer is not the largest.
You can also view this with the following command:
# fw ctl zdebug + monitorall | grep -A 5 -B 5 "192.168.1.1"
More read here:
"fw ctl zdebug" Helpful Command Combinations
➜ CCSM Elite, CCME, CCTE ➜ www.checkpoint.tips