<?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>Wed, 19 Aug 2026 04:26:47 -0400</pubDate>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259167">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Да, это верно, мы не можем ломать прокси-запросы, если включен веб-прокси. <br />
			<i>31.05.2006 04:37:00, cokin.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259167</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259167</guid>
			<pubDate>Wed, 31 May 2006 04:37:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259166">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Я вообще не понимаю, почему (( disabled=yes ))? В любом случае, есть больше одного варианта настройки, каждый пользователь написал свою настройку, решая одну и ту же проблему, и никто из Mikrotik ни слова не говорит!!! Я вообще не знаю, к какой этой форме я попал?? Я купил MT для конкретной цели, а пока что видел больше одного варианта настройки, и все они отличаются от настройки в руководстве, я совсем потерялся… <br />
			<i>29.05.2006 18:19:00, samsoft08.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259166</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259166</guid>
			<pubDate>Mon, 29 May 2006 18:19:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259165">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Просто одна идея: `/ip firewall mangle add chain=output protocol=tcp src-port=8000 (proxy port) dst-address-list="your list here" action=mark-packet new-packet-mark=proxy-out passthrough=yes comment="" disabled=no / queue tree add name="proxy-out" parent=global-out packet-mark=proxy-out limit-at=1 queue=default priority=5 max-limit=1024000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes`<br /><br />PS: Проверено, работает. <br />
			<i>28.05.2006 08:35:00, npbrasil.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259165</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259165</guid>
			<pubDate>Sun, 28 May 2006 08:35:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259164">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Поищи в моём посте. Вывод такой, что на mk нельзя ковыряться с прокси-запросами. Пока-пока. <br />
			<i>25.05.2006 13:25:00, maxfava.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259164</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259164</guid>
			<pubDate>Thu, 25 May 2006 13:25:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259163">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Ребята, я не эксперт, очень далека от этого. Но, использую это для своих клиентов. Надеюсь, это будет вам полезно.<br /><br />С уважением,<br />Fernando<br /><br />Настраиваю Mangle для приоритетов<br /><br />Настраиваю Mangle VoIp / ip firewall mangle add chain=prerouting protocol=tcp dst-port=5060 action=mark-connection new-connection-mark=VOIP_CON passthrough=yes comment=“VoIP” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=udp dst-port=5060 action=mark-connection new-connection-mark=VOIP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=16384 action=mark-connection new-connection-mark=VOIP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=udp dst-port=16384 action=mark-connection new-connection-mark=VOIP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=19000-20000 action=mark-connection new-connection-mark=VOIP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=udp dst-port=19000-20000 action=mark-connection new-connection-mark=VOIP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=VOIP_CON action=mark-packet new-packet-mark=ALTA passthrough=no comment=“” disabled=no<br />Настраиваю Mangle DNS<br />/ ip firewall mangle add chain=prerouting protocol=udp dst-port=53 action=mark-connection new-connection-mark=DNS_CON passthrough=yes comment=“DNS” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=DNS_CON action=mark-packet new-packet-mark=ALTA passthrough=no comment=“” disabled=no<br />Настраиваю Mangle Web-трафика<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=80 action=mark-connection new-connection-mark=HTTP_CON passthrough=yes comment=“HTTP” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=443 action=mark-connection new-connection-mark=HTTP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=8080 action=mark-connection new-connection-mark=HTTP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=HTTP_CON action=mark-packet new-packet-mark=MEDIA_ALTA passthrough=no comment=“” disabled=no<br />Настраиваю Mangle Mail-трафика<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=110 action=mark-connection new-connection-mark=MAIL_CON passthrough=yes comment=“HTTP” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=25 action=mark-connection new-connection-mark=MAIL_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=MAIL_CON action=mark-packet new-packet-mark=MEDIA_ALTA passthrough=no comment=“” disabled=no<br />Настраиваю Mangle FTP-трафика<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=20 action=mark-connection new-connection-mark=FTP_CON passthrough=yes comment=“HTTP” disabled=no<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=21 action=mark-connection new-connection-mark=FTP_CON passthrough=yes comment=“” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=FTP_CON action=mark-packet new-packet-mark=MEDIA_BAJA passthrough=no comment=“” disabled=no<br />Настраиваю Mangle Messenger<br />/ ip firewall mangle add chain=prerouting protocol=tcp dst-port=1863 action=mark-connection new-connection-mark=MSN_CON passthrough=yes comment=“MSN” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=MSN_CON action=mark-packet new-packet-mark=MEDIA_BAJA passthrough=no comment=“” disabled=no<br />Настраиваю Mangle для Peer-to-Peer программ<br />/ ip firewall mangle add chain=prerouting p2p=all-p2p action=mark-connection new-connection-mark=P2P_CON passthrough=yes comment=“P2P” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=P2P_CON action=mark-packet new-packet-mark=P2P passthrough=no comment=“” disabled=no<br />Настраиваю остальные сервисы<br />/ ip firewall mangle add chain=prerouting action=mark-connection new-connection-mark=OTROS_CON passthrough=yes comment=“Resto del trafico” disabled=no<br />/ ip firewall mangle add chain=prerouting connection-mark=OTROS_CON action=mark-packet new-packet-mark=BAJA passthrough=yes comment=“” disabled=no<br />######## Настраиваю дерево очередей Queue tree #################<br />/ queue tree add name=“8-P2P” parent=global-out packet-mark=P2P limit-at=64000 queue=default priority=8 max-limit=128000 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />/ queue tree add name=“1-Alta” parent=global-out packet-mark=ALTA limit-at=0 queue=default priority=1 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />/ queue tree add name=“3-Media alta” parent=global-out packet-mark=MEDIA_ALTA limit-at=0 queue=default priority=3 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />/ queue tree add name=“5-Media baja” parent=global-out packet-mark=MEDIA_BAJA limit-at=0 queue=default priority=5 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no<br />/ queue tree add name=“7-Baja” parent=global-out packet-mark=BAJA limit-at=0 queue=default priority=7 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s disabled=no <br />
			<i>25.05.2006 13:25:00, FOV.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259163</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259163</guid>
			<pubDate>Thu, 25 May 2006 13:25:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259162">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Пожалуйста, нужен совет эксперта! <br />
			<i>25.05.2006 01:01:00, samsoft08.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259162</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259162</guid>
			<pubDate>Thu, 25 May 2006 01:01:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259161">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Нужна помощь, чтобы кто-нибудь посмотрел мои настройки, пожалуйста. Всё в порядке, или мне стоит переключиться на Valnet, например? <br />
			<i>22.05.2006 13:25:00, samsoft08.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259161</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259161</guid>
			<pubDate>Mon, 22 May 2006 13:25:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259160">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Валенс, отличный пример! Хочу применить твой подход, но сначала мне нужно тебе показать, как я сейчас всё делаю. Я просто хочу обеспечить справедливое распределение полосы пропускания между моими клиентами (PCQ). Сейчас я использую следующее:<br /><br />1. &nbsp;Firewall mangle:<br /> &nbsp; &nbsp;* &nbsp; chain=prerouting src-address=192.168.1.0/24 action=mark-connection new-connection-mark=users-con passthrough=no<br /> &nbsp; &nbsp;* &nbsp; chain=forward connection-mark=users-con action=mark-packet new-packet-mark=users passthrough=yes<br /><br />2. &nbsp;Очереди:<br /> &nbsp; &nbsp;* &nbsp; a. type name=“pcq-download” kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=dst-address pcq-total-limit=2000<br /> &nbsp; &nbsp;* &nbsp; name=“pcq-upload” kind=pcq pcq-rate=0 pcq-limit=50 pcq-classifier=src-address pcq-total-limit=2000<br /> &nbsp; &nbsp;* &nbsp; b. tree name=“queue1” parent=localnet packet-mark=users limit-at=0 queue=pcq-download priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s<br /> &nbsp; &nbsp;* &nbsp; name=“queue2” parent=internet packet-mark=users limit-at=0 queue=pcq-upload priority=8 max-limit=0 burst-limit=0 burst-threshold=0 burst-time=0s<br /><br />Пожалуйста, посмотри на эти настройки внимательно и скажи, не допустил ли я ошибок, и как добавить очередь для моего веб-прокси в очередь загрузки. Заранее спасибо! <br />
			<i>21.05.2006 12:33:00, samsoft08.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259160</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259160</guid>
			<pubDate>Sun, 21 May 2006 12:33:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259159">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, у меня та же проблема. Очередь бы работала, но когда включаю Squid, веб начинает цеплять очередь, и дерево очередей начинает формироваться неправильно. Что мне теперь делать? <br />
			<i>20.05.2006 12:16:00, emmanuel.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259159</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259159</guid>
			<pubDate>Sat, 20 May 2006 12:16:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259158">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Может, попробуешь этот пример:<br />P &gt; FIREWALL &gt; MANGLE 0 ;;; вверх трафика chain=prerouting in-interface=LAN src-address=192.168.0.4 action=mark-packet new-packet-mark=test-packet-up passthrough=no<br />1 chain=forward src-address=192.168.0.4 action=mark-connection new-connection-mark=test-conn passthrough=yes<br />2 ;;; вниз трафика из интернета<br />chain=forward in-interface=PUBLIC connection-mark=test-conn action=mark-packet new-packet-mark=test-packet-down passthrough=no<br />3 ;;; вниз трафика от роутера<br />chain=output out-interface=LAN dst-address=192.168.0.4 action=mark-packet new-packet-mark=test-packet-down passthrough=no<br />QUEUE &gt; TREE 0<br />name=“test-down” parent=LAN packet-mark=test-packet-down limit-at=0 queue=default priority=8 max-limit=64000 burst-limit=0 burst-threshold=0 burst-time=0s<br />1 name=“test-up” parent=global-in packet-mark=test-packet-up limit-at=0 queue=default priority=8 max-limit=64000 burst-limit=0 burst-threshold=0 burst-time=0s <br />
			<i>09.05.2006 21:58:00, valens.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259158</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259158</guid>
			<pubDate>Tue, 09 May 2006 21:58:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259157">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			maxfava, это значит, если клиент запросит что-то объемом около 1 МБ, и этот запрос уже есть в кэше, он получит эти 1 МБ из лимита в mangle и queue, верно? <br />
			<i>26.05.2006 00:38:00, samsoft08.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259157</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259157</guid>
			<pubDate>Fri, 26 May 2006 00:38:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Очередь веб-прокси.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259156">Очередь веб-прокси.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня проблема с traffic shaping через веб-прокси. Я указываю MAC-адрес, порты, IP — ничего не работает. Не могу найти способ ограничить трафик, если веб-прокси включён. Какие есть идеи? Спасибо. <br />
			<i>09.05.2006 08:59:00, knightrider.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259156</link>
			<guid>http://mikrotik.moscow/forum/forum57/66614-ochered-veb_proksi./message259156</guid>
			<pubDate>Tue, 09 May 2006 08:59:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
