Witam! Nie działa poprawnie lms-traffic-htbiptlimits w wersji 1.3.6 Osiris, po ustawieniu taryf i przypisaniu uzytkownika do danej taryfu sktypt generuje tylko: #!/bin/bash /usr/sbin/iptables -t mangle -D FORWARD -i eth1 -j LIMITS >/dev/null 2>&1 /usr/sbin/iptables -t mangle -D FORWARD -o eth1 -j LIMITS >/dev/null 2>&1 /usr/sbin/iptables -t mangle -F LIMITS >/dev/null 2>&1 /usr/sbin/iptables -t mangle -X LIMITS >/dev/null 2>&1 /usr/sbin/iptables -t mangle -N LIMITS /usr/sbin/iptables -t mangle -I FORWARD -i eth1 -j LIMITS /usr/sbin/iptables -t mangle -I FORWARD -o eth1 -j LIMITS /sbin/tc qdisc del root dev eth1 /sbin/tc qdisc add dev eth1 root handle 1: htb /sbin/tc class add dev eth1 parent 1: classid 1:19998 htb rate 10mbit burst 1mbit /sbin/tc class add dev eth1 parent 1:19998 classid 1:19999 htb rate 4024kbit burst 402.4kbit /sbin/tc qdisc del root dev eth2 /sbin/tc qdisc add dev eth2 root handle 1: htb /sbin/tc class add dev eth2 parent 1: classid 1:19998 htb rate 10mbit burst 1mbit /sbin/tc class add dev eth2 parent 1:19998 classid 1:19999 htb rate 4024kbit burst 402.4kbit
nie generuje reguł dla urzytkownika? Czm to moze byc spowodowane, czy ktos juz mial tego typu problem ?
uczestnicy (1)
-
Darek