Vpn debug on – vpn debug off
$FWDIR/log/vpnd.elg
Vpn debug ikeon // vpn debug ikeoff
$FWDIR/log/ike.elg
vpn tu // remove all Sas for either the peer which are about the create the tunnel or all tunnels.
fw monitor –e ‘accept src=IP or dst=IP;’
| |||||||||||||||||||||||
| |||||||||||||||||||||||
| SYMPTOMS | |||||||||||||||||||||||
SOLUTION | |||||||||||||||||||||||
| A new script was developed in order to remove all old packages and files from the upgraded machine. Important Note: The script can be used only on SecurePlatform OS and on Gaia OS running Check Point R70 and higher versions. Follow these steps to remove all old packages and files:
|
# dbedit
Enter Server name (ENTER for 'localhost'):
Enter User Name: fwadmin
Enter User Password: abc123
Please enter a command, -h for help or -q to quit:
dbedit> modify properties firewall_properties ike_use_largest_possible_subnets false
dbedit> update properties firewall_properties
firewall_properties updated successfully.
dbedit> quit
#
-----------------------------------------------------------
max_subnet_for_range = {<first_IP_in_range, last_IP_in_the_range; subnet_mask>, <first_IP_in_range, last_IP_in_the_range; subnet_mask>, <first_IP_in_range, last_IP_in_the_range; subnet_mask>};
#ifndef __user_def__
#define __user_def__
// // User defined INSPECT code//
max_subnet_for_range = {<0.0.0.0, 10.29.39.255; 255.255.255.0>,<10.29.40.0, 10.29.50.255; 255.255.255.255>,<10.29.51.0, 255.255.255.255; 255.255.0.0>};#endif /* __user_def__ */