Hello,
I need to monitor inbound traffic between an external source and Check Point security gateway external interface on port 443.
R82 Take 12 runs on the security gateway.
Here is the syntaxis of fw monitor that I use on the gateway:
fw monitor -F "0.0.0.0, 0, 12.69.98.28, 443, 6" -pi
And here is output:
PPAK 0: Get before set operation succeeded of fwmonitor_kiss_enable
PPAK 0: Get before set operation succeeded of fwmonitor_debug_filter_off
PPAK 0: Get before set operation succeeded of fwmonitorfreebufs
Invalid destination IP address 12.X.X.28 in debug filter
I replaced part of the public IP address of my gateway with X.
Any suggestions to get correct output?
Thank you.