Gert Doering

Results 13 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

The current handling of (multiple) --local in combination with block seems very... "grown from historic code". TODO: when multisockets is in, revisit if this can be made cleaner, with less...

enhancement
outdated code

copy-paste from IRC 15:56 cron2: what is there to fix for poor Giaan ? :D 15:57 < Giaan> ordex: I guess he wants --een to be faster 15:58 yes :-)...

enhancement
non-trivial change
feature

Without DCO, OpenVPN servers configure a /30 subnet on the tun interface, and `--route` routes (with no explicit next-hop set) will be installed to point at "the other end" -...

enhancement
DCO
Windows
dco-win
feature

With DCO, `--iroute` routes need to be installed in the system routing table. Without DCO, `--iroute` only works if there is a `--route` that is at least as big or...

enhancement
DCO
Windows
FreeBSD