Всем привет!
Посоветуйте каким образом шейпить трафик при таком раскладе.
Между роутером и свитчом стоит мост с сквидом, и прочим.
На нем, хотелось бы организовать шейпинг.
Собственно сам мост:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto eth1
iface eth1 inet manual
auto eth0.3
iface eth0.3 inet manual
vlan_raw_device eth0
auto eth1.3
iface eth1.3 inet manual
vlan_raw_device eth1
auto br0
iface br0 inet static
address 0.0.0.0
bridge-ports eth0.3 eth1.3
bridge_stp off
auto eth0.12
iface eth0.12 inet manual
vlan_raw_device eth0
auto eth1.12
iface eth1.12 inet manual
vlan_raw_device eth1
auto br1
iface br1 inet static
address 172.18.20.101
netmask 255.255.255.0
broadcast 172.18.20.255
gateway 172.18.20.1
bridge-ports eth0.12 eth1.12
dns-nameservers 172.18.20.8
dns-search slavyanka.local
bridge_stp off
auto eth0.75
iface eth0.75 inet manual
vlan_raw_device eth0
auto eth1.75
iface eth1.75 inet manual
vlan_raw_device eth1
auto br2
iface br2 inet static
iface br2 inet static
address 0.0.0.0
bridge-ports eth0.75 eth1.75
bridge_stp off
интерфейс eth0 смотрит в роутер (100 мегабит порт)
интерфейс eth1 смотрит в свитч (гигабитный порт)
для начала хочу организовать гарантированную полосу в сеть
головного офиса, где находится множество корпоративных сервисов
Скорость доступа в интернет 5 mb, симметрично.
Создаю правила htb.init
eth0
DEFAULT=0
R2Q=10
RATE=1Mbit
CEIL=4Mbit
PRIO=1
RULE=172.16.10.0/24
LEAF=sfq
CEIL=5Mbit
RATE=1Kbit
LEAF=sfq
PRIO=4
RATE=100Mbit
CEIL=100Mbit
RATE=1000Mbit
CEIL=1000Mbit
root@bridge:~# /etc/init.d/htb.init-v0.8.5 start
find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
find: warning: you have specified the -maxdepth option after a non-option argument -type, but options are not positional (-maxdepth affects tests specified before it as well as those specified after it). Please specify options before other arguments.
жалобы... Остановил htb.init особо не вдаваясь.
Подскажите, пожалуйста, что я не так делаю.