<?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 12:30:30 -0400</pubDate>
		<item>
			<title>Странное поведение отслеживания соединения.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65526-strannoe-povedenie-otslezhivaniya-soedineniya./message253807">Странное поведение отслеживания соединения.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Нашел причину сам. IPv6 правила брандмауэра вызывали отслеживание. Просто были некоторые правила в цепочке входящих, чтобы защитить роутер. Печально, что из-за этого роутер начал отслеживать данные. <br />
			<i>03.12.2013 17:23:00, jaykay2342.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65526-strannoe-povedenie-otslezhivaniya-soedineniya./message253807</link>
			<guid>http://mikrotik.moscow/forum/forum57/65526-strannoe-povedenie-otslezhivaniya-soedineniya./message253807</guid>
			<pubDate>Tue, 03 Dec 2013 17:23:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странное поведение отслеживания соединения.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65526-strannoe-povedenie-otslezhivaniya-soedineniya./message253806">Странное поведение отслеживания соединения.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня странные проблемы с отслеживанием соединений на RB2011. Работает ROS 6.6. Отслеживание соединений установлено в режим "Auto". У меня вообще нет правил файрвола. Но при этом соединения все равно отслеживаются. <br />`/ip firewall connection tracking&gt; print` <br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; enabled: auto<br /> &nbsp; &nbsp; &nbsp;tcp-syn-sent-timeout: 5s<br /> &nbsp;tcp-syn-received-timeout: 5s<br /> &nbsp; tcp-established-timeout: 1d<br /> &nbsp; &nbsp; &nbsp;tcp-fin-wait-timeout: 10s<br /> &nbsp; &nbsp;tcp-close-wait-timeout: 10s<br /> &nbsp; &nbsp; &nbsp;tcp-last-ack-timeout: 10s<br /> &nbsp; &nbsp; tcp-time-wait-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; tcp-close-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; udp-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp;udp-stream-timeout: 3m<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;icmp-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; generic-timeout: 10m<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; max-entries: 220920<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; total-entries: 98<br /><br />Даже если я отключаю отслеживание вручную, оно все равно показывает total-entries. У кого-нибудь есть идеи, какая настройка может вызывать такое поведение? <br />`/ip firewall connection tracking&gt; print` <br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; enabled: no<br /> &nbsp; &nbsp; &nbsp;tcp-syn-sent-timeout: 5s<br /> &nbsp;tcp-syn-received-timeout: 5s<br /> &nbsp; tcp-established-timeout: 1d<br /> &nbsp; &nbsp; &nbsp;tcp-fin-wait-timeout: 10s<br /> &nbsp; &nbsp;tcp-close-wait-timeout: 10s<br /> &nbsp; &nbsp; &nbsp;tcp-last-ack-timeout: 10s<br /> &nbsp; &nbsp; tcp-time-wait-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; tcp-close-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; udp-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp;udp-stream-timeout: 3m<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;icmp-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; generic-timeout: 10m<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; max-entries: 220920<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; total-entries: 104<br /><br />На другом устройстве ROS (RB750GL) здесь в моей лаборатории все работает как ожидается: отслеживание начинается только после включения хотя бы одного правила файрвола. Если я отключаю отслеживание вручную, отображается 0 total-entries. <br />`/ip firewall connection tracking print` <br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; enabled: auto<br /> &nbsp; &nbsp; &nbsp;tcp-syn-sent-timeout: 5s<br /> &nbsp;tcp-syn-received-timeout: 5s<br /> &nbsp; tcp-established-timeout: 1d<br /> &nbsp; &nbsp; &nbsp;tcp-fin-wait-timeout: 10s<br /> &nbsp; &nbsp;tcp-close-wait-timeout: 10s<br /> &nbsp; &nbsp; &nbsp;tcp-last-ack-timeout: 10s<br /> &nbsp; &nbsp; tcp-time-wait-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; tcp-close-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; udp-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp;udp-stream-timeout: 3m<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;icmp-timeout: 10s<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; generic-timeout: 10m<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; max-entries: 90968<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; total-entries: 0 <br />
			<i>02.12.2013 18:57:00, jaykay2342.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65526-strannoe-povedenie-otslezhivaniya-soedineniya./message253806</link>
			<guid>http://mikrotik.moscow/forum/forum57/65526-strannoe-povedenie-otslezhivaniya-soedineniya./message253806</guid>
			<pubDate>Mon, 02 Dec 2013 18:57:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
