При настройке файерволла в администраторском интерфейсе,
не заносятся правила, т.е. они заносятся, но не выполняются.
4. включение: tc filter add dev eth0 parent 1: protocol ip prio 3 handle RULE_ID fw classid 1:RULE_ID
выключение: tc filter del dev eth0 parent 1: protocol ip prio 3 handle RULE_ID fw classid 1:RULE_ID
5. включение: tc class add dev eth0 parent 1:1 classid 1:RULE_ID htb rate 1mbit burst 20k
выключение: tc class del dev eth0 parent 1:1 classid 1:RULE_ID htb rate 1mbit burst 20k
в логе rfw5.log
Try `iptables -h' or 'iptables --help' for more information.
Bad argument `tc'
Try `iptables -h' or 'iptables --help' for more information.
Bad argument `tc'
Try `iptables -h' or 'iptables --help' for more information.
Bad argument `tc'
Try `iptables -h' or 'iptables --help' for more information.
Bad argument `tc'
Куда копать может кто скажет? Заранее спасибо
