tc qdisc add dev eth0 root netem delay 100ms
iptables -A INPUT -m statistic --mode random --probability 0.01 -j DROP
That should get you started
I am looking for a tc command that will add 100-250ms of latencyto all traffic that is not on port 22I would like this on inbound (ingress) not outbound (root) trafficAny one able to help?
---------------------------------------------------
PLUG-discuss mailing list - PLUG-discuss@lists.phxlinux.org
To subscribe, unsubscribe, or to change your mail settings:
http://lists.phxlinux.org/mailman/listinfo/plug-discuss