<?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>Tue, 11 Aug 2026 07:19:25 -0400</pubDate>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257998">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Анаг, нельзя ограничивать один трафик дважды в одном месте. Можно использовать одну очередь для трафика в global-in, одну в global-out, одну в global-total, и одну на интерфейсе. Когда создаешь простую очередь, она создает 3 очереди — одну в global-in, одну в global-total, и одну в global-out. Нужно приоритизировать трафик перед ограничением <noindex><a href="http://www.mikrotik.com/docs/ros/2.9/graphics:packet_flow31.jpg" target="_blank" rel="nofollow" >http://www.mikrotik.com/docs/ros/2.9/graphics:packet_flow31.jpg</a></noindex>. Приоритизируй трафик в global-in и global-out, формируй трафик на интерфейсных очередях. <br />
			<i>27.02.2006 07:22:00, macgaiver.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257998</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257998</guid>
			<pubDate>Mon, 27 Feb 2006 07:22:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257997">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Я тоже заинтересован попробовать "формирование полосы пропускания с равными приоритетами", как описано в документации Mikrotik: <noindex><a href="http://www.mikrotik.com/docs/ros/2.9/root/queue.content#6.54.6.3" target="_blank" rel="nofollow" >http://www.mikrotik.com/docs/ros/2.9/root/queue.content#6.54.6.3</a></noindex>. Правда ли, что это работает так, как там описано??? <br />
			<i>25.02.2006 14:49:00, ponline.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257997</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257997</guid>
			<pubDate>Sat, 25 Feb 2006 14:49:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257996">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			ip firewall mangle&gt; print<br />Флаги: X - отключено, I - недействительно, D - динамически<br /><br />0 &nbsp; ;;; P2P<br /> &nbsp; &nbsp;chain=forward<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;p2p=all-p2p<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=p2p_conn<br /> &nbsp; &nbsp;passthrough=yes<br />1 &nbsp; chain=forward<br /> &nbsp; &nbsp;connection-mark=p2p_conn<br /> &nbsp; &nbsp;p2p=all-p2p<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=p2p<br /> &nbsp; &nbsp;passthrough=yes<br />2 &nbsp; chain=forward<br /> &nbsp; &nbsp;connection-mark=!p2p_conn<br /> &nbsp; &nbsp;p2p=all-p2p<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=other<br /> &nbsp; &nbsp;passthrough=yes<br />3 &nbsp; ;;; ICMP<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=icmp<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=ICMP-connection<br /> &nbsp; &nbsp;passthrough=yes<br />4 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=ICMP-connection<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=ICMP-packet<br /> &nbsp; &nbsp;passthrough=yes<br />5 &nbsp; ;;; FTP<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=21<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=FTP-conn<br /> &nbsp; &nbsp;passthrough=yes<br />6 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=FTP-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=FTP-packet<br /> &nbsp; &nbsp;passthrough=yes<br />7 &nbsp; ;;; SMTP - email<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=25<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=SMTP-conn<br /> &nbsp; &nbsp;passthrough=yes<br />8 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=SMTP-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=SMTP-packet<br /> &nbsp; &nbsp;passthrough=yes<br />9 &nbsp; ;;; POP3 &nbsp;- email<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=110<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=POP3-conn<br /> &nbsp; &nbsp;passthrough=yes<br />10 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=POP3-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=POP3-packet<br /> &nbsp; &nbsp;passthrough=yes<br />11 &nbsp; ;;; MSN<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=1863<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=MSN-conn<br /> &nbsp; &nbsp;passthrough=yes<br />12 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=MSN-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=MSN-packet<br /> &nbsp; &nbsp;passthrough=yes<br />13 &nbsp; ;;; Yahoo Games<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=Yahoo-conn<br /> &nbsp; &nbsp;passthrough=yes<br />14 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=Yahoo-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=Yahoo-packet<br /> &nbsp; &nbsp;passthrough=yes<br />15 &nbsp; ;;; IRC<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=6667<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=IRC-conn<br /> &nbsp; &nbsp;passthrough=yes<br />16 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=IRC-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=IRC-packet<br /> &nbsp; &nbsp;passthrough=yes<br />17 &nbsp; ;;; DNS<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=53<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=DNS-conn1<br /> &nbsp; &nbsp;passthrough=yes<br />18 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=udp<br /> &nbsp; &nbsp;dst-port=53<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=DNS-conn<br /> &nbsp; &nbsp;passthrough=yes<br />19 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=DNS-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=DNS-packet<br /> &nbsp; &nbsp;passthrough=yes<br />20 &nbsp; ;;; VOIP<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=19000-20000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=VOIP-conn<br /> &nbsp; &nbsp;passthrough=yes<br />21 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=udp<br /> &nbsp; &nbsp;dst-port=19000-20000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=VOIP-conn<br /> &nbsp; &nbsp;passthrough=yes<br />22 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=5061<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=VOIP-conn<br /> &nbsp; &nbsp;passthrough=yes<br />23 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=udp<br /> &nbsp; &nbsp;dst-port=5061<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=VOIP-conn<br /> &nbsp; &nbsp;passthrough=yes<br />24 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=VOIP-conn<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=VOIP-packet<br /> &nbsp; &nbsp;passthrough=yes<br />25 &nbsp; ;;; HTTP2 secure /Opera, Netscape, etc<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=443<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />26 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />27 &nbsp; ;;; HTTP /secure<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />28 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />29 &nbsp; ;;; HTTP /secure<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />30 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />31 &nbsp; ;;; IRC<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />32 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />33 &nbsp; ;;; VOIP<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />34 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />35 &nbsp; ;;; HTTP /secure<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />36 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />37 &nbsp; ;;; HTTP /secure<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />38 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />39 &nbsp; ;;; IRC<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />40 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />41 &nbsp; ;;; VOIP<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />42 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />43 &nbsp; ;;; HTTP /secure<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />44 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />45 &nbsp; ;;; HTTP /secure<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />46 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />47 &nbsp; ;;; IRC<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />48 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />49 &nbsp; ;;; VOIP<br /> &nbsp; &nbsp;chain=prerouting<br /> &nbsp; &nbsp;in-interface=wlan<br /> &nbsp; &nbsp;protocol=tcp<br /> &nbsp; &nbsp;dst-port=11998-12000<br /> &nbsp; &nbsp;action=mark-connection<br /> &nbsp; &nbsp;new-connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br />50 &nbsp; chain=prerouting<br /> &nbsp; &nbsp;connection-mark=HTTP2-packet<br /> &nbsp; &nbsp;action=mark-packet<br /> &nbsp; &nbsp;new-packet-mark=HTTP2-packet<br /> &nbsp; &nbsp;passthrough=yes<br /><br />queue-discipline=default<br /><br />ip firewall queue&gt; print<br />every IP is limited like that<br />name=“pc3”<br /> &nbsp; &nbsp;target-addresses=192.168.1.3/32<br /> &nbsp; &nbsp;dst-address=0.0.0.0/0<br /> &nbsp; &nbsp;interface=wlan<br /> &nbsp; &nbsp;parent=none<br /> &nbsp; &nbsp;direction=both<br /> &nbsp; &nbsp;priority=8<br /> &nbsp; &nbsp;queue=default/default<br /> &nbsp; &nbsp;limit-at=0/0<br /> &nbsp; &nbsp;max-limit= 128000/256000<br /> &nbsp; &nbsp;total-queue=default <br />
			<i>23.02.2006 23:26:00, AnaG.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257996</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257996</guid>
			<pubDate>Thu, 23 Feb 2006 23:26:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257995">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Какую конфигурацию очередей и обработку пакетов ты используешь? <br />
			<i>23.02.2006 08:51:00, macgaiver.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257995</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257995</guid>
			<pubDate>Thu, 23 Feb 2006 08:51:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257994">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Потестил немного и выяснил, что все дело в прозрачном прокси. Работает так: только один ПК подключен к MT и лимит установлен 128/256. Использую FLASHGAT, прозрачный прокси включен, dstnat включен. Когда скачиваю файл, трафик идет так: 1с – 600 кбит/с, 2с – 2 кбит/с, 3с – 3 кбит/с, 4с – 400 кбит/с, 5с – 230 кбит/с, 6с – 1 кбит/с, 7с – 3 кбит/с, 8с – 500 кбит/с... Прозрачный прокси выключен, dstnat выключен (без прокси, без кеша), скачивание: 1с – 400 кб/с, 2с – 300 кбит/с, 3с – 260 кбит/с, 4с – 230 кбит/с, 5с – 250 кбит/с, 6с – 240 кбит/с, 7с – 260 кбит/с... <br />
			<i>23.02.2006 03:52:00, AnaG.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257994</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257994</guid>
			<pubDate>Thu, 23 Feb 2006 03:52:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257993">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Попробуйте что-то вроде этого: убедитесь, что очередь p2p_traffic имеет приоритет над очередью other_traffic в списке очередей.<br />/ queue type add name=“pcq_download” kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000<br />add name=“pcq_upload” kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000<br />/ queue simple add name=“total_traffic” interface=lan parent=none priority=8 &nbsp;max-limit=256000/512000<br />add name=“p2p_traffic” interface=lan parent=total_traffic priority=8 queue=pcq_upload/pcq_download limit-at=64000/128000 max-limit=128000/256000 p2p=all-p2p<br />add name=“other_traffic” interface=lan parent=total_traffic priority=4 queue=pcq_upload/pcq_download limit-at=192000/384000 max-limit=256000/512000 <br />
			<i>22.02.2006 06:59:00, macgaiver.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257993</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257993</guid>
			<pubDate>Wed, 22 Feb 2006 06:59:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257992">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Старые новости. <br />
			<i>15.02.2006 16:22:00, cyb.0rg.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257992</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257992</guid>
			<pubDate>Wed, 15 Feb 2006 16:22:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257991">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня та же проблема:( Хоть бы кто-нибудь нашёл решение этого. <br />
			<i>21.02.2006 23:20:00, AnaG.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257991</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257991</guid>
			<pubDate>Tue, 21 Feb 2006 23:20:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Равный шапинг не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257990">Равный шапинг не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет! У меня проблема с формированием канала. У меня канал 768 Кбит, и я хочу разделить его между 5 пользователями. Проблема в том, что если пользователь скачивает файл с помощью FlashGet (не более 5 соединений), он использует всю полосу пропускания, и если другой пользователь хочет зайти в интернет, у него очень медленное соединение. Разговоры по Skype невозможны. Если второй пользователь начинает скачивать файл в начале, скорость ужасная, но через 60-120 секунд она увеличивается до нужной, и канал формируется между пользователями. Вопрос в том, как изменить мою конфигурацию, чтобы, когда пользователь просто "пингует" сайт, он получал равную часть канала. Будь здоров, Гэби.<br /><br />Вот моя конфигурация:<br /><br />/ queue tree add name="Download" parent=LAN packet-mark="" limit-at=0 queue=default priority=1 max-limit=700000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />add name="queue2" parent=Download packet-mark=test limit-at=128000 queue=pcq-download priority=1 max-limit=700000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />add name="Upload" parent=pppoe-out1 packet-mark="" limit-at=0 queue=default priority=1 max-limit=256000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />add name="queue4" parent=Upload packet-mark=test limit-at=32000 queue=pcq-upload priority=1 max-limit=256000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />add name="queue5" parent=Download packet-mark=allp2p limit-at=0 queue=pcq-download priority=8 max-limit=256000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />add name="queue6" parent=Upload packet-mark=allp2p limit-at=0 queue=pcq-upload priority=8 max-limit=64000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />0 name="default" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier="" pcq-total-limit=2000<br />1 name="ethernet-default" kind=red red-limit=40 red-min-threshold=10 red-max-threshold=35 red-burst=10 red-avg-packet=1000<br />2 name="wireless-default" kind=sfq sfq-perturb=5 sfq-allot=1514<br />3 name="synchronous-default" kind=red red-limit=60 red-min-threshold=10 red-max-threshold=50 red-burst=20 red-avg-packet=1000<br />4 name="hotspot-default" kind=sfq sfq-perturb=5 sfq-allot=1514<br />5 name="pcq-download" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=1000<br />6 name="pcq-upload" kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000<br />/ ip firewall mangle<br />add chain=postrouting out-interface=pppoe-out1 protocol=tcp tcp-flags=syn action=change-mss new-mss=clamp-to-pmtu comment="" disabled=no<br />add chain=forward in-interface=LAN out-interface=LAN src-address=192.168.0.0/16 dst-address=192.168.0.0/16 action=accept comment="Da ne slaga opashka na LAN - a" disabled=no<br />add chain=forward p2p=all-p2p action=mark-connection new-connection-mark=p2p_connection comment="Markira P2P" disabled=no<br />add chain=forward connection-mark=p2p_connection action=mark-packet new-packet-mark=allp2p comment="" disabled=no<br />add chain=forward p2p=!all-p2p action=mark-connection new-connection-mark=test-con comment="Markira ostanaloto" disabled=no<br />add chain=forward connection-mark=test-con action=mark-packet new-packet-mark=test comment="" disabled=no <br />
			<i>15.02.2006 11:04:00, paralichko.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257990</link>
			<guid>http://mikrotik.moscow/forum/forum57/66353-ravnyy-shaping-ne-rabotaet./message257990</guid>
			<pubDate>Wed, 15 Feb 2006 11:04:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
