Sample Header Ad - 728x90

Tap interface is not receiving packets

1 vote
0 answers
895 views
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.
Asked by Kareem Khaleel (11 rep)
Dec 26, 2016, 12:08 PM
Last activity: Dec 26, 2016, 12:27 PM