Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 4060

System and Network configuration • OpenVPN setup errors...

$
0
0
I had openvpn setup on a mint machine (actually a vm) and could happily run

Code:

sudo openvpn /etc/openvpn/vpngate.ovpn
with

Code:

vpngate.ovpn
being a configuration file for TCP with IP. When I have tried to setup the same now I am not getting through with the following terminal output:

Code:

2025-12-27 17:44:28 DEPRECATED OPTION: --cipher set to 'AES-128-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations. 2025-12-27 17:44:28 Note: Kernel support for ovpn-dco missing, disabling data channel offload.2025-12-27 17:44:28 OpenVPN 2.6.14 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO]2025-12-27 17:44:28 library versions: OpenSSL 3.5.3 16 Sep 2025, LZO 2.102025-12-27 17:44:28 DCO version: N/A2025-12-27 17:44:28 WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.2025-12-27 17:44:28 TCP/UDP: Preserving recently used remote address: [AF_INET]58.186.251.18:14432025-12-27 17:44:28 Socket Buffers: R=[131072->131072] S=[16384->16384]2025-12-27 17:44:28 Attempting to establish TCP connection with [AF_INET]58.186.251.18:14432025-12-27 17:44:28 TCP: connect to [AF_INET]58.186.251.18:1443 failed: No route to host2025-12-27 17:44:28 SIGUSR1[connection failed(soft),connection-failed] received, process restarting2025-12-27 17:44:28 Restart pause, 1 second(s)
Any ideas? (I would ask on an OpenVPN forum but their forum is broken, plus Debian people seem friendlier)

Statistics: Posted by MCD — 2025-12-27 17:49



Viewing all articles
Browse latest Browse all 4060

Trending Articles