Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
n2n/doc/n2n_on_MacOS.txt
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
19 lines (11 sloc)
598 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |