<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Странная проблема с &quot;некоторыми&quot; однопоточными соединениями. форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Mon, 17 Aug 2026 16:38:37 -0400</pubDate>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243368">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Теперь я попробовал следующие настройки "Bridgefree": AP: # 02.01.1970 00:20:12 на RouterOS 6.6<br /># software id = 3JZE-XJPZ<br />#<br />/interface wireless<br />set [ find default-name=wlan1 ] band=5ghz-onlyn bridge-mode=disabled channel-width=20/40mhz-ht-above country="germany 5.8 fixed p-p" disabled=no frequency=5850 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=ap-bridge name=wlan1-gateway ssid=Bumsbude wireless-protocol=nv2<br />/interface ethernet<br />set [ find default-name=ether1 ] name=ether1-local<br />/ip neighbor discovery<br />set wlan1-gateway discover=no<br />/interface wireless security-profiles<br />set [ find default=yes ] supplicant-identity=MikroTik<br />/ip dhcp-server<br />add interface=wlan1-gateway name=dhcp1<br />/ip hotspot user profile<br />set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d<br />/ip pool<br />add name=default-dhcp ranges=192.168.88.10-192.168.88.254<br />/ip dhcp-server<br />add address-pool=default-dhcp interface=ether1-local name=default<br />/ip address<br />add address=192.168.88.10/24 comment="default configuration" interface=ether1-local network=192.168.88.0<br />add address=192.168.89.10/24 interface=wlan1-gateway network=192.168.89.0<br />/ip dhcp-client<br />add comment="default configuration" dhcp-options=hostname,clientid interface=wlan1-gateway<br />/ip dhcp-server network<br />add address=192.168.88.0/24 comment="default configuration" dns-server=192.168.88.1 gateway=192.168.88.1<br />/ip dns<br />set allow-remote-requests=yes servers=192.168.88.100<br />/ip dns static<br />add address=192.168.88.1 name=router<br />/ip settings<br />set accept-redirects=yes<br />/ip firewall filter<br />add chain=input comment="default configuration" protocol=icmp<br />add chain=input comment="default configuration" connection-state=established<br />add chain=input comment="default configuration" connection-state=related<br />add chain=input comment="default configuration" in-interface=wlan1-gateway<br />add chain=forward comment="default configuration" connection-state=established<br />add chain=forward comment="default configuration" connection-state=related<br />add action=drop chain=forward comment="default configuration" connection-state=invalid<br />/ip firewall nat<br />add action=masquerade chain=srcnat disabled=yes out-interface=ether1-local<br />/ip route<br />add distance=1 gateway=192.168.88.100<br />add distance=1 dst-address=192.168.90.0/24 gateway=192.168.89.20<br />/system identity<br />set name=Easy<br />/system leds<br />set 0 interface=wlan1-gateway<br />/tool mac-server<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local<br />/tool mac-server mac-winbox<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local Клиент: # 02.01.1970 00:21:20 на RouterOS 6.6<br /># software id = NHZE-N1PX<br />#<br />/interface wireless<br />set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-ht-above country="germany 5.8 fixed p-p" disabled=no frequency=5850 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 name=wlan1-gateway ssid=Bumsbude<br />/interface ethernet<br />set [ find default-name=ether1 ] name=ether1-local<br />/ip neighbor discovery<br />set wlan1-gateway discover=no<br />/ip hotspot user profile<br />set [ find default=yes ] idle-timeout=none keepalive-timeout=2m mac-cookie-timeout=3d<br />/ip pool<br />add name=default-dhcp ranges=192.168.88.10-192.168.88.254<br />/ip dhcp-server<br />add address-pool=default-dhcp disabled=no interface=ether1-local name=default<br />/ip address<br />add address=192.168.90.20/24 comment="default configuration" interface=ether1-local network=192.168.90.0<br />add address=192.168.89.20/24 interface=wlan1-gateway network=192.168.89.0<br />/ip dhcp-client<br />add comment="default configuration" dhcp-options=hostname,clientid disabled=no interface=wlan1-gateway<br />/ip dhcp-server network<br />add address=192.168.88.0/24 comment="default configuration" dns-server=192.168.88.1 gateway=192.168.88.1<br />/ip dns<br />set allow-remote-requests=yes<br />/ip dns static<br />add address=192.168.88.1 name=router<br />/ip firewall filter<br />add chain=input comment="default configuration" protocol=icmp<br />add chain=input comment="default configuration" connection-state=established<br />add chain=input comment="default configuration" connection-state=related<br />add chain=input comment="default configuration" in-interface=wlan1-gateway<br />add chain=forward comment="default configuration" connection-state=established<br />add chain=forward comment="default configuration" connection-state=related<br />add action=drop chain=forward comment="default configuration" connection-state=invalid<br />/ip route<br />add distance=1 gateway=192.168.89.10<br />/system leds<br />set 0 interface=wlan1-gateway<br />/tool mac-server<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local<br />/tool mac-server mac-winbox<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local Эти сети "чисты", подключены с использованием статических маршрутов. Нет маскирования на каком-либо узле, но все же с тем же результатом ;( Я не думаю, что это связано с мостом/маршрутом. Неважно, что я делаю, я получаю те же цифры. Что я упустил здесь?? С уважением <br />
			<i>29.11.2013 07:04:00, derdigge.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243368</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243368</guid>
			<pubDate>Fri, 29 Nov 2013 07:04:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243367">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Окей, вот теперь мы уже что-то понимаем. Вместо примера с MPLS, можешь попробовать вообще без бриджинга, только IP-маршруты? Если это даст тебе единый поток TCP выше 30 Мбит, то ты, вероятно, упираешься в ограничения бриджинга. <br />
			<i>29.11.2013 02:24:00, Beccara.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243367</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243367</guid>
			<pubDate>Fri, 29 Nov 2013 02:24:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243366">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Помогите, пожалуйста! Конфиг роутера сброшен, извините. Я часто нахожу это предложение MPLS. Есть ли исправление для этой записи в вики? <noindex><a href="http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks_using_MPLS" target="_blank" rel="nofollow" >http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks_using_MPLS</a></noindex> TXQ/RXQ постоянно в ожидании 98% - 100%. Результаты iperf: Результаты wget: Эти измерения сделаны со следующими настройками: ptp AP [admin@MikroTik] &gt; export compact<br /># jan/02/1970 07:15:16 by RouterOS 5.26<br /># software id = 3JZE-XJPZ<br />#<br />/interface bridge<br />add l2mtu=1600 name=bridge1 protocol-mode=rstp<br />/interface wireless<br />set 0 band=5ghz-a/n channel-width=20/40mhz-ht-below country=\<br /> &nbsp; &nbsp;"germany 5.8 fixed p-p" dfs-mode=no-radar-detect disabled=no frequency=\<br /> &nbsp; &nbsp;5850 ht-ampdu-priorities=0 ht-guard-interval=long ht-rxchains=0,1 \<br /> &nbsp; &nbsp;ht-txchains=0,1 l2mtu=2290 mode=bridge mtu=2290 name=wlan1-gateway \<br /> &nbsp; &nbsp;nv2-preshared-key=****** nv2-security=enabled ssid=Bumsbude tx-power=10 \<br /> &nbsp; &nbsp;tx-power-mode=all-rates-fixed wireless-protocol=nv2<br />/interface ethernet<br />set 0 name=ether1-local<br />/ip hotspot user profile<br />set [ find default=yes ] idle-timeout=none keepalive-timeout=2m<br />/ip pool<br />add name=default-dhcp ranges=192.168.88.10-192.168.88.254<br />/ip dhcp-server<br />add address-pool=default-dhcp interface=ether1-local name=default<br />/interface bridge port<br />add bridge=bridge1 interface=ether1-local<br />add bridge=bridge1 interface=wlan1-gateway<br />/ip address<br />add address=192.168.88.10/24 comment="default configuration" interface=\<br /> &nbsp; &nbsp;ether1-local<br />/ip dhcp-client<br />add comment="default configuration" interface=bridge1<br />/ip dhcp-server network<br />add address=192.168.88.0/24 comment="default configuration" dns-server=\<br /> &nbsp; &nbsp;192.168.88.1 gateway=192.168.88.1<br />/ip dns<br />set allow-remote-requests=yes servers=192.168.88.100<br />/ip dns static<br />add address=192.168.88.1 name=router<br />/ip firewall filter<br />add chain=input comment="default configuration" protocol=icmp<br />add chain=input comment="default configuration" connection-state=established<br />add chain=input comment="default configuration" connection-state=related<br />add action=drop chain=input comment="default configuration" in-interface=\<br /> &nbsp; &nbsp;wlan1-gateway<br />add chain=forward comment="default configuration" connection-state=\<br /> &nbsp; &nbsp;established<br />add chain=forward comment="default configuration" connection-state=related<br />add action=drop chain=forward comment="default configuration" \<br /> &nbsp; &nbsp;connection-state=invalid<br />/ip firewall nat<br />add action=masquerade chain=srcnat comment="default configuration" disabled=\<br /> &nbsp; &nbsp;yes out-interface=wlan1-gateway<br />/ip neighbor discovery<br />set wlan1-gateway disabled=yes<br />/ip route<br />add distance=1 gateway=192.168.88.100<br />/tool mac-server<br />add disabled=no interface=ether1-local<br />/tool mac-server mac-winbox<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local ptp client # jan/02/1970 07:12:17 by RouterOS 5.26<br /># software id = NHZE-N1PX<br />#<br />/interface bridge<br />add l2mtu=1600 name=bridge1 protocol-mode=rstp<br />/interface wireless<br />set 0 adaptive-noise-immunity=ap-and-client-mode band=5ghz-a/n channel-width=20/40mhz-ht-above country="germany 5.8 fixed p-p" disabled=no distance=\<br /> &nbsp; &nbsp;indoors frequency=5770 ht-ampdu-priorities=0 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=station-bridge mtu=2290 name=wlan1-gateway \<br /> &nbsp; &nbsp;nv2-preshared-key=****** nv2-security=enabled ssid=Bumsbude tx-power=5 tx-power-mode=all-rates-fixed wireless-protocol=nv2-nstreme-802.11<br />/interface ethernet<br />set 0 name=ether1-local<br />/interface wireless security-profiles<br />set [ find default=yes ] supplicant-identity=MikroTik<br />/ip hotspot user profile<br />set [ find default=yes ] idle-timeout=none keepalive-timeout=2m<br />/ip pool<br />add name=default-dhcp ranges=192.168.88.10-192.168.88.254<br />/ip dhcp-server<br />add address-pool=default-dhcp interface=ether1-local name=default<br />/interface bridge port<br />add bridge=bridge1 interface=ether1-local<br />add bridge=bridge1 interface=wlan1-gateway<br />/ip address<br />add address=192.168.88.20/24 comment="default configuration" interface=ether1-local<br />/ip dhcp-client<br />add comment="default configuration" interface=bridge1<br />/ip dhcp-server network<br />add address=192.168.88.0/24 comment="default configuration" dns-server=192.168.88.1 gateway=192.168.88.1<br />/ip dns<br />set allow-remote-requests=yes<br />/ip dns static<br />add address=192.168.88.1 name=router<br />/ip firewall filter<br />add chain=input comment="default configuration" protocol=icmp<br />add chain=input comment="default configuration" connection-state=established<br />add chain=input comment="default configuration" connection-state=related<br />add action=drop chain=input comment="default configuration" in-interface=wlan1-gateway<br />add chain=forward comment="default configuration" connection-state=established<br />add chain=forward comment="default configuration" connection-state=related<br />add action=drop chain=forward comment="default configuration" connection-state=invalid<br />/ip firewall nat<br />add action=masquerade chain=srcnat comment="default configuration" disabled=yes out-interface=wlan1-gateway<br />/ip neighbor discovery<br />set wlan1-gateway disabled=yes<br />/system identity<br />set name=Stephan<br />/tool mac-server<br />add disabled=no interface=ether1-local<br />/tool mac-server mac-winbox<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local I have an still old screenshot from 2,5ghz band. The screenshot was made in the middle of the night when all those mobiles are quiet. It was routeros 5.25 with fw 3.06?(not sure anymore) on SXTG-2HnD. So something must have changed since then im ros or fw. Anything near that would be more than fine. <br />
			<i>28.11.2013 22:14:00, derdigge.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243366</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243366</guid>
			<pubDate>Thu, 28 Nov 2013 22:14:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243365">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Ты хочешь опубликовать свою маршрутную конфигурацию в экспорте compact? <br />
			<i>28.11.2013 17:44:00, Belyivulk.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243365</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243365</guid>
			<pubDate>Thu, 28 Nov 2013 17:44:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243364">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Какие скорости у тебя получаются, если пытаешься использовать nstreme или 802.11 вместо nv2? Ещё я бы посоветовал использовать noise-floor-threshold=default. <br />
			<i>28.11.2013 16:22:00, uldis.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243364</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243364</guid>
			<pubDate>Thu, 28 Nov 2013 16:22:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243363">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Спасибо за ответ. Я пробовал это <noindex><a href="http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks_using_MPLS" target="_blank" rel="nofollow" >http://wiki.mikrotik.com/wiki/Transparently_Bridge_two_Networks_using_MPLS</a></noindex>, и не получилось. Между точками нет пинга (арпинг работает). Я сделал прямое соединение, потому что "быстрая настройка" вынуждает меня так делать. Альтернативный метод маршрутизации "медленный", лимит в 100 мегабит, потому что ЦП тогда забивается на 100%. Есть какие-нибудь ещё предложения?<br /><br />P.S. Попробовал маршрутизацию. Сети соединены с помощью статических маршрутов, без NAT. Результат тот же. Можете проверить значения, они действительно совпадают. Маршрутизация и соединение работают однопоточно на 30 мегабит, а многопоточно – на 200 мегабит. <br />
			<i>28.11.2013 13:51:00, derdigge.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243363</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243363</guid>
			<pubDate>Thu, 28 Nov 2013 13:51:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243362">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Эм, вы напрямую соединяете интерфейсы на процессоре MIPSBE. В этой ситуации, кажется, bridging в ROS показывает скорость около 30 мбит/с, независимо от ваших действий. Мы уже обращались к Mikrotik по этому поводу, но безрезультатно. Возможно, у Beccara найдется пара советов - думаю, использование MPLS или маршрутизация, если это возможно, обходит эту проблему; когда мы не используем bridging, проблем нет вообще. Как только мы начинаем bridging…максимум 30 мбит/с.<br /><br />EDIT: О да, попробуйте скачать что-нибудь с задержкой 200 мс или больше от вас, одновременно нагружая bridge на максимум. Скорость будет около 30 кб/с МАКСИМУМ. <br />
			<i>28.11.2013 05:49:00, Belyivulk.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243362</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243362</guid>
			<pubDate>Thu, 28 Nov 2013 05:49:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243361">Странная проблема с &quot;некоторыми&quot; однопоточными соединениями.</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Привет, сообщество. Я переключил мой мост PTP с SXTG-2HnD на SXTG-5HPnD-SAr2 из-за более тихого диапазона. С обеих сторон мощные машины с Linux. С G 2Hnd у меня было около 200 мегабит, независимо от того, использую ли я однопоточные или многопоточные соединения между ними. Результаты iperf показывают примерно 200 мегабит, usenet тоже около 200 мегабит, iperf, wget — все около 200 мегабит ± 10. Я переключил их на SXTG-5HPnD-SAr2, чтобы использовать более тихий диапазон. Особенно вечерами 2 ГГц — проблема здесь в городской местности. Теперь всё стало странным. iperf в однопоточном режиме показывает 190 мегабит, usenet тоже. Многопоточный iperf выдает 210 мегабит. Но wget «намертво» при 30 мегабит. В чем причина? Я пробовал ROS 5.25 и последнюю 6.6 с версией прошивки устройства 3.08 до 3.10. Результат одинаковый в обоих случаях. Это сводит меня с ума. У кого-нибудь есть какие-нибудь идеи? Я уже пробовал эти типичные советы, уменьшал мощность сигнала, играл с периодом TDMA и так далее. Результат не меняется независимо от того, что я делаю. Буду очень благодарен за любую помощь.<br /><br />Настройки клиента:<br /><br /># jan/02/1970 03:10:45 by RouterOS 5.26<br /># software id = 3JZE-XJPZ<br />#<br />/interface bridge<br />add l2mtu=1600 name=bridge1 protocol-mode=rstp<br />/interface wireless<br />set 0 band=5ghz-a/n channel-width=20/40mhz-ht-above country=germany disabled=no frequency=5240 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=\<br /> &nbsp; &nbsp;station-bridge name=wlan1-gateway noise-floor-threshold=-110 nv2-cell-radius=10 ssid=MikroTik tdma-period-size=1 tx-power=10 tx-power-mode=all-rates-fixed \<br /> &nbsp; &nbsp;wireless-protocol=nv2<br />/interface ethernet<br />set 0 name=ether1-local<br />/interface wireless nstreme<br />set wlan1-gateway enable-nstreme=yes framer-policy=best-fit<br />/interface wireless security-profiles<br />set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik unicast-ciphers=\<br /> &nbsp; &nbsp;tkip,aes-ccm wpa-pre-shared-key=***** wpa2-pre-shared-key=****<br />/ip hotspot user profile<br />set [ find default=yes ] idle-timeout=none keepalive-timeout=2m<br />/ip pool<br />add name=default-dhcp ranges=192.168.88.10-192.168.88.254<br />/ip dhcp-server<br />add address-pool=default-dhcp interface=ether1-local name=default<br />/queue type<br />add kind=pcq name=pcq-upload-default pcq-classifier=src-address<br />add kind=pcq name=pcq-download-default pcq-classifier=dst-address<br />/system logging action<br />set 0 memory-lines=1000<br />set 1 disk-lines-per-file=1000<br />/interface bridge port<br />add bridge=bridge1 interface=ether1-local<br />add bridge=bridge1 interface=wlan1-gateway<br />/ip address<br />add address=192.168.88.10/24 comment="default configuration" interface=ether1-local<br />/ip dhcp-client<br />add comment="default configuration" interface=bridge1<br />/ip dhcp-server network<br />add address=192.168.88.0/24 comment="default configuration" dns-server=192.168.88.1 gateway=192.168.88.1<br />/ip dns<br />set allow-remote-requests=yes servers=192.168.88.100<br />/ip dns static<br />add address=192.168.88.1 name=router<br />/ip firewall filter<br />add chain=input comment="default configuration" protocol=icmp<br />add chain=input comment="default configuration" connection-state=established<br />add chain=input comment="default configuration" connection-state=related<br />add action=drop chain=input comment="default configuration" in-interface=wlan1-gateway<br />add chain=forward comment="default configuration" connection-state=established<br />add chain=forward comment="default configuration" connection-state=related<br />add action=drop chain=forward comment="default configuration" connection-state=invalid<br />/ip firewall nat<br />add action=masquerade chain=srcnat comment="default configuration" disabled=yes out-interface=wlan1-gateway<br />/ip ipsec peer<br />add<br />/ip route<br />add distance=1 gateway=192.168.88.100<br />/ip service<br />set api disabled=no<br />set "" disabled=no port=8729<br />/system identity<br />set name=Easy<br />/system leds<br />add interface=wlan1-gateway leds=led1,led2,led3,led4,led5 type=wireless-signal-strength<br />/tool bandwidth-server<br />set authenticate=no<br />/tool mac-server<br />add disabled=no interface=ether1-local<br />/tool mac-server mac-winbox<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local settings for ap: # jan/02/1970 03:08:23 by RouterOS 5.26<br /># software id = NH4Q25M1<br />#<br />/interface bridge<br />add l2mtu=1600 name=bridge1 protocol-mode=rstp<br />/interface wireless<br />set 0 band=5ghz-a/n channel-width=20/40mhz-ht-above country=germany disabled=no frequency=5240 ht-rxchains=0,1 ht-txchains=0,1 l2mtu=2290 mode=\<br /> &nbsp; &nbsp;station-bridge name=wlan1-gateway noise-floor-threshold=-110 nv2-cell-radius=10 ssid=MikroTik tdma-period-size=1 tx-power=10 tx-power-mode=all-rates-fixed \<br /> &nbsp; &nbsp;wireless-protocol=nv2<br />/interface ethernet<br />set 0 name=ether1-local<br />/interface wireless nstreme<br />set wlan1-gateway enable-nstreme=yes framer-policy=best-fit<br />/interface wireless security-profiles<br />set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik unicast-ciphers=\<br /> &nbsp; &nbsp;tkip,aes-ccm wpa-pre-shared-key=***** wpa2-pre-shared-key=****<br />/ip hotspot user profile<br />set [ find default=yes ] idle-timeout=none keepalive-timeout=2m<br />/ip pool<br />add name=default-dhcp ranges=192.168.88.10-192.168.88.254<br />/ip dhcp-server<br />add address-pool=default-dhcp interface=ether1-local name=default<br />/queue type<br />add kind=pcq name=pcq-upload-default pcq-classifier=src-address<br />add kind=pcq name=pcq-download-default pcq-classifier=dst-address<br />/system logging action<br />set 0 memory-lines=1000<br />set 1 disk-lines-per-file=1000<br />/interface bridge port<br />add bridge=bridge1 interface=ether1-local<br />add bridge=bridge1 interface=wlan1-gateway<br />/ip address<br />add address=192.168.88.20/24 comment="default configuration" interface=ether1-local<br />/ip dhcp-client<br />add comment="default configuration" interface=bridge1<br />/ip dhcp-server network<br />add address=192.168.88.0/24 comment="default configuration" dns-server=192.168.88.1 gateway=192.168.88.1<br />/ip dns<br />set allow-remote-requests=yes servers=192.168.88.100<br />/ip dns static<br />add address=192.168.88.1 name=router<br />/ip firewall filter<br />add chain=input comment="default configuration" protocol=icmp<br />add chain=input comment="default configuration" connection-state=established<br />add chain=input comment="default configuration" connection-state=related<br />add action=drop chain=input comment="default configuration" in-interface=wlan1-gateway<br />add chain=forward comment="default configuration" connection-state=established<br />add chain=forward comment="default configuration" connection-state=related<br />add action=drop chain=forward comment="default configuration" connection-state=invalid<br />/ip firewall nat<br />add action=masquerade chain=srcnat comment="default configuration" disabled=yes out-interface=wlan1-gateway<br />/ip ipsec peer<br />add<br />/ip route<br />add distance=1 gateway=192.168.88.100<br />/ip service<br />set api disabled=no<br />set "" disabled=no port=8729<br />/system identity<br />set name=Stephan<br />/system leds<br />add interface=wlan1-gateway leds=led1,led2,led3,led4,led5 type=wireless-signal-strength<br />/tool bandwidth-server<br />set authenticate=no<br />/tool mac-server<br />add disabled=no interface=ether1-local<br />/tool mac-server mac-winbox<br />set [ find default=yes ] disabled=yes<br />add interface=ether1-local <br />
			<i>28.11.2013 02:11:00, derdigge.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243361</link>
			<guid>http://mikrotik.moscow/forum/forum57/63316-strannaya-problema-s-_nekotorymi_-odnopotochnymi-soedineniyami./message243361</guid>
			<pubDate>Thu, 28 Nov 2013 02:11:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
