We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mac OS Sierra,
freshly compiled from master,
sudo ./hans -c myhost.com -p mypassw ./hans[26398] : could not create tunnel device: No such file or directory
Thank you!
The text was updated successfully, but these errors were encountered:
Did you install tuntap drivers?
Sorry, something went wrong.
I had the same problem. It was solved after installing tuntap drivers. @friedrich Thanks!
I believe you just have to define the tunnel name and it will work just fine. for example:- hans -c 127.0.0.1 -d tun0 -m 1321 -q
hans -c 127.0.0.1 -d tun0 -m 1321 -q
No branches or pull requests
Mac OS Sierra,
freshly compiled from master,
Thank you!
The text was updated successfully, but these errors were encountered: