You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to comment out block-outside-dns like # block-outside-dns but nothing changed.
Also want to mention that during installation this thing occurred:
Job for openvpn-server@server.service failed because the control process exited with error code. See "systemctl status openvpn-server@server.service" and "journalctl -xeu openvpn-server@server.service" for details.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
After typing "sudo openvpn --config ~/{CLIENT_NAME}.ovpn" output was:
2025-06-30 10:05:40 Unrecognized option or missing or extra parameter(s) in /home/{USER}/{CLIENT_NAME}.ovpn:19: block-outside-dns (2.6.14) 2025-06-30 10:05:40 Note: Kernel support for ovpn-dco missing, disabling data channel offload. 2025-06-30 10:05:40 OpenVPN 2.6.14 [git:makepkg/f588592ee6c6323b+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO] built on Apr 2 2025 2025-06-30 10:05:40 library versions: OpenSSL 3.5.0 8 Apr 2025, LZO 2.10 2025-06-30 10:05:40 DCO version: N/A Enter Private Key Password: •••• 2025-06-30 10:05:44 TCP/UDP: Preserving recently used remote address: [AF_INET]{MY_PUBLIC_IP}:1194 2025-06-30 10:05:44 Socket Buffers: R=[212992->212992] S=[212992->212992] 2025-06-30 10:05:44 UDPv4 link local: (not bound) 2025-06-30 10:05:44 UDPv4 link remote: [AF_INET]{MY_PUBLIC_IP}:1194 2025-06-30 10:05:44 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) 2025-06-30 10:05:46 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) 2025-06-30 10:05:50 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) 2025-06-30 10:05:58 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) 2025-06-30 10:06:14 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) 2025-06-30 10:06:45 TLS Error: TLS key negotiation failed to occur within 60 seconds (check your network connectivity) 2025-06-30 10:06:45 TLS Error: TLS handshake failed 2025-06-30 10:06:45 SIGUSR1[soft,tls-error] received, process restarting 2025-06-30 10:06:45 Restart pause, 1 second(s) 2025-06-30 10:06:46 TCP/UDP: Preserving recently used remote address: [AF_INET]{MY_PUBLIC_IP}:1194 2025-06-30 10:06:46 Socket Buffers: R=[212992->212992] S=[212992->212992] 2025-06-30 10:06:46 UDPv4 link local: (not bound) 2025-06-30 10:06:46 UDPv4 link remote: [AF_INET]{MY_PUBLIC_IP}:1194 2025-06-30 10:06:46 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111) 2025-06-30 10:06:48 read UDPv4 [ECONNREFUSED]: Connection refused (fd=3,code=111)
I tried to comment out
block-outside-dns
like# block-outside-dns
but nothing changed.Also want to mention that during installation this thing occurred:
Job for openvpn-server@server.service failed because the control process exited with error code. See "systemctl status openvpn-server@server.service" and "journalctl -xeu openvpn-server@server.service" for details.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions