Gert Doering

Results 6 issues of Gert Doering

https://github.com/OpenVPN/openvpn/issues/304 suggests that on modern installations, `--multihome` is needed more often nowadays, with systems having IPv6 privacy addresses (= rotating addresses). This affects mostly `--server` setups, and p2p setups on...

enhancement
non-trivial change

As discussed in #239, we want to get rid of all the code path variants in the windows backend. Since that issue was about a specific bug caused by this...

outdated code
Windows

Here's the PR as discussed in issue #52 I have rewritten it to add "-a", keep the calling convention for ping_host_add() and update the .pod documentation. I'm not particularily attached...

If OpenVPN crashes instead of exiting orderly (for example after hitting the `--multihome --proto tcp` bug) the kernel side `tunX` interface is kept around. On OpenVPN restart, OpenVPN will just...

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...

we have an option `--preresolve` which change DNS resolution behaviour from "on demand" to "resolve all at startup" (if I read the code right, @schwabe ?). This is not a...

bug
documentation