Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

either DNS or the network is blocked #16

Open
be-stranger opened this issue Jul 1, 2020 · 2 comments
Open

either DNS or the network is blocked #16

be-stranger opened this issue Jul 1, 2020 · 2 comments

Comments

@be-stranger
Copy link

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

@binhex
Copy link
Owner

binhex commented Jul 1, 2020

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.

@be-stranger
Copy link
Author

be-stranger commented Jul 3, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants