Error when trying to corrupt packets in linux terminal (netem)
2
votes
1
answer
2387
views
The following rule corrupts 5% of the packets by introducing a single bit error at a random offset in the packet:
> sudo tc qdisc change dev ens8 root netem corrupt 5%
But recently it gave me the following error:
> Error: Qdisc not found. To create specify NLM_F_CREATE flag
Could you kindly help me or provide me with some other methods to simulate packet corruption?
I'm trying to simulate packet corruption to see how well my error detection mechanism works.
Asked by Arash
(123 rep)
Aug 10, 2022, 01:21 AM
Last activity: Aug 10, 2022, 09:50 AM
Last activity: Aug 10, 2022, 09:50 AM