walterl / proton-privoxy

Privoxy over ProtonVPN in Docker
MIT License
106 stars 25 forks source link

Device "proton0" does not exist. #55

Open fab5436 opened 3 months ago

fab5436 commented 3 months ago

any ideas? removed the container completly and added again:

image

Psychodelic42 commented 3 months ago

looks like you are using ugos. connect to the nas via ssh and start the docker manually: e.g.:

docker run -d \
   --dev=/dev/net/tun --cap-add=NET_ADMIN \
   -v /etc/localtime:/etc/localtime:ro \
   -p 8888:8080 \
   -e PVPN_USERNAME= xxxxxxxxxxxxxx \
   -e PVPN_PASSWORD=xxxxxxxxxxxxxxx \
   -e HOST_NETWORK=10.0.0.0/8 \
   --sysctl net.ipv6.conf.all.disable_ipv6=1 \
   --sysctl net.ipv6.conf.default.disable_ipv6=1 \
   --sysctl net.ipv6.conf.lo.disable_ipv6=1 \
   --name proton-privoxy walt3rl/proton-privoxy