W lmsie pewien klient ma 3 komputery. Kazdy komputer jest w lmsie przypisany do osobnej taryfy 640/256.
Podczas generowania pliku za pomoca lms-traffic-htbiptlimits
 
/usr/local/sbin/iptables -t mangle -A LIMITS -d 10.10.4.71 -j MARK --set-mark 35
/usr/local/sbin/iptables -t mangle -A LIMITS -d 10.10.4.30 -j MARK --set-mark 35
/usr/local/sbin/iptables -t mangle -A LIMITS -d 10.10.4.72 -j MARK --set-mark 35
/sbin/tc class add dev eth3 parent 1:9999 classid 1:17 htb rate 960kbit ceil 1920kbit burst 120kbit
/sbin/tc filter add dev eth3 protocol ip parent 1: handle 35 fw classid 1:17
/usr/local/sbin/iptables -t mangle -A LIMITS -s 10.10.4.71 -j MARK --set-mark 36
/usr/local/sbin/iptables -t mangle -A LIMITS -s 10.10.4.30 -j MARK --set-mark 36
/usr/local/sbin/iptables -t mangle -A LIMITS -s 10.10.4.72 -j MARK --set-mark 36
/sbin/tc class add dev eth0 parent 1:9999 classid 1:18 htb rate 384kbit ceil 768kbit burst 48kbit
/sbin/tc filter add dev eth0 protocol ip parent 1: handle 36 fw classid 1:18
Z tego co sie orientuje to pasmo dla tych 3 komputerow jest sumowane, zamiast kazdemu kompuerowi z osobna wydzielic pasmo dla odpowiadajacej mu taryfy(640/256)
 
Czy to celowy zamysl czy moze dopiero w kolejnych wersjach to zostanie poprawione ?
 
 
LMS     1.11.2
 
Pawel
!DSPAM:47aebbd1150741886019037!