Re: Wireguard on android w/o kernel module

2018-06-02 Thread Jose Marinez
Hi Jason, I'm looking into that specific aspect as we speak. Google at times has "peculiar ways" to conceive of how users would interact with Android, maybe this is one of them. However, I've seen developers abuse APIs in self interest for a number of reasons. On iOS, once a VPN app is

Re: Wireguard on android w/o kernel module

2018-06-02 Thread Jose Marinez
Pardon me, as I just sent a related message without reading this one first. The fact remains, there should be a better way to handle and prevent this. Perhaps, at a minimum and in the interim, to suggest investigating the installation of another VPN client settings right in the error message.

Android error, fix and next steps

2018-06-02 Thread Jose Marinez
Hello guys, I encountered this error while testing on a LG V30 running Oreo. "Error binging up tunnel: VPN service not authorized by user" It turned out that due to an existing StrongSwan installation, the Wireguard client could not work. The fix involved deleting the StrongSwan client from the

peer key in file

2018-06-02 Thread Jungle Boogie
Hi All, I know the private key can be specified via file, but what about the peer key? wg set tun0 peer ./peerfile allowed-ips 0.0.0.0/0 endpoint 192.168.0.1:7394 Thanks! ___ WireGuard mailing list WireGuard@lists.zx2c4.com

Re: Openbsd update recommendation

2018-06-02 Thread Jungle Boogie
Hey Jason, On Sat 02 Jun 2018 4:39 PM, Jason A. Donenfeld wrote: > Hey Jungle, > > On Sat, Jun 2, 2018 at 9:08 AM, Jungle Boogie wrote: > > Interesting behavior. I don't know the reason behind it, though. > > I figured the whole thing out, and wrote up a really detailed commit here: >

Re: Openbsd update recommendation

2018-06-02 Thread Jason A. Donenfeld
Hey Jungle, On Sat, Jun 2, 2018 at 9:08 AM, Jungle Boogie wrote: > Interesting behavior. I don't know the reason behind it, though. I figured the whole thing out, and wrote up a really detailed commit here: https://git.zx2c4.com/wireguard-go/commit/?id=a050431f2660d73e191ab8100d2f0934c8aedbf9

Re: Openbsd update recommendation

2018-06-02 Thread Matthias Urlichs
On 02.06.2018 05:15, Jason A. Donenfeld wrote: > # ksh -c pwd > /root/a > > That's pretty weird behavior, but maybe there's an interesting reason > for it Yes. # mv ../a ../xx # /bin/pwd Basically you have three choices, (a) check whether $PWD points to the current directory, (b) reconstruct

Re: Openbsd update recommendation

2018-06-02 Thread Jungle Boogie
Hi Jason, On Sat 02 Jun 2018 5:15 AM, Jason A. Donenfeld wrote: > Hey Jungle, > > On Sat, Jun 2, 2018 at 1:26 AM, jungle Boogie wrote: > > Hi All, > > > > For openBSD instructions here: > > https://www.wireguard.com/install/#packages > > > > Curl is not apart of base, so you can either assume