Re: Crashes in wg_allowedips_insert_X

2019-04-06 Thread Jason A. Donenfeld
Thanks for the report! I'll try to fix this and will let you know. ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: Crashes in wg_allowedips_insert_X

2019-04-06 Thread Jason A. Donenfeld
Let me know if this fixes it for you: https://git.zx2c4.com/WireGuard/commit/?id=fdfdd38cceebcd62df60785e8523e068b84f7076 Thanks again for the bug report. I'll have a new snapshot out fairly soon containing this important fix. ___ WireGuard mailing list

[ANNOUNCE] WireGuard Snapshot `0.0.20190406` Available

2019-04-06 Thread Jason A. Donenfeld
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, A new snapshot, `0.0.20190406`, has been tagged in the git repository. Please note that this snapshot is, like the rest of the project at this point in time, experimental, and does not constitute a real release that would be considered secur

mesh VPN with wireguard?

2019-04-06 Thread Tomasz Chmielewski
Does Wireguard allow to set up mesh VPN with "relative ease"? Say, we have 10 servers with public IPs, we want them all to create a VPN network with private subnet 10.11.12.0/24, and have all 10 servers communicate directly with each other. Then a year later, expand it to 100 servers. Somethi

Re: Server with multiple peers

2019-04-06 Thread Varun Priolkar
If you really want to do something like this(I'm not sure why), don't add the route via Wireguard. You can instead use iBGP multipath or ECMP to do this. On Fri, Apr 5, 2019 at 9:01 PM Aaron Jones wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA512 > > On 30/03/2019 00:45, Indro Fedrigo

Re: [PATCH] centos 6 compatibility

2019-04-06 Thread Mieczysław Nalewaj
Is there any chance to add this code? W dniu 2019-03-03 o 14:30, nami...@poczta.onet.pl pisze: > --- > src/crypto/zinc/blake2s/blake2s.c | 17 + > src/socket.c  |  7 +++ > 2 files changed, 24 insertions(+) > > diff --git a/src/crypto/zinc/blake2s/blake2s.c >

Re: [PATCH] centos 6 compatibility

2019-04-06 Thread Mieczysław Nalewaj
New, improved version of patch for WireGuard Centos6 compatibility. W dniu 2019-03-27 o 15:48, Mieczysław Nalewaj pisze: > Is there any chance to add this code? > > W dniu 2019-03-03 o 14:30, nami...@poczta.onet.pl pisze: >> --- >> src/crypto/zinc/blake2s/blake2s.c | 17 + >> src/so

Multiple connection support for GUI clients

2019-04-06 Thread Varun Priolkar
Hi, I tried out the preview Mac OS, iOS and Android clients, which worked great. However a glaring miss was the lack of support to connect to multiple Wireguard tunnels at once, which is extremely helpful when you are only routing specific internal subnets through them. Any plans for including thi

Re: Multiple connection support for GUI clients

2019-04-06 Thread Jason A. Donenfeld
On iOS and Android, this is a limitation of the APIs provided to us by Apple and Google. On macOS, the API is extremely buggy with multiple tunnels, and we're not sure we can make it usable until Apple straightens out the behavior there in a future release. If you'd like to poke around with the lat

Re: iOS connection issue

2019-04-06 Thread Roopesh Chander S
Just to confirm, you’re saying you can connect from your Mac with this config and access the Internet, but can’t do that from iPhone from the same config. (I’m assuming you didn’t have the VPN on in your Mac when trying to connect from the iPhone.) Can you provide the log from your iPhone to in

Ubuntu 19.04 'Disco Dingo' - No Wireguard PPA

2019-04-06 Thread Terry Burgess
Hi folks; Title says it all. 'Disco' final beta was March 28. I installed it on a test machine today and found that Wireguard doesn't have a Disco PPA yet. Will one be on it's way soon? Cheers! ___ WireGuard mailing list WireGuard@lists.zx2c4.com https:

Wireguard on PiZeroW

2019-04-06 Thread Robert Ross
Details: PiZeroW Linux XXX 4.14.98+ #1200 Tue Feb 12 20:11:02 GMT 2019 armv6l GNU/Linux Latest kernel-headers Added rpi-source I get this error compiling on PiZeroW ~/WireGuard/src# make CC [M] /root/WireGuard/src/main.o CC [M] /root/WireGuard/src/noise.o CC [M] /root/WireGuard/src/devic

Re: Wireguard on PiZeroW

2019-04-06 Thread Robert Ross
Follow up I reinstalled Raspian Stretch and kernel-headers for 4.14.79+ and got the same error. I downloaded the previous release from here --> https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20190123.zip and the error did not occur. Robert On Tue, Mar 26, 2019 at 4:21 PM Robert Ross wr

Re: Wireguard on PiZeroW

2019-04-06 Thread Jason A. Donenfeld
I backported that 8 days ago here: https://git.zx2c4.com/WireGuard/commit/?id=65e1f2838401bf033f3c8a8cdd718589574d9d2d See if the latest snapshot (0.0.20190409) works for you. ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/m

Re: mesh VPN with wireguard?

2019-04-06 Thread Roman Mamedov
On Thu, 28 Mar 2019 23:22:45 +0900 Tomasz Chmielewski wrote: > Does Wireguard allow to set up mesh VPN with "relative ease"? > > Say, we have 10 servers with public IPs, we want them all to create a > VPN network with private subnet 10.11.12.0/24, and have all 10 servers > communicate directly