<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: NAT]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме NAT форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Mon, 10 Aug 2026 20:21:34 -0400</pubDate>
		<item>
			<title>NAT</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/64690-nat/message250134">NAT</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня есть 1 x FastEthernet с двумя IP-адресами 192.168.1.2 и 192.168.2.2. Хочу настроить NAT на этом интерфейсе и балансировку нагрузки между двумя шлюзами по умолчанию 192.168.1.1 и 192.168.2.1, подключенными к одному сегменту LAN. Когда отправляется трафик на 192.168.1.1, нужен NAT с адресом 192.168.1.2, а когда на 192.168.2.1 — NAT с адресом 192.168.2.2. Это сработает или придется делать как обычно (пробовать)? <br />
			<i>24.01.2006 15:20:00, zack.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/64690-nat/message250134</link>
			<guid>http://mikrotik.moscow/forum/forum57/64690-nat/message250134</guid>
			<pubDate>Tue, 24 Jan 2006 15:20:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>NAT</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/64690-nat/message250133">NAT</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Если я правильно понял твой пост, то кажется, ты описываешь то, что я наконец-то заставил работать на этих выходных. Зацени эту тему и посмотри, поможет ли она тебе: <noindex><a href="http://forum.mikrotik.com/t/policy-based-routing/4850/1" target="_blank" rel="nofollow" >http://forum.mikrotik.com/t/policy-based-routing/4850/1</a></noindex> Mezlo <br />
			<i>24.01.2006 14:16:00, mezlo.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/64690-nat/message250133</link>
			<guid>http://mikrotik.moscow/forum/forum57/64690-nat/message250133</guid>
			<pubDate>Tue, 24 Jan 2006 14:16:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>NAT</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/64690-nat/message250132">NAT</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Давай посмотрим, правильно ли я понял… У тебя есть две DSL-линии для интернета и один LAN-интерфейс к твоей локальной сети? Ты хочешь использовать две подсети в локальной сети, чтобы одна шла через одну DSL-линию, а другая – через другую? <br />
			<i>24.01.2006 14:14:00, djape.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/64690-nat/message250132</link>
			<guid>http://mikrotik.moscow/forum/forum57/64690-nat/message250132</guid>
			<pubDate>Tue, 24 Jan 2006 14:14:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>NAT</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/64690-nat/message250131">NAT</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Если у меня один LAN-интерфейс и 2 шлюза, могу ли я назначить 2 IP-адреса на LAN-интерфейс и настроить NAT (маскирование) и балансировку нагрузки? Если у меня будет такая конфигурация, заработает ли она?<br /><br />[admin@X] &gt; ip address print<br />Flags: X - disabled, I - invalid, D - dynamic<br />ADDRESS &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;NETWORK &nbsp; &nbsp; &nbsp; &nbsp; BROADCAST &nbsp; &nbsp; &nbsp; INTERFACE<br />0 &nbsp; 192.168.1.2/24 &nbsp; &nbsp; 192.168.1.0 &nbsp; &nbsp; 192.168.1.255 &nbsp; DSL<br />1 &nbsp; 192.168.2.2/24 &nbsp; &nbsp; 192.168.2.0 &nbsp; &nbsp; 192.168.2.255 &nbsp; DSL<br />2 &nbsp; 172.16.1.1/30 &nbsp; &nbsp; &nbsp;172.16.1.0 &nbsp; &nbsp; &nbsp;172.16.1.3 &nbsp; &nbsp; &nbsp;Inside<br /><br />[admin@X] &gt; ip firewall src-nat print<br />Flags: X - disabled, I - invalid, D - dynamic<br />0 &nbsp; src-address=10.0.0.0/8 out-interface=DSL action=masquerade<br /><br />[admin@X] &gt; ip route print<br />Flags: X - disabled, I - invalid, D - dynamic, J - rejected, C - connect, S - static, r - rip, o - ospf, b - bgp<br />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.1.1 &nbsp; &nbsp; 1 &nbsp; &nbsp; &nbsp; &nbsp;DSL<br />---------------- &nbsp; &nbsp; &nbsp; &nbsp; r 192.168.2.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DSL<br />1 &nbsp;S 10.0.0.0/8 &nbsp; &nbsp; &nbsp; &nbsp; r 172.16.1.2 &nbsp; &nbsp; &nbsp;1 &nbsp; &nbsp; &nbsp; &nbsp;Inside <br />
			<i>24.01.2006 12:23:00, zack.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/64690-nat/message250131</link>
			<guid>http://mikrotik.moscow/forum/forum57/64690-nat/message250131</guid>
			<pubDate>Tue, 24 Jan 2006 12:23:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
