general protection fault: 0000 [#1] SMP with latest commit a073ccac17a85f0c453698d0213cc8b86ecc3dfe

2017-11-20 Thread René van Dorst
Latest commit [0] crashes at loading. Commit: https://git.zx2c4.com/WireGuard/commit/?id=a073ccac17a85f0c453698d0213cc8b86ecc3dfe This commit it still works: https://git.zx2c4.com/WireGuard/commit/?id=0d7fc5f3cbb84d2f803a6add9f4b58875c12ad9b Dmesg: [1.906839] wireguard: loading

Re: general protection fault: 0000 [#1] SMP with latest commit a073ccac17a85f0c453698d0213cc8b86ecc3dfe

2017-11-20 Thread Jason A. Donenfeld
Fixed, rebased, force pushed. Let me know if the current master works now. git fetch && git reset --hard origin/master ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: general protection fault: 0000 [#1] SMP with latest commit a073ccac17a85f0c453698d0213cc8b86ecc3dfe

2017-11-20 Thread Jason A. Donenfeld
Thanks for the report! You'll notice I CCd you in the last email, hoping you'd find just this. :) Investigating. ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

netns.sh stuck at ncat.

2017-11-20 Thread René van Dorst
Hi Jason, Tested the latest code on my Solidrun Cubox with Marvell Dove 88AP510 SoC. But is get stuck on ncat. Device did not crash. I can terminate the script with ctrl-c. Probably a weird config ;-) Crosscompiled kernel 4.13.14 and wireguard on F26 from git source. Linux cubox-es 4.13.14

new bug on armhf

2017-11-20 Thread Роман Гаврилов
Hello! I have new bug on armhf. build from: https://git.zx2c4.com/WireGuard/commit/?id=82cacee3511e5c2f624203487124e5ba0151c84d software: Ubuntu Xenial 16.04 hardware:

Re: netns.sh stuck at ncat.

2017-11-20 Thread Jason A. Donenfeld
This is pretty strange looking, and appears like it's a userland issue -- like the versions of ncat or ss or whatever weird scripting hacks in netns.sh aren't working well with the tools installed or some networking sysctl I forgot to toggle... Maybe one quick way of testing if it's an ss issue

Re: Gateway for Wireguard VPN

2017-11-20 Thread Jason A. Donenfeld
If you want A and C to communicate through B as a trusted intermediary for A and C's IPs, then your configs actually need to be: === Host A (Fedora 26) === # cat /etc/wireguard/wg0.conf [Interface] Address = 10.1.0.21/24 PrivateKey = *censored* [Peer] PublicKey = *censored* Endpoint =

Re: netns.sh stuck at ncat.

2017-11-20 Thread René van Dorst
Quoting "Jason A. Donenfeld" : This is pretty strange looking, and appears like it's a userland issue -- like the versions of ncat or ss or whatever weird scripting hacks in netns.sh aren't working well with the tools installed or some networking sysctl I forgot to toggle...

Re: disabling ipv6 with wg-quick

2017-11-20 Thread ds
Thanks, removing all ipv6 addresses from configs works. I was looking for a switch in wg-quick so I can use the same configs in different networks but I work around this by editing the confs. Thanks again. On Thu, Nov 16, 2017, at 13:28, Jason A. Donenfeld wrote: > Remove the v6 addresses