artie

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by artie

  1. Hi, i am havign the same Wireguard error as many in here: 2022-10-04 09:32:48,843 DEBG 'start-script' stdout output: [info] Attempting to bring WireGuard interface 'up'... 2022-10-04 09:32:48,857 DEBG 'start-script' stderr output: Warning: `/config/wireguard/wg0.conf' is world accessible 2022-10-04 09:32:48,877 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2022-10-04 09:32:48,884 DEBG 'start-script' stderr output: Error: Unknown device type. 2022-10-04 09:32:48,903 DEBG 'start-script' stderr output: Unable to access interface: Protocol not supported 2022-10-04 09:32:48,904 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2022-10-04 09:32:48,914 DEBG 'start-script' stderr output: Cannot find device "wg0" 2022-10-04 09:32:48,915 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1' The provider is Mullvad, the file is converted to Wg0.conf in Wireguard directory. Config as explained in the Github: --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --privileged=true \ I am using Mullvad. I don't know what am i doing wrong at this point. Configuration provided by mullvad: [Interface] PrivateKey = xxxxxxx Address = 10.x.x.x/32 DNS = 10.x.x.x [Peer] PublicKey = xxxxxxxxxxx AllowedIPs = 0.0.0.0/0 Endpoint = x.x.x.x:51820
  2. Hi! Lately i'm having issues with the container dying at random times, Is there a possibility to have the docker healthcheck running for this container? It would help a lot to detect when the issue happens and check the logs.