From 11c4340b1e64f97ba7b1d8f9d94f7079bae2a82e Mon Sep 17 00:00:00 2001 From: Koji Nakamura Date: Wed, 31 Oct 2018 00:16:42 +0900 Subject: [PATCH] Parameters update PfsGroup should be "None" after 1807. EnableQoS="Enabled" affects VPN throughput (capped 5Mbps), so I think EnableQoS="Disabled" is best. --- Templates/NetworkTesting/scripts/CreateVPN.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Templates/NetworkTesting/scripts/CreateVPN.ps1 b/Templates/NetworkTesting/scripts/CreateVPN.ps1 index 4993b9a..58d17f0 100644 --- a/Templates/NetworkTesting/scripts/CreateVPN.ps1 +++ b/Templates/NetworkTesting/scripts/CreateVPN.ps1 @@ -25,8 +25,8 @@ DHGroup = 'Group2' EncryptionMethod = 'AES256' IntegrityCheckMethod = 'SHA256' - PfsGroup = 'PFS2048' - EnableQoS = 'Enabled' + PfsGroup = 'None' + EnableQoS = 'Disabled' NumberOfTries = 0 } - Add-VpnS2SInterface @params -Persistent -CustomPolicy \ No newline at end of file + Add-VpnS2SInterface @params -Persistent -CustomPolicy