Skip to content

Commit 1bff2e7

Browse files
authored
Clarify key module preferences and IKEv2 requirements
Removed redundant information about the Default key module preference and clarified the requirement for the TunnelType parameter in IKEv2.
1 parent be5efec commit 1bff2e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docset/winserver2025-ps/NetSecurity/New-NetIPsecRule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,10 +425,10 @@ Specifies that matching IPsec rules of the indicated key module are created.
425425
This parameter specifies which keying modules to negotiate.
426426
The acceptable values for this parameter are: Default, AuthIP, IKEv1, or IKEv2.
427427
428-
- Default: KeyModule is set based on the authentication method. As of Windows 11, version 24H2 and Windows Server 2025, the Default prefers IKEv2, falls back to IKEv1, and only includes AuthIP if the configured authentication method(s) require it. The protocol actually used depends on what the remote peer supports. In previous releases, Default prefers IKEv1 and falls back to AuthIP. This value is required in order for the rule to be applied to computers running Windows versions prior to Windows Server 2008.
428+
- Default: KeyModule is set based on the authentication method. As of Windows 11, version 24H2 and Windows Server 2025, the Default prefers IKEv2, falls back to IKEv1, and only includes AuthIP if the configured authentication method(s) require it. In previous releases, Default prefers IKEv1 and falls back to AuthIP. This value is required in order for the rule to be applied to computers running Windows versions prior to Windows Server 2008.
429429
- AuthIP: Supported with phase 2 authentication.
430430
- IKEv1: Supported with pre-shared key (PSK), Certificates, and Kerberos. Supported with phase 1 authentication only.
431-
- IKEv2: Not supported with Kerberos or NTLM. Supported with phase 1 authentication only. When used with tunnel mode, the *TunnelType* parameter must be specified.
431+
- IKEv2: Not supported with Kerberos or NTLM. Supported with phase 1 authentication only. When used with the *Mode* parameter set to Tunnel, the *TunnelType* parameter must be specified.
432432
433433
The default value is Default. There are authentication and cryptographic methods that are only compatible with certain keying modules. This is a very advanced setting intended only for specific interoperability scenarios. Overriding this parameter value may result in traffic being sent in plain-text if the authorization and cryptographic settings are not supported by the keying modules. Windows versions prior to Windows Server 2012 only support the Default configuration.
434434

0 commit comments

Comments
 (0)