Re: PostUp/PreUp/PostDown/PreDown Dangerous?

2018-06-23 Thread Reto Brunner
On Fri, Jun 22, 2018 at 09:07:43AM -0500, Andy Dorman wrote: > So, while it should be obvious, it wouldn't hurt to add a short warning (in > bold) to the wg-quick man page that lets these "amateur" users know of the > potential danger. The issue being that people do not tend to read the man pages.

Re: Wireguard doesn't work with Linux 4.18-rc1

2018-06-23 Thread Jordan Glover
On June 23, 2018 6:01 PM, Jason A. Donenfeld wrote: > Working on it: > > https://marc.info/?l=linux-netdev&m=152976958325076&w=2 I can confirm that your patch fixes this issue. Thank you for help. Jordan ___ WireGuard mailing list WireGuard@lists.zx2

Re: Wireguard doesn't work with Linux 4.18-rc1

2018-06-23 Thread Jason A. Donenfeld
Working on it: https://marc.info/?l=linux-netdev&m=152976958325076&w=2 ___ WireGuard mailing list WireGuard@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/wireguard

Re: Wireguard doesn't work with Linux 4.18-rc1

2018-06-23 Thread Jordan Glover
On June 23, 2018 3:35 PM, Bruno Wolff III wrote: > On Sat, Jun 23, 2018 at 08:23:08 -0400, > > Jordan Glover golden_mille...@protonmail.ch wrote: > > > Hi, > > > > I can't make wireguard work with linux 4.18-rc1 and mainline from > > > > 06.22.2018. > > It has been working for me. I use Fedo

Re: Wireguard doesn't work with Linux 4.18-rc1

2018-06-23 Thread Bruno Wolff III
On Sat, Jun 23, 2018 at 08:23:08 -0400, Jordan Glover wrote: Hi, I can't make wireguard work with linux 4.18-rc1 and mainline from 06.22.2018. It has been working for me. I use Fedora rawhide nodebug kernels and haven't noticed any problems with WireGuard. I build WireGuard from source (HE

Wireguard doesn't work with Linux 4.18-rc1

2018-06-23 Thread Jordan Glover
Hi, I can't make wireguard work with linux 4.18-rc1 and mainline from 06.22.2018. sudo wg-quick up abc [#] ip link add abc type wireguard [#] wg setconf abc /dev/fd/xx [#] ip address add xx.xx.xx.xxx/xx dev abc [#] ip link set mtu 1420 dev abc [#] ip link set abc up [#] resolvconf -a abc -m 0 -x

Re: PostUp/PreUp/PostDown/PreDown Dangerous?

2018-06-23 Thread Dario Bosch
Hi all, I've been following this discussion and now also want to add my 2 cents. In my opinion wireguard's biggest strength is the simplicity of its config. One can write a 8-line config file that works reliably, is secure and also can take care of ip tables rules, start services etc. Even a user