Re: Python Wrapper for wireguard-tools

2020-08-24 Thread Arti Zirk
On R, 2020-08-21 at 10:04 -0400, Andrew Roth wrote: > I did see wgnlpy [2], but don't think it is a fit since it relies on > Netlink (Linux kernel interface), so it's not cross-platform Some time ago I played around with netlink and using it to configure WireGuard interfaces[1]. But it looks like t

Re: Invalid handshake initiation after peer reboot: bug?

2020-08-24 Thread Eicke Herbertz
Hi Jason, thanks for your help, you were correct! It dawned on me the moment I read "real time clock": While OpenWRT enables network time synchronization by default, our customer blocks all internet access other than to our VPN server for the devices. That's why it wasn't reproducible in the offic

Re: Python Wrapper for wireguard-tools

2020-08-24 Thread Ryan Whelan
At this point, it's very old and not in use, but I once worked on a project that would wrap the `wg` command in python. If helpful, I posted it here: https://gist.github.com/rwhelan/f46d1f6f07df71f1bd1786eda447b97f I don't think its feature complete as it was only used internally for a project th