Jeudi, den 26. janvier 2012

IP packet drop can be easily emulated on any section of network using a Linux Bridge and a single iptables command: iptables -t mangle -A FORWARD -m statistic –mode random –probability 0.01 -j DROP (where probability is expressed as a value between 0 and 1) If the intention is to emulate packet drop to the [...]

Tags: , , ,

Category: Debian, pense-bête | Commentaires fermés