<?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>Sun, 16 Aug 2026 14:24:04 -0400</pubDate>
		<item>
			<title>Проблема с балансировкой нагрузки.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215774">Проблема с балансировкой нагрузки.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Твои правила какие-то перепутались, попробуй пример вот здесь: <noindex><a href="http://wiki.mikrotik.com/wiki/Manual:PCC" target="_blank" rel="nofollow" >http://wiki.mikrotik.com/wiki/Manual:PCC</a></noindex> <br />
			<i>20.01.2014 14:49:00, deejayq.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215774</link>
			<guid>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215774</guid>
			<pubDate>Mon, 20 Jan 2014 14:49:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Проблема с балансировкой нагрузки.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215773">Проблема с балансировкой нагрузки.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Спасибо за ответ, не могли бы вы рассказать об этом подробнее, пожалуйста? <br />
			<i>19.01.2014 11:29:00, logg.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215773</link>
			<guid>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215773</guid>
			<pubDate>Sun, 19 Jan 2014 11:29:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Проблема с балансировкой нагрузки.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215772">Проблема с балансировкой нагрузки.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Прежде чем что-либо делать, эти правила SRc NAT настроены неправильно. Первое (1) в порядке, там меняется source NAT на 0.0.0.0, должно быть masquerade. <br />
			<i>17.01.2014 15:20:00, karina.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215772</link>
			<guid>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215772</guid>
			<pubDate>Fri, 17 Jan 2014 15:20:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Проблема с балансировкой нагрузки.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215771">Проблема с балансировкой нагрузки.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, неделю назад купил RB 751U-2HnD, нужно настроить его для балансировки нагрузки между двумя ADSL. У меня такая конфигурация:<br /><br />`/ip firewall nat`<br /> 0 X ;;; Load Balancing | НЕ ТРОГАТЬ |<br /> &nbsp; &nbsp; chain=srcnat action=masquerade out-interface=Wireless<br /><br /> 1 &nbsp; chain=srcnat action=masquerade out-interface=WAN2<br /><br /> 2 &nbsp; chain=srcnat action=masquerade to-addresses=0.0.0.0 out-interface=WAN3<br /><br />`/ip firewall mangle`<br /><br /> 0 &nbsp; chain=prerouting action=accept dst-address=192.168.2.0/24 in-interface=Local<br /><br /> 1 &nbsp; chain=prerouting action=accept dst-address=192.168.2.0/24<br /><br /> 2 &nbsp; chain=prerouting action=accept dst-address=192.168.3.0/24 in-interface=Local<br /><br /> 3 &nbsp; chain=prerouting action=accept dst-address=192.168.3.0/24<br /><br /> 4 &nbsp; chain=prerouting action=mark-connection new-connection-mark=WAN2_conn passthrough=yes dst-address-type=!local in-interface=Local<br /> &nbsp; &nbsp; per-connection-classifier=both-addresses-and-ports:2/0<br /><br /> 5 &nbsp; chain=prerouting action=mark-connection new-connection-mark=WAN3_conn passthrough=yes dst-address-type=!local in-interface=Local<br /> &nbsp; &nbsp; per-connection-classifier=both-addresses-and-ports:2/1<br /><br /> 6 &nbsp; chain=prerouting action=mark-routing new-routing-mark=to_WAN3 passthrough=yes in-interface=Local connection-mark=WAN3_conn<br /><br /> 7 &nbsp; chain=input action=mark-connection new-connection-mark=WAN2_conn passthrough=yes in-interface=WAN2<br /><br /> 8 &nbsp; chain=input action=mark-connection new-connection-mark=WAN3_conn passthrough=yes in-interface=WAN3<br /><br /> 9 &nbsp; chain=prerouting action=mark-routing new-routing-mark=to_WAN2 passthrough=yes in-interface=Local connection-mark=WAN2_conn<br /><br />10 &nbsp; chain=output action=mark-routing new-routing-mark=to_WAN2 passthrough=yes connection-mark=WAN2_conn<br /><br />11 &nbsp; chain=output action=mark-routing new-routing-mark=to_WAN3 passthrough=yes connection-mark=WAN3_conn<br /><br />`/ip route`<br /><br />0 A S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192.168.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 1 A S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192.168.3.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 2 X S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192.168.1.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 3 A S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192.168.3.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 4 &nbsp; S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192.168.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 2<br /> 5 X S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;192.168.1.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 6 ADC &nbsp;192.168.2.0/24 &nbsp; &nbsp; 192.168.2.124 &nbsp; WAN2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br /> 7 ADC &nbsp;192.168.3.0/24 &nbsp; &nbsp; 192.168.3.125 &nbsp; WAN3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br /> 8 ADC &nbsp;192.168.100.0/24 &nbsp; 192.168.100.1 &nbsp; Local &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0<br /><br />У меня есть некоторые проблемы:<br /><br />* &nbsp; Трафик не балансируется равномерно по двум соединениям: в WAN2 я вижу 10 ГБ трафика, а в WAN3 только 400 МБ.<br />* &nbsp; Когда я пытаюсь открыть страницу, она загружается очень медленно, как будто балансировка нагрузки теряет время на установление соединения: когда запрос идет через какой-то из каналов. Например, когда я захожу на сайт Mikrotik, на это уходит 10 секунд, а когда я на самом Mikrotik, скорость намного выше.<br />* &nbsp; Не получается нормально настроить переадресацию портов для моего DVR. Иногда соединение устанавливается, иногда нет. &nbsp;Вот правило для этого:<br /><br /> 7 &nbsp; chain=dstnat action=dst-nat to-addresses=192.168.100.6 to-ports=1025 protocol=tcp in-interface=!Local dst-port=1025<br /><br /> 8 &nbsp; chain=dstnat action=dst-nat to-addresses=192.168.100.6 to-ports=9001 protocol=tcp in-interface=!Local dst-port=9001<br /><br />Может кто-нибудь помочь, пожалуйста. Заранее спасибо. <br />
			<i>16.01.2014 10:41:00, logg.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215771</link>
			<guid>http://mikrotik.moscow/forum/forum57/57311-problema-s-balansirovkoy-nagruzki./message215771</guid>
			<pubDate>Thu, 16 Jan 2014 10:41:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
