Hey guys,
does anybody know when (or if ever) there will be a Zerotier package in
the Alpine repositories? From what I can see in aports repository it has
been in testing since end '16 and last update was August '18. What
triggers a move to official repos - I figure time is not the answer here?
Today I tried running the docker image from zerotier but Alpine 3.9
barks at me for there being no '/dev/net/tun'.
Any advice/insights on those topics?
Cheers,
Tristan
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org
Help: alpine-user+help@lists.alpinelinux.org
---
Hey,
> Alpine 3.9 barks at me for there being no '/dev/net/tun'.
Did you have all the necessary things configured for the container?
For the container to be able to configure tunnels it needs to have
/dev/net/tun present (--device /dev/net/tun) and have
the NET_ADMIN capability (--cap-add=NET_ADMIN)
-- Adam
On Sat, Feb 16, 2019 at 8:20 PM Tristan Kohl <tristan@iceity.de<mailto:tristan@iceity.de>> wrote:
Hey guys,
does anybody know when (or if ever) there will be a Zerotier package in
the Alpine repositories? From what I can see in aports repository it has
been in testing since end '16 and last update was August '18. What
triggers a move to official repos - I figure time is not the answer here?
Today I tried running the docker image from zerotier but Alpine 3.9
barks at me for there being no '/dev/net/tun'.
Any advice/insights on those topics?
Cheers,
Tristan
---
Unsubscribe: alpine-user+unsubscribe@lists.alpinelinux.org<mailto:alpine-user%2Bunsubscribe@lists.alpinelinux.org>
Help: alpine-user+help@lists.alpinelinux.org<mailto:alpine-user%2Bhelp@lists.alpinelinux.org>
---