openvpn icon indicating copy to clipboard operation
openvpn copied to clipboard

OpenVPN is an open source VPN daemon

Results 293 openvpn issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When using OpenVPN 2.6.0, our Windows clients can't assign the IPv4 address given by the server, which results in a later failure when the client tries to...

bug
DCO
outdated code
Windows

With OpenVPN 2.6.0 while connecting to a up-to-date Synology NAS, the connection is established and after a while the data flow stops working. Connection appears to be still up, but...

Just wondering the above. GitHub's Watch Releases feature doesn't work because the project has no releases in the GitHub sense. The official OpenVPN download pages RSS feed links to comments...

enhancement
question

This bug appears when you let the openvpn server in "multihome" configuration, preventing the connexion to be established. Related to and fixed by user hashiz in openvpn community but not...

This PR adds a --dev null test suite. The implementation has been described in [doc/t_server_null.rst](https://github.com/mattock/openvpn/blob/dev_null/doc/t_server_null.rst). In addition the scripts themselves include plenty of documentation on what is happening. This particular...

This patch is to support FreeBSD's FIB feature. When using FreeBSD's `setfib` command to launch OpenVPN in other FIB (routing table), the interface's IP address was not added to correct...

enhancement
FreeBSD

I understand OVPN-DCO does not support any kind of compression, but it refuses to connect when compression stub is pushed by VPN provider that does not support compression. NordVPN stopped...

I haven't found such a topic yet. 28 april a new version of Ubuntu 24.04 LTS has been released (Noble Numbat). there is currently no repository for this LTS release...

``` Apr 28 04:46:01 ubuntu openvpn[740]: SENT CONTROL [p-qcbj7-pe-cs-vpn-02]: 'PUSH_REQUEST' (status=1) Apr 28 04:46:02 ubuntu openvpn[740]: PUSH: Received control message: 'PUSH_REPLY,dhcp-option DNS 10.132.252.4,dhcp-option DNS 10.132.253.9,compress lz4-v2,route 10.0.0.0 255.0.0.0,route-gateway 172.31.0.1,topology subnet,ping...

so there's a p2p tun config with ``` ifconfig 10.204.8.1 10.204.8.2 ``` and with commit 32e6586687 the new default is now `topology subnet`. This leads to the instance no longer...

enhancement
non-trivial change
outdated code