You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Jul 1, 2020, at 10:19 AM, binhex ***@***.***> 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 <#16 (comment)>, 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
The text was updated successfully, but these errors were encountered: