Skip to content

Instantly share code, notes, and snippets.

@GroverChouT
Created March 5, 2018 15:02
Show Gist options
  • Save GroverChouT/880a85e8dfd4502b29e8acf69f86a811 to your computer and use it in GitHub Desktop.
Save GroverChouT/880a85e8dfd4502b29e8acf69f86a811 to your computer and use it in GitHub Desktop.

NMNET project

Join network

Execute following command at central node:

tinc -n nmlan invite <name>

It will give you a address. Then, execute following command at client node:

tinc join <address>

Finally, put tinc-up script into your client node.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment