-
here is the output.
```
oathtool -b --totp Y3QBXXXXXXXXXJ5 | sudo ovpncli ~/xxx/xxx.ovpn -u xxx -p $ZPW -x --ssl-debug 7
CONNECTING...
Thread starting...
Sat Nov 25 17:16:45.055 2023 OpenVPN cor…
-
I've tried to build V20 on Fedora 39.
https://github.com/OpenVPN/openvpn3-linux/releases/tag/v20
Here is what I got when run `./bootstrap.sh`:
`
** Initializing git submodules ...
fatal: not a…
-
I'm trying to package openvpn3 for openSUSE and running into the following failures with `./configure`
```
checking for OPENSSL... yes
configure: Using ASIO source directory: ./vendor/asio
confi…
-
When I try to install open VPN using the following guide
https://openvpn.net/cloud-docs/owner/connectors/connector-user-guides/openvpn-3-client-for-linux.html
I get the following error code after u…
-
Hi all,
I'm having trouble trying to setup a custom name for the interface of my vpn connection. The dev option seems to be simply ignored.
Here is the configuration I'm using on the client si…
-
So after some unexpected OpenVPN3-process termination (bug, kill, etc) local resources that has two IPs (both public and private) cannot resolve. For example `nslookup` works and returns correct IPs, …
-
Error while compiling with DCO support:
https://user-images.githubusercontent.com/78600047/234936232-00668dcc-a546-4e3e-b362-22d411ab917a.png
-
Please tell me, I can't install the ovpn-dco-v2 kernel module.
```
/home/paul/ovpn-dco/gen-compat-autoconf.sh /home/paul/ovpn-dco/compat-autoconf.h
make -C /lib/modules/5.15.0-67-generic/build M=…
-
To use an external auth solution, my vpn server is configured with management-client-auth and the clients have user-auth-pass. using the oauth2 management client from https://github.com/jkroepke/openv…
-
### Problem Statement
I'd like to use google workspaces as a oauth2 provider with this program
### Proposed Solution
I found a way to configure it and it worked, I'll post here the configuration I …