Tools: Dropping and Shaping Packets with iptables and tc on Linux

You can drop packets using iptables on a Linux host with some level of randomness. iptables -A INPUT -m statistic --mode random --probability 0.8 -s example.com -p icmp -j DROP I also did not know that Linux has a traffic control tool for packet shaping ‘tc’: tc qdisc change dev eth0 root netem loss 5% […]
The post Tools: Dropping and Shaping Packets with iptables and tc on Linux appeared first on EtherealMind.




SDxCentral Weekly Wrap for January 11, 2019: AT&T is set to slash jobs as it touts its 5G and SDN progress, and Kubernetes topped IT job search terms in 2018.