Re: New WireGuard kernel module does not work with mullvad VPN

2021-01-21 Thread Vasily Postnicov
Aha! My Public key derived from the private key does not match the key mullvad VPN derives (they give me my generated private key): root@vonbraun:~ # ifconfig wg0 create private-key 94krUfNiNdUwZoPwek2PlCDB92h1nbvmavggQbgrfM0= listen-port 5423 root@vonbraun:~ # ifconfig wg0 wg0: flags=8080a0 metr

New WireGuard kernel module does not work with mullvad VPN

2021-01-21 Thread Vasily Postnicov
Hello. I try the new module and it does not seem to work for me. I use mullvad VPN and wireguard-go but want to replace wireguard-go with kernelspace implementation. A have the following configuration: [Interface] PrivateKey = Address = 10.66.116.246/32,fc00:::bb01::3:74f5/128 DNS = 193.1

Re: Wireguard kernel module

2020-07-25 Thread Goran Mekić via freebsd-net
On Sat, Jul 25, 2020 at 12:39:23PM +0200, Peter Libassi wrote: > Ok!, Then I would need instructions how i get that diff in to the src tree > :-) any pointers to documentation will be helpful. I would be surpriced if you need anything more than "patch signature.asc Description: PGP signature

Re: Wireguard kernel module

2020-07-25 Thread Peter Libassi
Ok!, Then I would need instructions how i get that diff in to the src tree :-) any pointers to documentation will be helpful. Thanks Peter > 25 juli 2020 kl. 12:34 skrev Goran Mekić : > > On Sat, Jul 25, 2020 at 12:32:00PM +0200, Peter Libassi wrote: >> I got information that there are work on

Re: Wireguard kernel module

2020-07-25 Thread Goran Mekić via freebsd-net
On Sat, Jul 25, 2020 at 12:32:00PM +0200, Peter Libassi wrote: > I got information that there are work on a kernel module for Wireguard > https://reviews.freebsd.org/D25425 > > Where can I download and test this? I have a spare amd64 currently running > 13.0-

Wireguard kernel module

2020-07-25 Thread Peter Libassi
I got information that there are work on a kernel module for Wireguard https://reviews.freebsd.org/D25425 Where can I download and test this? I have a spare amd64 currently running 13.0-CURRENT r363439 available for test purposes. /Peter