Open be-stranger opened 4 years ago
it sounds like your host does not have the required kernel modules, which are 'tun' and 'iptable_mangle', without these being available you wont be able to use this image.
Ok, how would I add them, or check to see if I have them.
Thanks
On Jul 1, 2020, at 10:19 AM, binhex notifications@github.com wrote:
it sounds like your host does not have the required kernel modules, which are 'tun' and 'iptable_mangle', without these being available you wont be able to use this image.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/binhex/arch-sabnzbdvpn/issues/16#issuecomment-652546879, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGFNE62EBURLALJ6I7KWZV3RZNVZLANCNFSM4ONCFBOQ.
i can start the services but either DNS or the network is blocked. I am seeing this is the log
modprobe: FATAL: Module tun not found in directory /lib/modules/4.19.76-linuxkit
insmod: ERROR: could not load module /lib/modules/tun.ko: No such file or directory
modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.19.76-linuxkit
what am I missing.
here is the container command. it also looks like Privoxy is not working, I get Invalid header received from client." at the 8118 port
docker run -d \ --cap-add=NET_ADMIN \ -p 8080:8080 \ -p 8090:8090 \ -p 8118:8118 \ --name=sabnzbdvpn \ -v /Users/name/Downloads/torrents/Sabnzdb:/data \ -v /Users/name/Documents/Sabnzbd/config:/config \ -e VPN_ENABLED=yes \ -e VPN_USER= \
-e VPN_PASS= \
-e VPN_PROV=pia \
-e STRICT_PORT_FORWARD=no \
-e ENABLE_PRIVOXY=yes \
-e LAN_NETWORK=192.168.1.0/24\
-e NAME_SERVERS=209.222.18.222,209.222.18.218 \
-e ADDITIONAL_PORTS=1234 \
-e DEBUG=false \
-e PUID=501 \
-e PGID=20 \
binhex/arch-sabnzbdvpn