As a workaround, I created a Compliance Rule under the policy (Application Control > Compliance & Posture > Compliance Rulebase) to automatically validate and remediate the registry setting required for IKEv2.
The rule checks Windows endpoints and verifies the existence/value of the registry key:
HKLM\SOFTWARE\WOW6432Node\CheckPoint\TRAC\disable_ikev2
If the key is not configured as required, the Compliance Rule performs a remediation action, updating the registry value to:
disable_ikev2 = 0
Configuration details:
- Operating System: Windows All
- Action Type: Applications/Files Check
- Registry Check: Enabled
- Registry Path: HKLM\SOFTWARE\WOW6432Node\CheckPoint\TRAC\disable_ikev2
- Registry Value: 0
- Action: Update
- Registry Type: REG_DWORD
- Validation: Check that the registry entry exists
This approach avoids the need to manually modify the registry on each endpoint and provides centralized enforcement through the Compliance Blade. A reboot is still required for the endpoint to fully apply the IKEv2 configuration, as described in SK166415.