Bandwidth limit by Port on iptables

2

What iptables function would I use to bandwidth-limit all traffic on port 566 to 2KB/s?

I'm confused about exactly how to do this.

sonicboom

Posted 2013-09-12T19:15:22.207

Reputation: 161

Answers

2

You would normally use "tc" (traffic control) for this.

See here the Traffic Control HOWTO.

Rik

Posted 2013-09-12T19:15:22.207

Reputation: 11 800