mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-30 06:07:23 +00:00
Fixed applies to list
This commit is contained in:
parent
c5fa9cc0df
commit
6cd9f40b59
@ -6,15 +6,14 @@ ms.mktglfcycl: deploy
|
|||||||
ms.sitesec: library
|
ms.sitesec: library
|
||||||
ms.pagetype: security, networking
|
ms.pagetype: security, networking
|
||||||
author: shortpatti
|
author: shortpatti
|
||||||
|
ms.author: pashort
|
||||||
ms.localizationpriority: medium
|
ms.localizationpriority: medium
|
||||||
ms.date: 01/29/2018
|
ms.date: 02/06/2018
|
||||||
---
|
---
|
||||||
|
|
||||||
# How to configure Diffie Hellman protocol over IKEv2 VPN connections
|
# How to configure Diffie Hellman protocol over IKEv2 VPN connections
|
||||||
|
|
||||||
**Applies to**
|
>Applies To: Windows Server (Semi-Annual Channel), Windows Server 2016, Windows 10
|
||||||
- Windows 10, Windows 8.1, Windows 8, Windows 7
|
|
||||||
- Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 R2, Windows Server 2008
|
|
||||||
|
|
||||||
In IKEv2 VPN connections, the default configuration for Diffie Hellman group is Group 2, which is not secure for IKE exchanges.
|
In IKEv2 VPN connections, the default configuration for Diffie Hellman group is Group 2, which is not secure for IKE exchanges.
|
||||||
To secure the connections, update the configuration of VPN servers and clients by running VPN cmdlets.
|
To secure the connections, update the configuration of VPN servers and clients by running VPN cmdlets.
|
||||||
@ -30,6 +29,7 @@ Set-VpnServerConfiguration -TunnelType IKEv2 -CustomPolicy
|
|||||||
```
|
```
|
||||||
|
|
||||||
On an earlier version of Windows Server, run [Set-VpnServerIPsecConfiguration](https://technet.microsoft.com/library/hh918373(v=wps.620).aspx):
|
On an earlier version of Windows Server, run [Set-VpnServerIPsecConfiguration](https://technet.microsoft.com/library/hh918373(v=wps.620).aspx):
|
||||||
|
<!-- this is where we need the correct information -->
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
Set-VpnServerIPsecConfiguration -CustomPolicy
|
Set-VpnServerIPsecConfiguration -CustomPolicy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user