Article ID: 926182 - Last Review: March 15, 2007 - Revision: 3.6 How to configure verification of additional fields in peer certificates during IKE negotiation for L2TP/IPsec tunnel connections in Windows VistaImportant This article contains information about how to modify the registry. Make sure to back up the registry before you modify it. Make sure that you know how to restore the registry if a problem occurs. For more information about how to back up, restore, and modify the registry, click the following article number to view the article in the Microsoft Knowledge Base: 256986
(http://support.microsoft.com/kb/256986/
)
Description of the Microsoft Windows registry On This PageINTRODUCTION
This article discusses how to disable verification of additional fields in peer certificates during Internet Key Exchange (IKE) negotiation for Layer 2 Tunneling Protocol (L2TP)/Internet Protocol security (IPsec) tunnel connections in Windows Vista.
MORE INFORMATIONWindows Vista strengthens IKE Layer authentication for L2TP/IPsec tunnel connections by verifying the following:
Methods to disable additional checks that occur during IKE validationMethod 1: Use the rasapi32 RASENTRY structureA new flag that is named RASEO2_DisableIKENameEkuCheck has been added to the dwfOptions2 member of the RASENTRY structure. If this flag is set to 1, additional checks that occur during IKE validation are not performed. A software developer can create a virtual private network (VPN) dialer that uses this flag to disable additional checks.Method 2: Use the Connection Manager Administration KitWhen you use the Connection Manager Administration Kit (CMAK) Wizard to create a Connection Manager VPN dialer profile, additional checks that occur during IKE validation can be disabled. A new key that is named DisableIKENameEkuCheck is added when you use the CMAK Wizard's Advance Customization option to create a profile. This key is added in the "[Networking&TunnelDUN]" section of the .cms file. If the value of the key is set to 1, additional checks for the profile are disabled.Method 3: Use the Network Connections windowWhen you use the Set Up A Connection Or Network Wizard in Windows Vista to create a VPN dialer, you can use the Properties dialog box for the dialer to disable additional checks. To do this, use the Verify name and usage attributes of the server’s certificate check box. To locate this check box, follow these steps:
Method 4: Use the registryWarning Serious problems might occur if you modify the registry incorrectly by using Registry Editor or by using another method. These problems might require that you reinstall your operating system. Microsoft cannot guarantee that these problems can be solved. Modify the registry at your own risk.Add a DWORD value that is named DisableIKENameEkuCheck to the following registry subkey:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RasMan\Parameters
You can set this registry key to 1 to globally disable additional checks that occur during IKE validation for all VPN dialers on the computer.
To do this, follow these steps:
| Article Translations
|
Back to the top


