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