Hi people
I have CQB configurated in my firewall/gateway with two independent
lan.
eth0 eth1 192.168.1.x
internet-------------Firewall--------------------Lan1
| eth2
|
Lan2 192.168.40.x
The Lan1 not need the dandwith control.
The lan2 need the several dandwith control
In general the donwload is 300Kbit
In general the upload is 200Kbit
But have some hosts (2) that need a several control because his use
most of the general host, harming other hosts... so this bad hosts is a
100Kbits in download and 50kbits in upload
My configure control the general host, but don't the especific bad
host.
Above my configuration:
file: cbq-0003.mirante_in
==
DEVICE=eth2,100Mbit,10Mbit
RATE=300Kbit
WEIGHT=30Kbit
PRIO=3
MARK=24
RULE=192.168.40.0/27
BOUNDED=yes
ISOLATED=no
==
file: cbq-0003.mirante_out
==
DEVICE=eth0,100Mbit,10Mbit
RATE=200Kbit
WEIGHT=20Kbit
PRIO=3
MARK=24
RULE=192.168.40.0/27,
BOUNDED=yes
ISOLATED=no
==
[root@vulcano cbq]# cat cbq-0004.222_in
DEVICE=eth2,100Mbit,10Mbit
RATE=100Kbit
WEIGHT=10Kbit
PRIO=4
MARK=22
RULE=192.168.40.18/32
BOUNDED=yes
ISOLATED=no
==
[root@vulcano cbq]# cat cbq-0004.222_out
DEVICE=eth0,100Mbit,10Mbit
RATE=50Kbit
WEIGHT=5Kbit
PRIO=4
MARK=22
RULE=192.168.40.18/32,
BOUNDED=yes
ISOLATED=no
==
[root@vulcano cbq]# cat cbq-0004.229_in
DEVICE=eth2,100Mbit,10Mbit
RATE=100Kbit
WEIGHT=10Kbit
PRIO=4
MARK=23
RULE=192.168.40.27/32
BOUNDED=yes
ISOLATED=no
==
[root@vulcano cbq]# cat cbq-0004.229_out
DEVICE=eth0,100Mbit,10Mbit
RATE=50Kbit
WEIGHT=5Kbit
PRIO=4
MARK=23
RULE=192.168.40.27/32,
BOUNDED=yes
ISOLATED=no
The mark is mark in iptable mangle table...
What is error im my configuration that this especific hosts doesn't
control the band?
[]s
|