Skip to content
New issue

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

Not working on macOS 10.14 #5

Closed
jtsylve opened this issue Aug 8, 2019 · 6 comments
Closed

Not working on macOS 10.14 #5

jtsylve opened this issue Aug 8, 2019 · 6 comments

Comments

@jtsylve
Copy link

jtsylve commented Aug 8, 2019

When trying to run on macOS 10.14 I get the following errors

16:51:34 TRACE: pcap: unable to open savefile (en0: No such file or directory)
16:51:34 ERROR: tun: cannot open available device
16:51:34 ERROR: Could not open device: awdl0
16:51:34 ERROR: could not initialize core

Looking at the code it seems to be trying to open a /dev/tun0 device that doesn't seem to exist. What am I doing wrong?

@schmittner
Copy link
Member

Correct, macOS does not have native support for tun/tap devices, so you'll need to install tuntaposx. For example, with homebrew: brew cask install tuntap.

@osehgol
Copy link

osehgol commented May 15, 2020

for mac 10.15.3 (Catalina), mac security blocks brew installation of tuntap. to overcome System Preferences-> Security and Privacy -> General -> Allow app downloaded from: App Store and Identified developers and (verify, then) unblock developer

@Ocelot124286
Copy link

Can you help me? Mine opens a tun0 interface instead of awdl0. It doesn’t seem to have a awdl0 interface at all.

@osehgol
Copy link

osehgol commented Jun 1, 2020

sure. i did this a while back sudo owl -i -D -vv en0 (on mac)
and awdl0 became active. if this doesn't work let me know ill get back to it

@Ocelot124286
Copy link

Yeah so I tried that and it didn’t create awdl0, instead it always seems to create tun0.

@SalilJain
Copy link

Yeah so I tried that and it didn’t create awdl0, instead it always seems to create tun0.

@Ocelot124286 you may want to try following command:
opendrop find -i tun0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants