2

I'm configuring a tap interface and trying to send and receive packets through it, i configure it like this:

ip tuntap add name tap0 mode tap multi_queue
ip link set tap0 up

i'm using scapy to send traffic to the interface, the command is :

p = Ether()/IP()
sendp(p, iface = 'tap0')

using

tcpdump -i tap0 -vvven -vlan

and didn't catch any packets.

  • 1
    Cross-posted: https://unix.stackexchange.com/questions/332810/tap-interface-is-not-receiving-packets – Flux Jan 30 '19 at 18:41

0 Answers0