docker-qbittorrentvpn icon indicating copy to clipboard operation
docker-qbittorrentvpn copied to clipboard

Cannot find device "wg0"

Open jasonafriedman opened this issue 2 years ago • 1 comments

Hi, I am trying to get this container running for the first time. I am using wireguard form Mullvad as my VPN. Here is my .yml, wg0.conf and logs. Thank you so much for your help!!

docker-compose.yml version: '3.3' services: qbittorrentvpn: privileged: true volumes: - './:/config' - 'D:/Dockershare:/downloads' environment: - VPN_ENABLED=yes - VPN_TYPE=wireguard - LAN_NETWORK=192.168.0.0/16 ports: - '8080:8080' restart: unless-stopped image: dyonr/qbittorrentvpn

wg0.conf `[Interface] PrivateKey = redacted Address = 10.65.4.111/32 DNS = 10.64.0.1

[Peer] PublicKey = redacted AllowedIPs = 0.0.0.0/0 Endpoint = 204.152.216.113:51820`

Here is my log:

dyonr error

jasonafriedman avatar Nov 02 '22 04:11 jasonafriedman

For me (using Portainer) adding the NET_ADMIN capability fixed this.

rodti avatar Nov 02 '22 12:11 rodti