Unfortunately, we have the problem that we cannot connect to our VPN with the current OpenVPN client (V 2.6.x) cannot connect to our VPN. We use a firewall from LANCOM. Up to OpenVPN 2.5.9 the connection works perfectly. Unfortunately, it no longer works from V2.6 onwards.
Our Lancom firewall is up-to-date and has version 10.12.6464RU3.
Unfortunately, it is still not possible to connect. The last known working version of OpenVPN is 2.5.9.
Here is a screenshot of the status window when I try to connect. Does anyone have any ideas?
Unfortunately, we have the problem that we cannot connect to our VPN with the current OpenVPN client (V 2.6.x) cannot connect to our VPN. We use a firewall from LANCOM. Up to OpenVPN 2.5.9 the connection works perfectly. Unfortunately, it no longer works from V2.6 onwards.
Our Lancom firewall is up-to-date and has version 10.12.6464RU3.
Unfortunately, it is still not possible to connect. The last known working version of OpenVPN is 2.5.9.
Here is a screenshot of the status window when I try to connect. Does anyone have any ideas?
This is our Client config:
Client Config
1
2
3
client
4
5
dev tun
6
7
proto udp
8
9
persist-tun
10
11
12
13
remote [ip] [port]
14
15
nobind
16
17
18
19
cipher AES-256-GCM
20
21
22
23
tls-exit
24
25
<cert>
26
--STRIPPED INLINE CERT--
27
</cert>
28
29
30
31
<key>
32
--STRIPPED INLINE KEY--
33
</key>
34
35
36
37
<ca>
38
--STRIPPED INLINE CA CERT--
39
</ca>
40
1
client
2
dev tun
3
proto udp
4
persist-tun
5
remote [ip] [port]
6
nobind
7
cipher AES-256-GCM
8
tls-exit
9
<cert>
10
--STRIPPED INLINE CERT--
11
</cert>
12
<key>
13
--STRIPPED INLINE KEY--
14
</key>
15
<ca>
16
--STRIPPED INLINE CA CERT--
17
</ca>
Experiencing VPN connection issues with OpenVPN 2.6.x and LANCOM firewall? It's frustrating when updates disrupt functionality. Ensure both OpenVPN and the firewall are running the latest versions, and consider reaching out to both OpenVPN and LANCOM support for assistance. Collaborative troubleshooting and potential patches can help resolve the connectivity problem.
I have just seen that the LCOS FX 10.13 RU1 version has been available for our LANCOM firewall since 10.11.2023. The documentation for the update contains the following:
* Due to a change in the encryption algorithms of the OpenVPN client as of version 2.6.0, it was not possible to establish VPN connections to the Unified Firewall. The OpenVPN client from version 2.6.0 can now be used.
Okay... then that should solve my problem. I'll install the update tonight. Then we'll see what happens.