StrongSwan: Difference between revisions

Line 195: Line 195:
* In the Start menu, type "powershell". [[File:Administrator_Shield.png]] Click "Windows PowerShell" when it appears. It may take a few moments for the prompt to be appear and become ready to use.
* In the Start menu, type "powershell". [[File:Administrator_Shield.png]] Click "Windows PowerShell" when it appears. It may take a few moments for the prompt to be appear and become ready to use.
* The following code snippet needs to be typed in to change the encryption settings for the VPN settings
* The following code snippet needs to be typed in to change the encryption settings for the VPN settings
  Set-VpnConnectionIPsecConfiguration -ConnectionName "VPN Connection" -AuthenticationTransformConstant
  Set-VpnConnectionIPsecConfiguration -ConnectionName "VPN Connection" -AuthenticationTransformConstants GCMAES256 -CipherTransformConstants GCMAES256 -EncryptionMethod GCMAES256 -IntegrityCheckMethod SHA384 -DHGroup ECP384
s GCMAES256 -CipherTransformConstants GCMAES256 -EncryptionMethod GCMAES256 -IntegrityCheckMethod SHA384 -DHGroup ECP384
  -PfsGroup none -PassThru -AllUserConnection
  -PfsGroup none -PassThru -AllUserConnection
* Press the {{key press|Enter}} key.
* Press the {{key press|Enter}} key.