From e019b43348706ca833cd292052816f3438d31e6b Mon Sep 17 00:00:00 2001 From: adminbruno Date: Mon, 25 Mar 2024 10:41:30 -0400 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5c1f9d4..7fd1067 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,17 @@ # mikrotik-openvpn-bugs +Currently tested on older ROS versions (6.49.7) + +Mikrotik logged this error: +disconnected +or +Simply doesn't connect using newer or current OpenVPN Community Client (version 2.6 and UP) + + +For some reason on 2.6 version only following settings on client side allow to establish connection: + +OPENVPN.conf: +``` +data-ciphers AES-256-GCM:AES-192-GCM:AES-128-GCM:AES-256-CBC:AES-192-CBC:AES-128-CBC +data-ciphers-fallback AES-256-CBC +``` \ No newline at end of file