18
0
Fork 0

Correction : l'ordre est important pour srcid et dstid

This commit is contained in:
jdubois 2022-05-18 14:48:01 +02:00
parent bf2f0c8e41
commit 3c0dd0f408
1 changed files with 1 additions and 1 deletions

View File

@ -66,8 +66,8 @@ ikev2 active esp \
local $local_ip peer $remote_ip \
ikesa auth hmac-sha2-256 enc aes-256 group modp4096 prf hmac-sha2-256 \
childsa auth hmac-sha1 enc aes-256 group modp4096 \
ikelifetime 86400 lifetime 3600 \
srcid $local_ip dstid $remote_ip \
ikelifetime 86400 lifetime 3600 \
psk "PSK-TO-CONFIGURE"
~~~