From 3c0dd0f4087fe0b0f729ccad75f01f6f7eb04069 Mon Sep 17 00:00:00 2001 From: jdubois Date: Wed, 18 May 2022 14:48:01 +0200 Subject: [PATCH] Correction : l'ordre est important pour srcid et dstid --- HowtoIKED.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoIKED.md b/HowtoIKED.md index b94f2118..27f406ae 100644 --- a/HowtoIKED.md +++ b/HowtoIKED.md @@ -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" ~~~