diff --git a/FAQ.md b/FAQ.md index 18601a0..9b01fb3 100644 --- a/FAQ.md +++ b/FAQ.md @@ -88,3 +88,13 @@ If your client is <2.3.3, remove `tls-version-min 1.2` from your `/etc/openvpn/s Sysctl options are at `/etc/sysctl.d/20-openvpn.conf` --- + +**Q:** My router can't connect + +**A:** `Options error: No closing quotation (") in config.ovpn:46`: +type `yes` when asked to customize encryption settings and choose `tls-auth` + +`Options error: Unrecognized option or missing parameter(s) in config.ovpn:36: tls-version-min (2.3.2)`: +see question "Can I use an OpenVPN 2.3 client?" + +---