David White MorningLightMountain713
  • Joined on 2024-02-16
MorningLightMount... commented on issue Wireguard/Wireguard-tools.js#8 2024-02-21 08:28:19 +00:00
Compile issue @2.0.0

@MorningLightMountain713 waiting for u response

That all works now... can remove / add peers 👍

MorningLightMount... opened issue Wireguard/Wireguard-tools.js#8 2024-02-20 19:20:40 +00:00
Compile issue @2.0.0
MorningLightMount... commented on issue Wireguard/Wireguard-tools.js#7 2024-02-20 15:49:54 +00:00
Unable to add / remove peers

@MorningLightMountain713 In this commit [b8b39f4a2f01b3752d259a8739a22b1a47107697] i fixed this message and correctly set Wireguard configurations, the fix Will be releasing in the next tag…

MorningLightMount... opened issue Wireguard/Wireguard-tools.js#7 2024-02-19 16:59:50 +00:00
Unable to add / remove peers
MorningLightMount... commented on issue Wireguard/Wireguard-tools.js#5 2024-02-17 10:26:59 +00:00
Manually set ip / bring up wg interface

This is how I'm adding the ip and bringing the interface up now:

import { createRtNetlink } from 'netlink'

const localAddr = "10.10.9.0"

const links = await socket.getLinks(
MorningLightMount... commented on issue Wireguard/Wireguard-tools.js#5 2024-02-17 08:36:14 +00:00
Manually set ip / bring up wg interface

in linux correctly delete interface my computers and docker containers, check if run with sudo node, if persist i comment here

Issue persists, I am using sudo to run node.

Here is the…

MorningLightMount... commented on issue Wireguard/Wireguard-tools.js#5 2024-02-16 13:40:51 +00:00
Manually set ip / bring up wg interface

Also, forgot to mention, when I try to delete the interface - it doesn't delete it.

I have to manually run

davew@chud:~/netlink$ sudo ip link del dev wgB
MorningLightMount... commented on issue Wireguard/Wireguard-tools.js#5 2024-02-16 13:40:03 +00:00
Manually set ip / bring up wg interface
davew@chud:~/netlink$ uname -a
Linux chud 5.15.0-94-generic #104-Ubuntu SMP Tue Jan 9 15:25:40 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
MorningLightMount... opened issue Wireguard/Wireguard-tools.js#5 2024-02-16 13:38:33 +00:00
Manually set ip / bring up wg interface