<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Нужна помощь!!!]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Нужна помощь!!! форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Fri, 31 Jul 2026 17:22:30 -0400</pubDate>
		<item>
			<title>Нужна помощь!!!</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225346">Нужна помощь!!!</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, я посмотрел твою конфигурацию, но это выходит за рамки моего опыта работы с MT, извини. (Возможно, через пару недель… но можно попробовать сократить конфигурацию до одного клиента, а затем добавлять правила по одному, наблюдая за соответствием или несоответствием трафика. Мой e-mail адрес должен быть указан в списке участников). <br />
			<i>02.09.2004 06:46:00, mag.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225346</link>
			<guid>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225346</guid>
			<pubDate>Thu, 02 Sep 2004 06:46:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Нужна помощь!!!</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225345">Нужна помощь!!!</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет… это mangle, конфигурация очереди и правил. Пожалуйста, кто-нибудь помогите мне увидеть мою конфигурацию и дайте ваши рекомендации. Хочу разделить родительский канал (в дереве очереди) 128 кбит/с между 5 клиентами, каждый клиент получает ограничение 128/5 = 25,6 кбит/с и максимальное ограничение = 128 кбит/с. И если подключено или использует полосу пропускания 2 клиента, получают ли они 128/2 = 64 кбит/с???<br /><br />ip firewall&gt; print<br />NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;POLICY<br />0 input &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; accept<br />1 forward &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; accept<br />2 output &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;accept<br /><br />ip firewall mangle&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />0 &nbsp; src-address=10.10.88.2/32 action=passthrough mark-connection=con_hm<br />1 &nbsp; connection=con_hm action=accept mark-flow=hm<br />2 &nbsp; src-address=10.10.88.9/32 action=passthrough mark-connection=con_nb<br />3 &nbsp; connection=con_nb action=accept mark-flow=nb<br />4 &nbsp; src-address=10.10.88.4/32 action=passthrough mark-connection=con_hm2<br />5 &nbsp; connection=con_hm2 action=accept mark-flow=hm2<br />6 &nbsp; src-address=10.10.234.2/32 action=passthrough mark-connection=CON-hm3<br />7 &nbsp; connection=CON-hm3 action=accept mark-flow=hm3<br />8 &nbsp; src-address=10.10.99.2/32 action=passthrough mark-connection=con_hm5<br />9	connection=con_hm5 action=accept mark-flow=hm5<br /><br />ip firewall rule input&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />0 &nbsp; protocol=icmp action=accept<br />1 &nbsp; protocol=tcp action=accept<br />2 &nbsp; protocol=udp action=accept<br />3 &nbsp; action=drop log=yes<br /><br />ip firewall rule forward&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />0 &nbsp; src-address=:135-139 protocol=tcp action=drop<br />1 &nbsp; src-address=:135-139 protocol=udp action=drop<br />2 &nbsp; src-address=:445 protocol=tcp action=drop<br />3 &nbsp; src-address=:445 protocol=udp action=drop<br />4 &nbsp; dst-address=:445 protocol=tcp action=drop<br />5 &nbsp; dst-address=:135-139 protocol=tcp action=drop<br />6 &nbsp; dst-address=:445 protocol=udp action=drop<br />7 &nbsp; dst-address=:135-139 protocol=udp action=drop<br />8 &nbsp; src-address=10.10.234.2/32 in-interface=Local action=accept<br />9 &nbsp; src-address=10.10.123.2/32 in-interface=Wireless protocol=tcp &nbsp;action=accept<br />10 &nbsp; src-address=10.10.99.2/32 in-interface=Wireless protocol=tcp &nbsp;action=accept<br />11 &nbsp; src-address=10.10.88.2/32 in-interface=Local out-interface=Public protocol=tcp action=accept<br />12 &nbsp; src-address=10.10.88.4/32 in-interface=Local out-interface=Public protocol=tcp action=accept<br />13 &nbsp; src-address=203. . .*/28 in-interface=Public protocol=tcp action=accept<br />35 &nbsp; src-address=10.10.234.0/24 protocol=tcp action=drop<br />36 &nbsp; src-address=10.10.123.0/24 protocol=tcp action=drop<br />37 &nbsp; src-address=10.10.88.0/24 protocol=tcp action=drop<br />38 &nbsp; src-address=10.10.99.0/24 protocol=tcp action=drop<br />39 &nbsp; protocol=icmp action=accept<br />40 &nbsp; protocol=udp action=accept<br />41 &nbsp; protocol=tcp action=accept<br />42 &nbsp; action=drop log=yes<br /><br />ip firewall rule output&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />0 &nbsp; protocol=icmp action=accept<br />1 &nbsp; protocol=tcp action=accept<br />2 &nbsp; protocol=udp action=accept<br />3 &nbsp; action=drop log=yes<br /><br />queue interface&gt; print<br />INTERFACE QUEUE<br />0 Wireless &nbsp;red<br />1 Public &nbsp; &nbsp;ethernet-default<br />2 ether1 &nbsp; &nbsp;ethernet-default<br />3 Local &nbsp; &nbsp; red<br /><br />queue tree&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />44 &nbsp; &nbsp;name=“Up” parent=global-in flow=“” limit-at=94000 queue=red priority=8 max-limit=96000 burst-limit=0 burst-threshold=0 burst-time=0<br />45 &nbsp; &nbsp;name=“Down” parent=global-out flow=“” limit-at=94000 queue=red priority=8 max-limit=96000 burst-limit=0 burst-threshold=0 burst-time=0<br />48 &nbsp; &nbsp;name=“hm2-down” parent=Dw flow=hm2 limit-at=8000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />49 &nbsp; &nbsp;name=“hm2-up” parent=Up flow=hm2 limit-at=8000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />50 &nbsp; &nbsp;name=“hm-down” parent=Dw flow=hm limit-at=6000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />51 &nbsp; &nbsp;name=“hm-up” parent=Up flow=hm limit-at=6000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />52 &nbsp; &nbsp;name=“hm3-down” parent=Dw flow=hm3 limit-at=6000 queue=red priority=7 max-limit=20000 burst-limit=0 burst-threshold=0 burst-time=0<br />53 &nbsp; &nbsp;name=“hm3-Up” parent=Up flow=hm3 limit-at=6000 queue=red priority=7 max-limit=20000 burst-limit=0 burst-threshold=0 burst-time=0<br />54 &nbsp; &nbsp;name=“hm4-down” parent=Dw flow=hm4 limit-at=32000/32000 queue=red priority=6 max-limit=32000/32000 burst-limit=33500/33500 burst-threshold=32000/32000 burst-time=240/240<br />55 &nbsp; &nbsp;name=“hm4-up” parent=Up flow=hm4 limit-at=32000/32000 queue=red priority=6 max-limit=32000/32000 burst-limit=33500/33500 burst-threshold=32000/32000 burst-time=240/240<br /><br />queue simple&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />1 &nbsp; &nbsp;name=“hm4” target-address=10.10.123.2/32 dst-address=0.0.0.0/0 interface=Wireless queue= red priority=6 limit-at=32000/32000 max-limit=32000/32000 burst-limit=33500/33500 burst-threshold=32000/32000 burst-time=240/240 <br />
			<i>02.09.2004 04:17:00, 999999.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225345</link>
			<guid>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225345</guid>
			<pubDate>Thu, 02 Sep 2004 04:17:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Нужна помощь!!!</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225344">Нужна помощь!!!</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, Маг, не мог бы ты дать мне свой email, чтобы я мог прислать тебе свою конфигурацию? У меня проблема с mangle и queue tree. Я написал в поддержку Mikrotik, и они ответили, что "у вас обрабатывается только загружаемый трафик". Мой email: spersonal@hotmail.com <br />
			<i>01.09.2004 11:13:00, 999999.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225344</link>
			<guid>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225344</guid>
			<pubDate>Wed, 01 Sep 2004 11:13:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Нужна помощь!!!</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225343">Нужна помощь!!!</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Извини, но в чем дело? Ты что-то ожидаешь или просто спрашиваешь, это ли оптимальная конфигурация? Если так, пожалуйста, расскажи немного о своей ситуации. <br />
			<i>01.09.2004 09:06:00, mag.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225343</link>
			<guid>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225343</guid>
			<pubDate>Wed, 01 Sep 2004 09:06:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Нужна помощь!!!</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225342">Нужна помощь!!!</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Хочу узнать про мою конфигурацию, которую я использую. Если что-то не так, пожалуйста, дай совет…<br /><br />ip firewall mangle&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br />0 src-address=10.10.88.2/32 action=passthrough mark-connection=con1<br />1 connection=con1 action=accept mark-flow=hm1<br />2 src-address=10.10.88.9/32 action=passthrough mark-connection=con2<br />3 connection=con2 action=accept mark-flow=hm2<br />4 src-address=10.10.88.4/32 action=passthrough mark-connection=con3<br />5 connection=con3 action=accept mark-flow=hm3<br />6 src-address=10.10.234.2/32 action=passthrough mark-connection=CON4<br />7 connection=CON4 action=accept mark-flow=hm4<br />8 src-address=10.10.99.2/32 action=passthrough mark-connection=con5<br />9 connection=con5 action=accept mark-flow=hm5<br /><br />queue tree&gt;<br />44 name=“Up” parent=global-in flow=“” limit-at=94000 queue=red priority=8 max-limit=96000 burst-limit=0 burst-threshold=0 burst-time=0<br />45 name=“Dw” parent=global-out flow=“” limit-at=94000 queue=red priority=8 max-limit=96000 burst-limit=0 burst-threshold=0 burst-time=0<br />46 X name=“hm2-down” parent=Dw flow=hm2 limit-at=6000 queue=red priority=7 max-limit=40000 burst-limit=0 burst-threshold=0 burst-time=0<br />47 X name=“hm2-up” parent=Up flow=hm2 limit-at=6000 queue=red priority=7 max-limit=40000 burst-limit=0 burst-threshold=0 burst-time=0<br />48 name=“hm3-down” parent=Dw flow=hm3 limit-at=8000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />49 name=“hm3-up” parent=Up flow=hm3 limit-at=8000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />50 name=“hm-dw” parent=Dw flow=hm limit-at=6000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />51 name=“hm-up” parent=Up flow=hm limit-at=6000 queue=red priority=7 max-limit=16000 burst-limit=0 burst-threshold=0 burst-time=0<br />52 name=“hm4-Dw” parent=Dw flow=hm4 limit-at=6000 queue=red priority=7 max-limit=20000 burst-limit=0 burst-threshold=0 burst-time=0<br />53 name=“hm4-Up” parent=Up flow=hm4 limit-at=6000 queue=red priority=7 max-limit=20000 burst-limit=0 burst-threshold=0 burst-time=0<br />54 name=“hm5-DW” parent=Dw flow=hm5 limit-at=20000 queue=red priority=6 max-limit=40000 burst-limit=0 burst-threshold=0 burst-time=0<br />55 name=“hm5-Up” parent=Up flow=hm5 limit-at=20000 queue=red priority=6 max-limit=40000 burst-limit=0 burst-threshold=0 burst-time=0<br /><br />Как, если я изменю hm, hm2…hm5 на max-limit=96000, чтобы они могли совместно использовать родительскую полосу пропускания (96000) и получать свои лимиты, если все клиенты используют полосу пропускания? Помогите пожалуйста! <br />
			<i>01.09.2004 07:35:00, 999999.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225342</link>
			<guid>http://mikrotik.moscow/forum/forum57/59327-nuzhna-pomoshch_/message225342</guid>
			<pubDate>Wed, 01 Sep 2004 07:35:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
