Mesh Networking

From Wizard Rants
Revision as of 07:44, 22 February 2021 by Northrup2 (talk | contribs) (linking to Nebula repo)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Nebula as a mesh network choice potentially.

Just a quick note, nebula doesn't inherently require being run as root, as long as you allow it to do network-things. This is easily done with setcap with the CAP_NET_ADMIN capability, i.e. you can do:

sudo setcap cap_net_admin+ep /usr/local/bin/nebula

...and then you can run it as any user you like. Just make sure the nebula configuration and creds are readable by that user.