How can I control bandwidth in RHEL 5 using iptables?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
You can't by iptables alone. You should "mark" packets in the mangle table and then apply QoS with the tc program. Take a look here for a rather comprehensive documentation on how to do it. |
|||
|
|