From 1daf46275ef11c5011a5e94bc02267dea59ab690 Mon Sep 17 00:00:00 2001 From: Luca Date: Wed, 6 Jun 2018 18:37:24 +0200 Subject: [PATCH] Added instructions for using n2n on MacOS --- HACKING => doc/HACKING | 0 NEW_FEATURES.txt => doc/NEW_FEATURES.txt | 0 doc/n2n_on_MacOS.txt | 19 +++++++++++++++++++ 3 files changed, 19 insertions(+) rename HACKING => doc/HACKING (100%) rename NEW_FEATURES.txt => doc/NEW_FEATURES.txt (100%) create mode 100644 doc/n2n_on_MacOS.txt diff --git a/HACKING b/doc/HACKING similarity index 100% rename from HACKING rename to doc/HACKING diff --git a/NEW_FEATURES.txt b/doc/NEW_FEATURES.txt similarity index 100% rename from NEW_FEATURES.txt rename to doc/NEW_FEATURES.txt diff --git a/doc/n2n_on_MacOS.txt b/doc/n2n_on_MacOS.txt new file mode 100644 index 0000000..38a03bb --- /dev/null +++ b/doc/n2n_on_MacOS.txt @@ -0,0 +1,19 @@ + +Using n2n on MacOS +------------------ + +In order to use n2n on MacOS you need to first install support for the tap interface. +if you are a brew (https://brew.sh) user you can do it in a couple of steps + +- brew tap homebrew/cask +- brew cask install tuntap + +Note that in the latest OS versions (for instance MacOS High Sierra), you may need to +need to enable their kernel extension in + + System Preferences → Security & Privacy → General + +For more information refer to vendor documentation or the Apple Technical Note: + + https://developer.apple.com/library/content/technotes/tn2459/_index.html +