Re: DKMS build problem on Pinephone with UBports (xenial)

2020-02-23 Thread Jason A. Donenfeld
Looks like the tools in the headers package were built for the wrong arch. Might want to ask the distro package maintainer. ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: FreeBSD wireguard wg-quick remote IP address assignment is incorrect

2020-02-23 Thread Jason A. Donenfeld
On Sun, Feb 23, 2020 at 2:25 PM Peter Libassi wrote: > > Ok, Well even if using another local IP in range 127.0.0.0/8 we can’t be > certain we will clash with something else. > > How about adding a directive for the remote interface address in wg.conf? > Like this: > > # cat

Re: wireguard slow pings

2020-02-23 Thread Roman Mamedov
On Sun, 16 Feb 2020 07:58:48 -0500 Neal Becker wrote: > I'm testing wireguard > wireguard-0.0.20191219-2.fc31.x86_64 > between a Fedora 31 client and server, comparing to openvpn. > > Openvpn is running between a linux client outside my lan and a server on my > router, which is running dd-wrt.

Re: FreeBSD wireguard wg-quick remote IP address assignment is incorrect

2020-02-23 Thread Peter Libassi
Ok, Well even if using another local IP in range 127.0.0.0/8 we can’t be certain we will clash with something else. How about adding a directive for the remote interface address in wg.conf? Like this: # cat /usr/local/etc/wireguard/wg0.conf [Interface] PrivateKey = <-> ListenPort =

Re: [PATCH] wg show: Add json output

2020-02-23 Thread Arti Zirk
On E, 2020-02-17 at 15:47 +1100, Matthew Oliver wrote: > Someone asked about this in the IRC channel, so quickly wrote up a > patch to add it. No pressure if you do/don't want to merge it :) If you have wireguard-tools package installed then it should be possible to use the incldued wg-json

Re: FreeBSD wireguard wg-quick remote IP address assignment is incorrect

2020-02-23 Thread Jason A. Donenfeld
We tried this already and it didn't work. See the below commit. Perhaps you can update that bug report you filed? commit 2c6cabd73dfb23990c245250ef2e502bdb33d189 Author: Jason A. Donenfeld Date: Thu Feb 28 19:03:11 2019 +0100 wg-quick: freebsd: rebreak interface loopback, while fixing

Re: how to forward/route/rule all traffic broadcast from an br0 to wg0

2020-02-23 Thread Matthias Urlichs
On 20.02.20 15:40, Jelle de Jong wrote: > Anyone that can answer the question on how to broadcast traffic like > DHCP through an excisiting wireguard connection? You need a tunnel. "man ip-link" on Linux. I'm sure you'll find a tutorial that explains the various options – those details are

Re: xtables lock at startup?

2020-02-23 Thread Jason A. Donenfeld
Do what it says; pass the -w option to iptables. On Sun, Feb 23, 2020, 11:36 Dimitri J. Panagiotou wrote: > Hi, > > Since upgrading to Fedora 31 (5.5), wireguard (latest) does not start > after rebooting. > It does start with no problem at all after rebooting, by manually running > wg-quick. >

Re: Bug report: WireGuard iOS prioritizes IPv4 over IPv6

2020-02-23 Thread Matthias Urlichs
On 17.02.20 16:44, Maurice Walker wrote: > The Android (v0.0.20200206) and Windows (v0.0.38) clients have the same bug. It's not a ("simple") bug, but a general problem with peers with multiple addresses – wireguard only stores one in the kernel, it doesn't do multipath, by design. Thus the

Re: Bug report: WireGuard iOS prioritizes IPv4 over IPv6

2020-02-23 Thread Maurice Walker
Hello, On Thu, Jan 2, 2020 at 09:40:53 CET, Siyuan Ren wrote: > I am using WireGuard on my iPhone, and the endpoint is specified by a > domain name that has both and A record. When I turn on WireGuard > in a network with dual IPv6 and IPv4, I find out that WireGuard > chooses IPv4 by

Re: Bug report: WireGuard iOS prioritizes IPv4 over IPv6

2020-02-23 Thread Maurice Walker
On Thu, Jan 2, 2020 at 09:40:53 CET, Siyuan Ren wrote: > I am using WireGuard on my iPhone, and the endpoint is specified by a > domain name that has both and A record. When I turn on WireGuard > in a network with dual IPv6 and IPv4, I find out that WireGuard > chooses IPv4 by executing "wg"

Re: [PATCH v2] Rewrite wg-quick.8 in mdoc

2020-02-23 Thread Stephen Gregoratto
Hi Jason, On Sat Feb 15, 2020 at 8:53 PM, Jason A. Donenfeld wrote: > Thanks for doing this. I appreciate it. I can manually diff the text > to the old one if you insist, but I'd really prefer to see either a > list of what text you changed or having the type setting and the text > change done

Re: how to forward/route/rule all traffic broadcast from an br0 to wg0

2020-02-23 Thread Jelle de Jong
Hello everyone, Anyone that can answer the question on how to broadcast traffic like DHCP through an excisiting wireguard connection? Kind regards, Jelle de Jong On 2020-02-07 17:49, Jelle de Jong wrote: Hello everybody, br0 (with eth0 eth1 eth3) wg0 (192.168.43.10/24) dhcp-helper to

xtables lock at startup?

2020-02-23 Thread Dimitri J. Panagiotou
Hi, Since upgrading to Fedora 31 (5.5), wireguard (latest) does not start after rebooting. It does start with no problem at all after rebooting, by manually running wg-quick. This is what I get: -- Reboot -- Feb 22 01:19:48 myservername systemd[1]: Starting WireGuard via wg-quick(8) for wg0...

Re: [PATCH] wg show: Add json output

2020-02-23 Thread Matthew Oliver
Someone asked about this in the IRC channel, so quickly wrote up a patch to add it. No pressure if you do/don't want to merge it :) Matt On Mon, Feb 17, 2020 at 2:57 PM Matthew Oliver wrote: > This patch adds a new option to `wg show` called json. When > specified it'll output the WG interface

[PATCH] wg show: Add json output

2020-02-23 Thread Matthew Oliver
This patch adds a new option to `wg show` called json. When specified it'll output the WG interface in json output. It works with both given an interface or all. # wg show wg1 json [ { "interface": "wg1", "public_key": "Yh0kKjoqnJsxbCsTkQ/3uncEhdqa+EtJXCYcVzMdugs=",

[PATCH] Add Simplified Chinese translation

2020-02-23 Thread srb12345
From: LilligantMatsuri Signed-off-by: LilligantMatsuri --- app/src/main/res/values-zh-rCN/strings.xml | 174 + 1 file changed, 174 insertions(+) create mode 100644 app/src/main/res/values-zh-rCN/strings.xml diff --git a/app/src/main/res/values-zh-rCN/strings.xml

Re: Starting tunnels without being admin on Windows

2020-02-23 Thread Eicke Herbertz
What's stopping the GUI from being accessible via "Run as administrator", though? signature.asc Description: OpenPGP digital signature ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: wireguard slow pings

2020-02-23 Thread Barry Scott
> On 16 Feb 2020, at 12:58, Neal Becker wrote: > > I'm testing wireguard > wireguard-0.0.20191219-2.fc31.x86_64 > between a Fedora 31 client and server, comparing to openvpn. > > Openvpn is running between a linux client outside my lan and a server on my > router, which is running dd-wrt. >

Re: Starting tunnels without being admin on Windows

2020-02-23 Thread Eicke Herbertz
What's stopping the GUI from being accessible via "Run as administrator", though? signature.asc Description: OpenPGP digital signature ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

RE: [PATCH] Add japanese translation.

2020-02-23 Thread Simon Rozman
Hi! 1. For starters, I'll need the translation of "WireGuard: Fast, Modern, Secure VPN Tunnel" string. This string is written into .exe resources and is located separately (in resources.rc). 2. Translate this file:

Re: [PATCH wireguard-android] Japanese translation: Change "Deselect All" to "Toggle All".

2020-02-23 Thread Jason A. Donenfeld
Applied, thanks! ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: [PATCH wireguard-apple] Japanese Translation

2020-02-23 Thread Jason A. Donenfeld
Thanks for the translation! Very appreciated. https://git.zx2c4.com/wireguard-apple/commit/?id=9fd7e609f95150c1c30e232a884e13e6dfba251e I stripped out a lot of those xcodeproj changes. Perhaps Roopesh (CC'd) can have a look in case I missed something.

Re: [PATCH] Add japanese translation.

2020-02-23 Thread Eiji Tanioka
Thank you for quick reply! I read README.md. But I don't have Windows environment I can use freely, so could you generate Japanese messages.json file? Thanks, 2020年2月23日(日) 17:23 Simon Rozman : > > Hi! > > Please, see the simple translation instructions in the sr/l18n branch > README.md file.

Re: [PATCH] Add japanese translation.

2020-02-23 Thread Simon Rozman
Hi! Please, see the simple translation instructions in the sr/l18n branch README.md file. If you don't have Windows at your disposal, I can generate an empty Japanese messages.json file for you. Best regards, Simon From: Eiji Tanioka Sent: Sunday, 23 February

FreeBSD wireguard wg-quick remote IP address assignment is incorrect

2020-02-23 Thread Peter Libassi
local wg interface does not respond due to the wg-quick script sets up the interface by reusing the local address as the remote address in the ifconfig command: root@bsd2:~ # wg-quick up wg0 [#] wireguard-go wg0 INFO: (wg0) 2020/02/20 09:45:16 Starting wireguard-go version 0.0.20200121 [#] wg