openvpn
openvpn copied to clipboard
OpenVPN is an open source VPN daemon
At moment we drop all tun packets with the same destination as VPN server, since we assume them originating from openvpn and we want to avoid routing loop. This might...
**Describe the bug** We are seeing that `persist_remote_ip = DISABLED` is set when starting OpenVPN clients, but the client will still try to reuse IPs when the server is disconnected....
# Thank you for your contribution You are welcome to open PR, but they are used for discussion only. All patches must eventually go to the openvpn-devel mailing list for...
**Describe the bug** When running OpenVPN with DCO enabled, using the bind-dev config directive is not working as expected. The initial connection starts using the interface configured with bind-dev, however...
Hi Team, - We are observing the below unit test suites are failing in Qualcomm Snapdragon based Windows on ARM devices (Tested in X-Elite based laptops). - Can we do...
**Describe the bug** When performing a *conditional* restart (`SIGUSR1`) of an OpenVPN server with a plugin, `openvpn_plugin_client_constructor_v1` is called to create a new generic/top-level client instance without deconstructing the previous...
python 2 is not available anymore in noble I really want to use this from the neat android app I am also looking for an INLINE file generator that create...
`#include #include #define PLUGIN_NAME "Issue Demo" typedef struct { struct openvpn_plugin_callbacks *callbacks; void *client_instance; } plugin_context_t; OPENVPN_EXPORT int openvpn_plugin_open_v3( int version, const struct openvpn_plugin_args_open_in *args, struct openvpn_plugin_args_open_return *ret) { plugin_context_t...
Yesterday I configured openvpn and it can be used on my phone and win11, the effect is very good, but my server is the IP of the computer room, I...
**Describe the bug** My ISP is blocking openvpn, so I use openvpn via a socks5 proxy. The initial connection from my client to the server always succeeds. However, my OpenVPN...