Question

How to Set Up an IKEv2 VPN Server with StrongSwan on Ubuntu 20.04

Following the above tutorial I am receiving the message:

TPM 2.0 - could not load “libtss2-tcti-tabrmd.so.0” plugin ‘tpm’: failed to load - tpm_plugin_create returned NULL

Currently, I am assuming there is no way around this but I wanted to ask if the problem can be resolved and if not what reduction in performance will there be with the VPN ?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Bobby Iliev
Site Moderator
Site Moderator badge
August 3, 2022

Hi there,

It looks like that the package is missing, you can try installing it with:

sudo apt install libtss2-tcti-tabrmd0

Let me know how it goes!

Best,

Bobby