github nm-l2tp/NetworkManager-l2tp 1.2.14
version 1.2.14 release

latest releases: 1.20.16, 1.20.14, 1.20.12...
4 years ago

Compatible with NetworkManager 1.2.0 and later.

  • Update translations by merging from various sources.
  • Changed Legacy Proposal button to Prevalent Algorithms button.
    Clicking Prevalent Algorithms button populates Phase 1 and 2 Algorithm text entry boxes with the following proposals, which are a merge of Windows 10 and macOS/iOS/iPadOS L2TP clients' IKEv1 proposals (note: it auto-detects if you are using strongSwan or Libreswan and populates appropriately with the correct syntax):
    • Phase 1 - Main Mode :
      {enc=AES_CBC_256 integ=HMAC_SHA2_256_128 group=MODP_2048},
      {enc=AES_CBC_256 integ=HMAC_SHA2_256_128 group=MODP_1536},
      {enc=AES_CBC_256 integ=HMAC_SHA2_256_128 group=MODP_1024},
      {enc=AES_CBC_256 integ=HMAC_SHA1_96 group=MODP_2048},
      {enc=AES_CBC_256 integ=HMAC_SHA1_96 group=MODP_1536},
      {enc=AES_CBC_256 integ=HMAC_SHA1_96 group=MODP_1024},
      {enc=AES_CBC_256 integ=HMAC_SHA1_96 group=ECP_384},
      {enc=AES_CBC_128 integ=HMAC_SHA1_96 group=MODP_1024},
      {enc=AES_CBC_128 integ=HMAC_SHA1_96 group=ECP_256},
      {enc=3DES_CBC integ=HMAC_SHA1_96 group=MODP_2048},
      {enc=3DES_CBC integ=HMAC_SHA1_96 group=MODP_1024}
    • Phase 2 - Quick Mode :
      {enc=AES_CBC_256 integ=HMAC_SHA1_96},
      {enc=AES_CBC_128 integ=HMAC_SHA1_96},
      {enc=3DES_CBC integ=HMAC_SHA1_96}
  • Added use IKEv2 key exchange option.
  • Improved debugging output for Libreswan and strongSwan.
    Libreswan debugging can now be cutomized by setting the PLUTODEBUG environment variable.
    strongSwan debugging can now be cutomized by setting the CHARONDEBUG environment variable.
  • Gray out "IPsec Settings..." button if neither Libreswan nor strongSwan are found.
    Also fix crash if "IPsec Settings..." button pressed and no *swan installed.

Don't miss a new NetworkManager-l2tp release

NewReleases is sending notifications on new releases.