-
Notifications
You must be signed in to change notification settings - Fork 269
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
[Bug] tcpreplay on Debian 12 does not seem to work on tap interfaces #828
Labels
Comments
Notes:
Thank you for your help. |
I used git bisect and found the culprit:
|
Zlika
referenced
this issue
Jun 7, 2024
Thanks for digging into this. Targeting for 4.5.0 |
Fixed in PR #874 |
Hi @fklassen. I've tested branch 4.5.0-beta1 and the problem seems to be still here. |
False alarm... I was using the default tcpreplay binary from Debian instead of the local one :-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On Debian 11 (tcpreplay 4.3.3) I used the following procedure to replay a pcap file on a tap interface:
I was then able to capture the replay on the same computer using Wireshark, listening on the tap0 interface.
I've just migrated to Debian 12 (tcpreplay 4.4.3) and this is not working anymore. I can still create the tap0 interface and run tcpreplay without any error, but Wireshark does not capture anything on the tap0 interface.
I don't know if it is a bug of tcpreplay or if something has changed elsewhere in Debian networking stack, but I don't know how to debug this problem.
Thank you for your help.
The text was updated successfully, but these errors were encountered: