This tests moving from a public IP behind a NAT and back (with proper changes of the UDP encapsulation).
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
# /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
|
|
}
|
|
}
|
|
}
|