Search the Community
58 results
Sorted by:
2018-04-19
09:05 AM
How to check the access list in checkpoint through CLI like (Cisco: show access-list) any help is much appreciated.
2019-03-14
12:27 AM
Hi, I want to know if it's possible to retrieve the policy on a local gateway. When we do the fw stat, we can see the Policy name but I'm wondering "where" this policy is stored in local...
2024-10-03
03:01 AM
...81.20/fw1/state/local/FW1/local.ifs is not found. In exploring the /opt/CPsuite-R81.20/fw1/state/local/FW1/ directory, we see that the only content is another FW1 directory /opt/CPsuite-R81.20/fw1...
2024-09-30
01:19 AM
Hello,
for a "normal" cluster I can get the topolgy information via "show simple-cluster". How can I get the information via API on a "Virtual System"? I need the Anti-Spoofing part.
Thanks!
2021-01-22
02:25 AM
Hi I read the document CheckPoint_WhitePaper_SCV_v1_MLB_17MAY2019.pdf Please details below. It mentions Miki Bolands whitepaper Titled “SCV File Deep Dive” for in -depth build of the SCV fi...
2024-12-27
02:18 PM
Hi All, What is the difference between the following interface topologies: - Internet - Internal -> network defined by the routes (the default route is configured on this interface) Any refere...
Show results in replies (4)
-
Not yet, but I discussed it with the Diamond team. I will check $FWDIR/state/local/FW1/local.set f...
-
...ser_internal_triggers) [Expert@CP-GW:0]# grep -i external $FWDIR/state/local/FW1/local.set :name ("##e...
-
...got a very interesting advice from a colleague of mine - compare $FWDIR/state/local/FW1/local.set f...
-
...olleague of mine advised me to compare $FWDIR/state/local/FW1/local.set files between different t...
2023-10-16
10:52 AM
Good Day, is it possible to get assistance on how to retrieve a copy of the policy from a legacy R77.20 when te manager is not available anymore?
2018-09-29
11:10 AM
Most current version of this document will be here: Check Point CloudGuard IaaS High Availability for Microsoft Azure R80.10 Deployment Guide
2018-06-23
12:38 AM
.../local/FW1/local.set |grep -A 30 % | grep has_addr_info | cut -c17- | tr \) " " |sort -n| uniq ; echo -en " ANTISPOOFING MODE:\t"; if [ `more $FWDIR/state/local/FW1/local.set |grep -A 30 % | grep m...
Show results in replies (4)
-
...ore $FWDIR/state/local/FW1/local.set | grep -A 30 \(% Added \( before %, because there were s...
-
...n " ANTISPOOFING MODE:\t"; if [ `more $FWDIR/state/local/FW1/local.set |grep -A 30 %$ | grep m...
-
...he awk nightmare in the middle. The problem I ran into is $FWDIR/state/local/FW1/local.set contains d...
-
...findex|:ipaddr|\(\x22<[0-9]|has_addr_info|:monitor_only|:external' $FWDIR/state/local/FW1/local...