Gert Doering
Gert Doering
Please add a (n)oping option to ping all IP addresses (i.e. both, IPv4 and IPv6) for given hostnames
Since this is something I wanted as well, I have a patch for this :-) - octo seems to be quite busy so it did not get review yet. I'll...
Please add a (n)oping option to ping all IP addresses (i.e. both, IPv4 and IPv6) for given hostnames
Rebased to master, polished, split functionality into "multiping" and "canonify output hostnames" - we're using this internally since half a year, so it's generally working (on FreeBSD). It would be...
Please add a (n)oping option to ping all IP addresses (i.e. both, IPv4 and IPv6) for given hostnames
I'll rework what I have a bit and open a PR later today. What I have now modifies the behaviour of ping_host_add() but neglects to update the manpage... I think...
Hi. Sorry to hear that but I understand that maintaining problematic code in an unfamiliar programming language is not an easy or thankful task. Is your new C+python radius interface...
Hi, On Wed, Jan 04, 2023 at 01:46:36AM -0800, xevilstar wrote: > please take a look to https://github.com/OpenVPN/ovpn-dco/issues/11 and https://github.com/OpenVPN/ovpn-dco/issues/12 it doesn't even compile Please do not mix issues. Issue...
@ordex so maybe this is a race between "userland trying to close the tun device" and "a peer exiting this moment"? Or "userland trying to close the tun device, kernel...
> It will most likely be implemented in the near future. good news :-)
Please send a logfile showing the connection, PUSH_REPLY, and OpenVPN's reaction to it. (Also, this is not really a "DCO" issue, which is about the actual kernel code, and you...
This is the same problem area, though trac 649 was ONLY related to peer-id. In your log, we see ``` Apr 28 04:46:02 ubuntu openvpn[740]: OPTIONS IMPORT: --ifconfig/up options modified...
> The 10.10.10.0/24 tunnel route used to travel via tun0 10.10.10.1 address but in v2.5 it is now going via .10.2 It didn't. The old route had `src 10.10.10.1` there,...