-
Notifications
You must be signed in to change notification settings - Fork 285
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
error: host vs container / private vs shared / tun/tap vs ethertap #157
Comments
attached is log from
|
log shows apparent problem:
and the workaround is
which is also cofirmed by
then these requests remain: |
A) CAP_NET_ADMIN is necessary to create a tun or tap device: |
Tinc can work without CAP_NET_ADMIN. In fact, it can even be started as a non-root user, even with a tun device: one needs to set up a persistent tun device beforehand, and ensure the non-root user has permissions to use it. To do this, use the following command:
Where you have to fill in |
thank you |
Guus:
https://www.archlinux.org/packages/community/x86_64/tinc/
tinc
configuration:tinc produces error:
/dev/net/tun
is somehow detected asethertap
, nottun/tap
for reference: systemd-nspawn
https://www.freedesktop.org/software/systemd/man/systemd-nspawn.html
Question: are there any quick pointers on how to resove this?
Thank you.
The text was updated successfully, but these errors were encountered: