eastpanther95

Members
  • Posts

    2
  • Joined

  • Last visited

eastpanther95's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Bumping this back up not sure if any of you have similar issues
  2. PIA user here, moving to nextgen servers, removed old container and image. Pulled using command: docker create --name deluge --restart=always --privileged=true -p 8112:8112 -p 8118:8118 -p 58846:58846 -p 58946:58946 -v H:\Deluge\Data:/data -v H:\Deluge\config:/config -v /etc/localtime:/etc/localtime:ro -e VPN_ENABLED=yes -e VPN_CLIENT=wireguard -e VPN_USER=XXXXXXX -e VPN_PASS=XXXXXXX -e VPN_PROV=pia -e STRICT_PORT_FORWARD=yes -e ENABLE_PRIVOXY=yes -e LAN_NETWORK=10.0.0.0/24 -e NAME_SERVERS=84.200.69.80,37.235.1.174,1.1.1.1,37.235.1.177,84.200.70.40,1.0.0.1 -e DELUGE_DAEMON_LOG_LEVEL=info -e DELUGE_WEB_LOG_LEVEL=info -e DEBUG=false -e UMASK=000 -e PUID=0 -e PGID=0 binhex/arch-delugevpn VPN fails to start, supervisord shows the issue bringing up the interface. Not sure what the resolution is. Any help? 2020-10-25 17:05:49,384 DEBG 'start-script' stderr output: [#] ip link add wg0 type wireguard 2020-10-25 17:05:49,389 DEBG 'start-script' stderr output: RTNETLINK answers: Operation not supported 2020-10-25 17:05:49,402 DEBG 'start-script' stderr output: Unable to access interface: Protocol not supported 2020-10-25 17:05:49,404 DEBG 'start-script' stderr output: [#] ip link delete dev wg0 2020-10-25 17:05:49,422 DEBG 'start-script' stdout output: [warn] WireGuard interface failed to come 'up', exit code is '1'