scapy icon indicating copy to clipboard operation
scapy copied to clipboard

tubtap doesn't work on Mac os monterey 12.4

Open jhay06 opened this issue 2 years ago • 2 comments

Brief description

Scapy does not work on mac os monterey 12.4 I had already installed a tunnelblick to get the notarized tun tap kext

Scapy version

2.4.5

Python version

3.9

Operating system

Mac OS 12.4 Monterey

Additional environment information

ARm apple silicon

How to reproduce

from scapy.all import *

t=TunTapInterface('tun0')

Actual result

Traceback (most recent call last): File "", line 1, in File "/Users/me/Library/Python/3.9/lib/python/site-packages/scapy/layers/tuntap.py", line 171, in init sock = open(devname, "r+b", buffering=0) FileNotFoundError: [Errno 2] No such file or directory: b'/dev/tun0'

Expected result

should create a tun interface

Related resources

No response

jhay06 avatar Jun 24 '22 02:06 jhay06

Can you test with the master branch?

Sent from my iPhone

On 24 Jun 2022, at 04:42, jhay06 @.***> wrote:

 Brief description

no idea since this is not working at all

Scapy version

2.4.5

Python version

3.9

Operating system

Mac OS 12.4 Monterey

Additional environment information

ARm apple silicon

How to reproduce

from scapy.all import *

t=TunTapInterface('tun0')

Actual result

Traceback (most recent call last): File "", line 1, in File "/Users/me/Library/Python/3.9/lib/python/site-packages/scapy/layers/tuntap.py", line 171, in init sock = open(devname, "r+b", buffering=0) FileNotFoundError: [Errno 2] No such file or directory: b'/dev/tun0'

Expected result

should create a tun interface

Related resources

No response

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.

guedou avatar Jun 25 '22 08:06 guedou

same error

jhay06 avatar Jun 30 '22 04:06 jhay06