diff options
Diffstat (limited to 'testing/tests/ikev2/mobike-virtual-ip-nat/hosts/alice/etc/strongswan.conf')
-rw-r--r-- | testing/tests/ikev2/mobike-virtual-ip-nat/hosts/alice/etc/strongswan.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/tests/ikev2/mobike-virtual-ip-nat/hosts/alice/etc/strongswan.conf b/testing/tests/ikev2/mobike-virtual-ip-nat/hosts/alice/etc/strongswan.conf new file mode 100644 index 000000000..bd51a50bb --- /dev/null +++ b/testing/tests/ikev2/mobike-virtual-ip-nat/hosts/alice/etc/strongswan.conf @@ -0,0 +1,12 @@ +# /etc/strongswan.conf - strongSwan configuration file + +charon { + load = random nonce aes sha1 sha2 pem pkcs1 curve25519 gmp x509 curl revocation hmac stroke kernel-netlink socket-default + prefer_best_path = yes + + syslog { + daemon { + knl = 2 + } + } +} |