Help with bandwith

Orlando Reis oreis@student.dei.uc.pt
Fri, 19 Oct 2001 17:58:38 +0100 (WEST)


(sending this for the second time, mail server acting a bit weird).

Hi, I would like to make the folowing simple question, is there a simple
way to limit bandwith with iptables. I just want do somethink like,
limiting some internal ip's, to use just some bandwith(128Kb/s), is this
possible?

something i can add to a line like

  $IPTABLES -A FORWARD -p TCP -s 10.1.0.5 --option_of_bandwith -j ACCPET
  $IPTABLES -A FORWARD -p TCP -d 10.1.0.5 --option_of_bandwith -j ACCPET

If comeone can point me the right direction, it would be appreciated.
Thanks

Orlando Reis


--