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