Bonsoir,
j'ai quelques soucis avec un script utilisant l'outil TC pour faire du QoS et traffic shaping.
J'ai loadé les modules suivants: ipt_TOS, cls_fw, cls_u32, sch_sfq, sch_prio, sch_htb.
Voilà le contenu du script:
---------------------------------------------------------------------------------
#!/bin/sh
##
#
# throttle.fw: Set the bandwidth policy, based on FWMARK
#
# Set your limits in the defines at the top. Someday this will be
# integrated into the nocat.conf...
#
##
# Note: your PATH is inherited from the gateway process
#
TOTAL_DOWN=256kbit
(…)