<?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>Mon, 17 Aug 2026 11:14:52 -0400</pubDate>
		<item>
			<title>Как настроить маршрутизацию на основе политик при добавлении маршрутизатора?</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/59921-kak-nastroit-marshrutizatsiyu-na-osnove-politik-pri-dobavlenii-marshrutizatora/message228036">Как настроить маршрутизацию на основе политик при добавлении маршрутизатора?</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Я использовал 2WAN с текущим CCR1016. Чтобы связать с роутером, нужно добавить еще один роутер здесь, только терминал. Думаю, можно настроить с помощью маршрутизации на основе политик в этом случае, но интересно, есть ли способ добавить, не ломая текущие настройки?<br /><br />[admin@MikroTik] /ip firewall nat&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br /> 0 &nbsp; ;;; Fix for an L2TP src-address bug<br /> &nbsp; &nbsp; chain=srcnat action=masquerade to-addresses=0.0.0.0<br /> &nbsp; &nbsp; src-address=192.168.99.0/24<br /><br /> 1 &nbsp; chain=srcnat action=masquerade out-interface=21ip<br /><br /> 2 &nbsp; chain=srcnat action=masquerade out-interface=ether11<br /><br /> 3 &nbsp; chain=srcnat action=masquerade out-interface=gmobb<br /><br />[admin@MikroTik] /ip firewall mangle&gt; print<br />Flags: X - disabled, I - invalid, D - dynamic<br /> 0 &nbsp; chain=prerouting action=mark-connection new-connection-mark=21ip<br /> &nbsp; &nbsp; passthrough=yes connection-state=new dst-address-type=!local<br /> &nbsp; &nbsp; src-address-list=internal dst-address-list=!internal<br /> &nbsp; &nbsp; in-interface=internal<br /> &nbsp; &nbsp; per-connection-classifier=both-addresses-and-ports:2/0<br /><br /> 1 &nbsp; chain=prerouting action=mark-connection new-connection-mark=gmobb<br /> &nbsp; &nbsp; passthrough=yes connection-state=new dst-address-type=!local<br /> &nbsp; &nbsp; src-address-list=internal dst-address-list=!internal<br /> &nbsp; &nbsp; in-interface=internal<br /> &nbsp; &nbsp; per-connection-classifier=both-addresses-and-ports:2/1<br /><br /> 2 &nbsp; chain=prerouting action=mark-routing new-routing-mark=21ip passthrough=no<br /> &nbsp; &nbsp; in-interface=internal connection-mark=21ip<br /><br /> 3 &nbsp; chain=prerouting action=mark-routing new-routing-mark=gmobb passthrough=n&gt;<br /> &nbsp; &nbsp; connection-state=new in-interface=internal connection-mark=gmobb<br /><br /> 4 &nbsp; chain=prerouting action=accept dst-address=0.0.0.0/0 in-interface=interna&gt;<br /><br /> 5 &nbsp; chain=input action=mark-connection new-connection-mark=WAN1_mark<br /> &nbsp; &nbsp; passthrough=yes in-interface=21ip<br /><br /> 6 &nbsp; chain=input action=mark-connection new-connection-mark=WAN2_mark<br /> &nbsp; &nbsp; passthrough=yes in-interface=gmobb<br /><br /> 7 &nbsp; chain=output action=mark-routing new-routing-mark=to_ISP1 passthrough=yes<br /> &nbsp; &nbsp; connection-mark=WAN1_mark<br /><br /> 8 &nbsp; chain=output action=mark-routing new-routing-mark=to_ISP2 passthrough=yes<br /> &nbsp; &nbsp; connection-mark=WAN2_mark<br /><br /> 9 X chain=prerouting action=mark-connection new-connection-mark=WAN1_mark<br /> &nbsp; &nbsp; passthrough=yes dst-address-type=!local in-interface=internal<br /> &nbsp; &nbsp; per-connection-classifier=both-addresses-and-ports:2/0<br /><br />10 X chain=prerouting action=mark-connection new-connection-mark=WAN2_mark<br /> &nbsp; &nbsp; passthrough=yes dst-address-type=!local in-interface=internal<br /> &nbsp; &nbsp; per-connection-classifier=both-addresses-and-ports:2/1<br /><br />11 X chain=prerouting action=mark-routing new-routing-mark=to_ISP1<br /> &nbsp; &nbsp; passthrough=yes in-interface=internal connection-mark=WAN1_mark<br /><br />12 X chain=prerouting action=mark-routing new-routing-mark=to_ISP2<br /> &nbsp; &nbsp; passthrough=yes in-interface=internal connection-mark=WAN2_mark<br /><br />[admin@MikroTik] /ip route&gt; print<br />Flags: X - disabled, A - active, D - dynamic,<br />C - connect, S - static, r - rip, b - bgp, o - ospf, m - mme,<br />B - blackhole, U - unreachable, P - prohibit<br /> # &nbsp; &nbsp; &nbsp;DST-ADDRESS &nbsp; &nbsp; &nbsp; &nbsp;PREF-SRC &nbsp; &nbsp; &nbsp; &nbsp;GATEWAY &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DISTANCE<br /> 0 A S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;21ip &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 20<br /> 1 A S &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;gmobb &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;10<br /> 2 ADS &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;163.139.127.183 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 3 &nbsp;DS &nbsp;0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;163.139.126.194 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1<br /> 4 ADC &nbsp;163.139.126.194/32 210.146.174.157 gmobb &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 0<br /> 5 ADC &nbsp;163.139.127.183/32 1.21.56.22 &nbsp; &nbsp; &nbsp;21ip &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br /> 6 ADC &nbsp;192.168.1.0/24 &nbsp; &nbsp; 192.168.1.1 &nbsp; &nbsp; internal &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;0<br /> 7 &nbsp;DC &nbsp;192.168.88.0/24 &nbsp; &nbsp;192.168.88.1 &nbsp; &nbsp;ether1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;255 <br />
			<i>09.12.2013 07:20:00, kometchtech.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/59921-kak-nastroit-marshrutizatsiyu-na-osnove-politik-pri-dobavlenii-marshrutizatora/message228036</link>
			<guid>http://mikrotik.moscow/forum/forum57/59921-kak-nastroit-marshrutizatsiyu-na-osnove-politik-pri-dobavlenii-marshrutizatora/message228036</guid>
			<pubDate>Mon, 09 Dec 2013 07:20:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
