binhex / arch-delugevpn

Docker build script for Arch Linux base with Deluge, Privoxy and OpenVPN
GNU General Public License v3.0
690 stars 112 forks source link

Cannot open TUN/TAP dev #201

Open OneGoogus opened 3 years ago

OneGoogus commented 3 years ago

My logs keep saying:

Sun Sep 27 11:22:24 2020 ERROR: Cannot open TUN/TAP dev /dev/net/tun: No such device (errno=19)

Im using :latest build on my Synology NAS, and placed the crt, pem and switzerland.ovpn files from PIA in the /volume1/docker/DelugeVPN/openvpn.

Run command: docker run -d --cap-add=NET_ADMIN -p 8112:8112 -p 8118:8118 -p 58846:58846 -p 58946:58946 --name=DelugeVPN -v /volume1/Torrent:/data -v /volume1/docker/DelugeVPN:/config -v /etc/localtime:/etc/localtime:ro -e VPN_ENABLED=yes -e VPN_USER=p1234567 -e VPN_PASS=abcd1234 -e VPN_PROV=pia -e STRICT_PORT_FORWARD=yes -e ENABLE_PRIVOXY=no -e LAN_NETWORK=192.168.0.0/16 -e NAME_SERVERS=209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,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 ADDITIONAL_PORTS=1234 -e DEBUG=false -e UMASK=000 -e PUID=0 -e PGID=0 --network VLAN150 binhex/arch-delugevpn:latest

ChrisBaker97 commented 3 years ago

Have a look at Step 2 here: https://shidevil.github.io/tutorial/Setting-up-deluge-on-synology-using-docker/