On 2019-06-23, David Christensen <dpchr...@holgerdanske.com> wrote: > > STFW I see: > > https://www.bestvpnz.com/tutorials/how-to-set-up-l2tp-ipsec-vpn-on-linux-networkmanager-strongswan/ > > I have installed: > > 2019-06-22 19:04:11 root@tinkywinky ~ > # dpkg-query --show xl2tpd strongswan network-manager-strongswan > network-manager-strongswan 1.4.1-1 > strongswan 5.5.1-4+deb9u4 > xl2tpd 1.3.8+dfsg-1 > > > The Network Manager GUI does not have a field for the pre-shared key, so > I have put the key into a file:
Looking at your link above, it says: If you need a PSK you will want to select Pre-shared key under the Authentication: pull-down menu rather than EAP. (Psk supported since version 1.3.1 of the strongswan nm plugin.) https://wiki.strongswan.org/projects/strongswan/wiki/NetworkManager PSK is supported starting with NetworkManager-strongswan-1.3.1, but strong secrets are enforced. I guess strong secrets means strlen no less than 20. I must be missing something.