Installed linux client via APT per the documentation. Client continues to error out #271
Replies: 3 comments
-
There seems to be two issues here: a) b) These two things should not be related. For a) the issues are often related to networking or kernel issues. But could also be related to not getting quick enough access to the In regards to b) - compression is not allowed by default anymore. You can try enabling "asymmetric" encryption as a workaround as well, by running |
Beta Was this translation helpful? Give feedback.
-
It's clearly some sort of timing issue. Your compression recommendation definitely solved that issue. This I attempted to connect and it threw the sort of non-descript error message:
Then I basically just ran it again and it appeared to run just fine and connected.
|
Beta Was this translation helpful? Give feedback.
-
Thanks a lot for verifying! I believe I have a strong hunch what's happening, where and why. We have already discussed how some of these code paths could be improved as well, so we will definitely take this into consideration. I've created this public ticket to track this issue: https://codeberg.org/OpenVPN/openvpn3-linux/issues/34 |
Beta Was this translation helpful? Give feedback.
-
In case anyone cares, there are several threads on the forum that are literally 2 years old full of people asking for account help. it's what brought me here, because no mods or anything are responding.
Ok, so I followed the documentation here for setting up the client on my Debian bookworm workstation. After getting the repo setup and the client installed, I have yet to be able to successfully start a session. There is a lot of similarities over in this thread but it closed without any resolution.
My commands:
So after that, I can see some logs in my user.log (I have rsyslog running):
And that's pretty much it. This is my config:
Output of the admin init-config
I think I figured out some additional commands based on a thread over here.
The Compression error in this set of logs seems to be inconsistent. And I'm not sure why. If I retry the session, the error will go away. It seems to only do it on the first time after importing the config.
Can someone offer suggestion on what could be going on?
Beta Was this translation helpful? Give feedback.
All reactions