perara / wg-manager

A easy to use WireGuard dashboard and management tool
MIT License
599 stars 72 forks source link

Unable to Start wg0 #84

Closed skullsplice closed 3 years ago

skullsplice commented 3 years ago

Hello all! I'm running the Docker Image version 0.8.0 on an Ubuntu 20.04 host. When I attempt to start wg0 I get the following error in the container logs and it fails to start:

b'[#] ip link add wg0 type wireguard\n/usr/bin/wg-quick: line 32: ip: command not found\nUnable to access interface: No such device\n[#] ip link delete dev wg0\n/usr/bin/wg-quick: line 32: ip: command not found\n'

UPDATE: So I followed https://github.com/perara/wg-manager/issues/74#issuecomment-768012345 and was able to get wg0 to start. However, now I'm unable to connect to the wireguard server. The Docker container is running in --net host mode and all relevant ports are open in ufw as well as in my router.