<?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, 05 Aug 2026 11:49:06 -0400</pubDate>
		<item>
			<title>Похоже, балансировка нагрузки не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233219">Похоже, балансировка нагрузки не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			ip address / ip address<br />add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 interface=ether2 \<br /> &nbsp; &nbsp;comment="hotspot network" disabled=no<br />add address=192.168.1.1/24 network=192.168.1.0 broadcast=192.168.1.255 interface=onboard \<br /> &nbsp; &nbsp;comment="" disabled=no<br />add address=211.24.139.110/30 network=211.24.139.108 broadcast=211.24.139.111 interface=ether3 \<br /> &nbsp; &nbsp;comment="" disabled=no ip route # &nbsp; &nbsp;DST-ADDRESS &nbsp; &nbsp; &nbsp; &nbsp;G GATEWAY &nbsp; &nbsp; &nbsp; &nbsp; DISTANCE INTERFACE<br /> 0 &nbsp;S 0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;r 192.168.0.250 &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp;ether2<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; r 211.24.139.110 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ether3<br /> 1 &nbsp;S 202.188.0.133/32 &nbsp; r 192.168.0.250 &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp;ether2<br /> 2 &nbsp;S 203.121.16.85/32 &nbsp; r 211.24.139.109 &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp;ether3<br /> 3 DC 211.24.139.108/30 &nbsp;r 0.0.0.0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp;ether3<br /> 4 DC 192.168.1.0/24 &nbsp; &nbsp; r 0.0.0.0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp;onboard<br /> 5 DC 192.168.0.0/24 &nbsp; &nbsp; r 0.0.0.0 &nbsp; &nbsp; &nbsp; &nbsp; 0 &nbsp; &nbsp; &nbsp; &nbsp;ether2 <br />
			<i>29.07.2005 07:59:00, Hellbound.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233219</link>
			<guid>http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233219</guid>
			<pubDate>Fri, 29 Jul 2005 07:59:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Похоже, балансировка нагрузки не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233218">Похоже, балансировка нагрузки не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Эта конфигурация ничего не говорит, пожалуйста, выложи конфигурации /ip address и /ip route. <br />
			<i>29.07.2005 07:12:00, mp3turbo2.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233218</link>
			<guid>http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233218</guid>
			<pubDate>Fri, 29 Jul 2005 07:12:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Похоже, балансировка нагрузки не работает.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233217">Похоже, балансировка нагрузки не работает.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Похоже, я настроил балансировку нагрузки согласно руководствам MikroTik, но она не работает. У меня есть две линии: одна на 1 Мбит/с, а вторая на 2 Мбит/с, но она привязана только к первой, и я не знаю, как их объединить. Я пробовал скачивать большие файлы, но вторая линия не используется.<br /><br />Вот мои правила брандмауэра:<br /><br />```<br />/ ip firewall<br />set input name="input" policy=accept comment=""<br />set forward name="forward" policy=accept comment=""<br />set output name="output" policy=accept comment=""<br />add name="hotspot-temp" policy=none comment="limit unauthorized hotspot clients"<br />add name="hotspot" policy=none comment="account authorized hotspot clients"<br />/ ip firewall rule forward<br />add in-interface=onboard action=jump jump-target=hotspot-temp comment="limit access for \<br /> &nbsp; &nbsp;unauthorized hotspot clients" disabled=no<br />add action=jump jump-target=hotspot comment="account traffic for authorized hotspot clients" \<br /> &nbsp; &nbsp;disabled=no<br />/ ip firewall rule hotspot<br />/ ip firewall rule hotspot-temp<br />add flow=hs-auth action=return comment="return, if connection is authorized" disabled=no<br />add protocol=icmp action=return comment="allow ping requests" disabled=no<br />add dst-address=:53 protocol=udp action=return comment="allow dns requests" disabled=no<br />add action=reject comment="reject access for unauthorized hotspot clients" disabled=no<br />/ ip firewall rule input<br />add in-interface=onboard dst-address=:80 protocol=tcp action=jump jump-target=hotspot \<br /> &nbsp; &nbsp;comment="account traffic from hotspot clients to hotspot servlet" disabled=no<br />add in-interface=onboard dst-address=:80 protocol=tcp action=accept comment="accept requests \<br /> &nbsp; &nbsp;for hotspot servlet" disabled=no<br />add in-interface=onboard dst-address=:67 protocol=udp action=accept comment="accept requests \<br /> &nbsp; &nbsp;for local DHCP server" disabled=no<br />add in-interface=onboard action=jump jump-target=hotspot-temp comment="limit access for \<br /> &nbsp; &nbsp;unauthorized hotspot clients" disabled=no<br />/ ip firewall rule output<br />add src-address=:80 out-interface=onboard protocol=tcp action=jump jump-target=hotspot \<br /> &nbsp; &nbsp;comment="account traffic from hotspot servlet to hotspot clients" disabled=no<br />/ ip firewall service-port<br />set ftp ports=21 disabled=no<br />set pptp disabled=no<br />set gre disabled=no<br />set h323 disabled=yes<br />set mms disabled=no<br />set irc ports=6667 disabled=no<br />set quake3 disabled=no<br />set tftp ports=69 disabled=no<br />/ ip firewall mangle<br />/ ip firewall src-nat<br />add src-address=192.168.1.0/24 dst-address=:!80 out-interface=ether2 flow=hs-auth \<br /> &nbsp; &nbsp;action=masquerade comment="" disabled=no<br />add src-address=192.168.1.0/24 out-interface=ether3 flow=hs-auth action=masquerade comment="" \<br /> &nbsp; &nbsp;disabled=no<br />/ ip firewall dst-nat<br />add dst-address=:53 protocol=udp action=redirect comment="intercept all DNS requests" \<br /> &nbsp; &nbsp;disabled=no<br />add in-interface=onboard protocol=tcp flow=!hs-auth action=redirect to-dst-port=80 \<br /> &nbsp; &nbsp;comment="redirect unauthorized hotspot clients to hotspot service" disabled=no<br />add in-interface=onboard dst-address=:80 protocol=tcp action=redirect to-dst-port=3128 \<br /> &nbsp; &nbsp;comment="transparent HTTP proxy for hotspot clients" disabled=no<br />add dst-address=192.168.0.1/32:4600-4700 flow=hs-auth action=nat to-dst-address=192.168.1.101 \<br /> &nbsp; &nbsp;comment="" disabled=yes<br />/ ip firewall connection tracking<br />set enabled=yes tcp-syn-sent-timeout=2m tcp-syn-received-timeout=1m tcp-established-timeout=5d \<br /> &nbsp; &nbsp;tcp-fin-wait-timeout=2m tcp-close-wait-timeout=1m tcp-last-ack-timeout=30s \<br /> &nbsp; &nbsp;tcp-time-wait-timeout=2m tcp-close-timeout=10s udp-timeout=30s udp-stream-timeout=3m \<br /> &nbsp; &nbsp;icmp-timeout=30s generic-timeout=10m Netwatch &gt; / tool netwatch<br />add host=192.168.0.250 timeout=1s interval=5s up-script=fo down-script=fo comment="R1" \<br /> &nbsp; &nbsp;disabled=no<br />add host=192.168.0.250 timeout=1s interval=5s up-script=fo down-script=fo comment="R2" \<br /> &nbsp; &nbsp;disabled=no<br />Script / tool netwatch<br />add host=192.168.0.250 timeout=1s interval=5s up-script=fo down-script=fo comment="R1" \<br /> &nbsp; &nbsp;disabled=no<br />add host=192.168.0.250 timeout=1s interval=5s up-script=fo down-script=fo comment="R2" \<br /> &nbsp; &nbsp;disabled=no<br />``` <br />
			<i>28.07.2005 19:53:00, Hellbound.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233217</link>
			<guid>http://mikrotik.moscow/forum/forum57/61069-pokhozhe_-balansirovka-nagruzki-ne-rabotaet./message233217</guid>
			<pubDate>Thu, 28 Jul 2005 19:53:00 -0400</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
