Install TunTap for OS X
The installation for OS X based systems is a tiny bit more involved. But don’t worry, it’s still really easy. Just some extra steps to get through. Apple computers require the TunTap driver be installed before the client is installed.
The OS X client still has lots of room to improve, but it still works very well. No hacking OS X to get things working like the nightmare involved in getting Hamachi running “smoothly” on OS X. I don’t know if anyone reading this has ever had the pleasure, but I can assure you it’s nothing of the sort!
Let’s begin
- Go to the NeoRouter website and download the latest OS X client. Be sure to pick the right architechure (PowerPC or Intel x86)
- http://www.neorouter.com/downloads_nrfree.html#mac
- Once the download completes, open the nrclient-*.dmg file so that it can be extracted.
- The TunTap driver MUST be installed first before the NeoRouter OS X Client. Open the tuntap_*.pkg file to run the installer.
- Click Continue
- Click Continue
- Click Agree if you agree to the Software License
- Select your destination drive, otherwise just click next to accept the default
- Click Install
- Enter your OSX password when prompted and press ok
- When the installer completes, click Close to finish
Move onto the next page for the instructions on installing the actual NeoRouter OS X client.






















1 Comments
Hey man, thanks a lot for this very nice tutorial!
I just want to say, that there is no need to use the windows-client for configuring the server!!
If you have installed the server on ubuntu, do the following:
Go to webpage https://www.neorouter.com/Dashboard/CreateDomain.aspx an request a new domain.
Lets say our new domain is named “luna” with password “sun”
So, log in to your server pc and type in:
sudo nrserver -setdomain luna sunThen bind the port to 32976 (which is the default)
sudo nrserver -setport 32976Set up dhcp (subnet/netmask)
sudo nrserver -dhcp 10.0.0.0 255.255.255.0and have a look at your settings
sudo nrserver -showsettingsAfter that, you might want to add the user “marc” with pwd “hackme” as a user. Type in:
sudo nrserver -adduser marc hackme userBe sure to enable the user:
sudo nrserver -enableuser marcAnd now, you might want to add the user “god” with pwd “heaven” as an admin. Type in:
sudo nrserver -adduser god heaven adminAnd make sure that “god” is enabled:
sudo nrserver -enableuser godThat’s it
:)
Have fun,
greetings from Germany,
produnis