Replies: 3 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Aha. I think I see what you mean. I followed this guide here and added this:
Is that what you meant? That started working without complaints about TUN/TAP. Thanks for the pointers. The docker compose I ended up with:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Mine did the same. Working for ages and then not using default anymore. I've changed it to a specific connection file and it's working now. Thanks both! :-) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My setup has been working for a long time, but stopped working today. The error logs exit with a message, "Options error: You must define TUN/TAP device (--dev)".
FIrst, the error logs:
It seems to be downloading the configs, but then can't find a default?
Additionally there is the error about the TUN/TAP device.
Next, the docker-compose.yml
I have tried
CREATE_TUN_DEVICE
and also tried mappingdevices: /dev/net/tun
in the docker-compose.yml, but no effect.I'm using the
:dev
Docker image since the README mentions it, and although it seems unrelated I've also tried the Protocol/Country/City/Connection options from here.Does anything stand out here that needs changing?
Beta Was this translation helpful? Give feedback.
All reactions