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

Device "proton0" does not exist. #55

Open
fab5436 opened this issue Jun 13, 2024 · 1 comment
Open

Device "proton0" does not exist. #55

fab5436 opened this issue Jun 13, 2024 · 1 comment

Comments

@fab5436
Copy link

fab5436 commented Jun 13, 2024

any ideas? removed the container completly and added again:

image

@Psychodelic42
Copy link

Psychodelic42 commented Jun 17, 2024

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

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