hans icon indicating copy to clipboard operation
hans copied to clipboard

[MacOS client] Could not create tunnel device: No such file or directory

Open dvska opened this issue 7 years ago • 3 comments

Mac OS Sierra,

freshly compiled from master,

sudo ./hans -c myhost.com -p mypassw ./hans[26398] <Error>: could not create tunnel device: No such file or directory

Thank you!

dvska avatar May 27 '17 12:05 dvska

Did you install tuntap drivers?

friedrich avatar May 29 '17 12:05 friedrich

I had the same problem. It was solved after installing tuntap drivers. @friedrich Thanks!

zasdfgbnm avatar Jun 01 '17 02:06 zasdfgbnm

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

waheedi avatar Jan 15 '19 13:01 waheedi