Tagged articles
3 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
May 3, 2023 · Operations

Master Linux Traffic Shaping: Limit IP/Port Bandwidth with TC and IFB

Learn how to control Linux network traffic by creating qdisc, class, and filter rules with tc, set bandwidth limits for specific IPs or ports, and use an ifb virtual interface to shape inbound traffic, including step-by-step commands, configuration examples, and cleanup procedures.

Traffic Shapingbandwidth limitingifb
0 likes · 10 min read
Master Linux Traffic Shaping: Limit IP/Port Bandwidth with TC and IFB
Open Source Linux
Open Source Linux
Sep 4, 2022 · Operations

Master Linux Traffic Shaping: Limit Bandwidth per IP/Port Using tc

This guide explains Linux traffic control fundamentals, showing how to create qdisc, class, and filter structures with the tc tool to shape traffic, limit bandwidth for specific IPs or ports, and manage both egress and ingress traffic using ifb devices.

LinuxNetwork BandwidthTraffic Shaping
0 likes · 11 min read
Master Linux Traffic Shaping: Limit Bandwidth per IP/Port Using tc