<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Простой вопрос про файрвол.

Hey @MrAndrews,

Quick question – I'm setting up a simple firewall for a small network, and I'm struggling to understand how to best configure it to allow remote access for a single user while still keeping everything else sec]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Простой вопрос про файрвол.

Hey @MrAndrews,

Quick question – I'm setting up a simple firewall for a small network, and I'm struggling to understand how to best configure it to allow remote access for a single user while still keeping everything else sec форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Mon, 10 Aug 2026 19:36:35 -0400</pubDate>
		<item>
			<title>Простой вопрос про файрвол.

Hey @MrAndrews,

Quick question – I'm setting up a simple firewall for a small network, and I'm struggling to understand how to best configure it to allow remote access for a single user while still keeping everything else sec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/67015-prostoy-vopros-pro-fayrvol.-hey-_mrandrews_-quick-question-_-i_m-setting-up-a-simple-firewall-for-a-small-network_-and-i_m-struggling-to-understand-how-to-best-configure-it-to-allow-remote-access-for-a-single-user-while-still-keeping-everything-else-secur/message261087">Простой вопрос про файрвол.

Hey @MrAndrews,

Quick question – I'm setting up a simple firewall for a small network, and I'm struggling to understand how to best configure it to allow remote access for a single user while still keeping everything else sec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Ребята, редактируйте правило файрвола только чтобы указать IP (или класс) того устройства, которому разрешен доступ к роутеру для конфигурирования. Входные правила — только к роутеру. Я убираю веб-прокси. Если вы используете безопасный режим, то сотрете последние 100 записей текущей сессии, вернувшись к началу, если вас отключит. Помните, что изменения вступают в силу через 30-60 секунд, так что делайте всё медленно. Сначала добавляйте/включайте разрешающие правила. Если вас заблокирует — используйте neighborviewer.exe, чтобы подключиться по telnet (layer 2), тем самым обходя любые правила файрвола. С уважением, Hugh. Я бы посоветовал сначала пробовать изменения на стенде, а не в рабочем роутере. <br />
			<i>25.01.2006 16:09:00, Hugh_Hartman.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/67015-prostoy-vopros-pro-fayrvol.-hey-_mrandrews_-quick-question-_-i_m-setting-up-a-simple-firewall-for-a-small-network_-and-i_m-struggling-to-understand-how-to-best-configure-it-to-allow-remote-access-for-a-single-user-while-still-keeping-everything-else-secur/message261087</link>
			<guid>http://mikrotik.moscow/forum/forum57/67015-prostoy-vopros-pro-fayrvol.-hey-_mrandrews_-quick-question-_-i_m-setting-up-a-simple-firewall-for-a-small-network_-and-i_m-struggling-to-understand-how-to-best-configure-it-to-allow-remote-access-for-a-single-user-while-still-keeping-everything-else-secur/message261087</guid>
			<pubDate>Wed, 25 Jan 2006 16:09:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Простой вопрос про файрвол.

Hey @MrAndrews,

Quick question – I'm setting up a simple firewall for a small network, and I'm struggling to understand how to best configure it to allow remote access for a single user while still keeping everything else sec</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/67015-prostoy-vopros-pro-fayrvol.-hey-_mrandrews_-quick-question-_-i_m-setting-up-a-simple-firewall-for-a-small-network_-and-i_m-struggling-to-understand-how-to-best-configure-it-to-allow-remote-access-for-a-single-user-while-still-keeping-everything-else-secur/message261086">Простой вопрос про файрвол.

Hey @MrAndrews,

Quick question – I'm setting up a simple firewall for a small network, and I'm struggling to understand how to best configure it to allow remote access for a single user while still keeping everything else sec</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			На сайте MT перечисляют следующие правила файрвола, чтобы помочь защитить ваши устройства:<br /><br />`/ip firewall rule input add connection-state=invalid action=drop comment="Отбрасывать невалидные соединения" /`<br />`/ip firewall rule input add connection-state=established comment="Разрешать установленные соединения" /`<br />`/ip firewall rule input add connection-state=related comment="Разрешать связанные соединения" /`<br />`/ip firewall rule input add protocol=udp comment="Разрешать UDP" /`<br />`/ip firewall rule input add protocol=icmp comment="Разрешать ICMP Ping" /`<br />`/ip firewall rule input add src-address=10.0.0.0/24 comment="Разрешать доступ из нашей локальной сети. Отредактируйте это!" /`<br />`/ip firewall rule input add src-address=192.168.0.0/24 protocol=tcp dst-port=8080 comment="Это веб-прокси-сервис для наших клиентов. Отредактируйте это!" /`<br />`/ip firewall rule input add action=drop log=yes comment="Логировать и отбрасывать все остальное" /`<br /><br />Мой вопрос следующий: в команде `/ip firewall rule input add src-address=10.0.0.0/24 comment="Разрешать доступ из нашей локальной сети. Отредактируйте это!"` нужно ли мне редактировать и добавлять каждый класс C адреса, который должен проходить через этот бокс? То есть, 10.0.0.0/24 нужно заменить на x.x.x.x/24 и добавить одно правило для каждого класса, который передаётся через него?<br /><br />Еще там упоминается веб-прокси... хотя я использую hotspot, не думаю, что у меня есть веб-прокси... так что можно просто о нём не беспокоиться?<br /><br />И ещё, если я допущу ошибку с файрволами, есть ли способ вернуть их в предыдущее состояние при перезагрузке или что-то в этом роде? Мой узел находится на вышке, будет сложно подключаться к консоли, чтобы просто отключить правило.<br /><br />Спасибо, Майкл <br />
			<i>25.01.2006 15:16:00, mperdue.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/67015-prostoy-vopros-pro-fayrvol.-hey-_mrandrews_-quick-question-_-i_m-setting-up-a-simple-firewall-for-a-small-network_-and-i_m-struggling-to-understand-how-to-best-configure-it-to-allow-remote-access-for-a-single-user-while-still-keeping-everything-else-secur/message261086</link>
			<guid>http://mikrotik.moscow/forum/forum57/67015-prostoy-vopros-pro-fayrvol.-hey-_mrandrews_-quick-question-_-i_m-setting-up-a-simple-firewall-for-a-small-network_-and-i_m-struggling-to-understand-how-to-best-configure-it-to-allow-remote-access-for-a-single-user-while-still-keeping-everything-else-secur/message261086</guid>
			<pubDate>Wed, 25 Jan 2006 15:16:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
