<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Mikrotik.moscow [тема: Точка доступа и ARP]</title>
		<link>http://mikrotik.moscow</link>
		<description>Новое в теме Точка доступа и ARP форума RouterOS на сайте Mikrotik.moscow [mikrotik.moscow]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Tue, 11 Aug 2026 00:01:42 -0400</pubDate>
		<item>
			<title>Точка доступа и ARP</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255119">Точка доступа и ARP</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Известная проблема: arp=reply-only не работает на интерфейсе hotspot, когда включен универсальный клиент. На самом деле, универсальный клиент на интерфейсе hotspot не нужен, поскольку все привязки ip-arp уже задаются статическими arp-записями. Чтобы отключить универсальный клиент на интерфейсе hotspot: `/ip hotspot set 0 address-pool=none` <br />
			<i>13.02.2006 10:16:00, sergejs.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255119</link>
			<guid>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255119</guid>
			<pubDate>Mon, 13 Feb 2006 10:16:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Точка доступа и ARP</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255118">Точка доступа и ARP</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Моя проблема: клиент беспроводной сети подключается к точке доступа в режиме статического IP-адреса и динамическом режиме (DHCP). Без проблем: клиент беспроводной сети подключается к точке доступа только в динамическом режиме (DHCP). <br />
			<i>10.02.2006 16:05:00, kiana.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255118</link>
			<guid>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255118</guid>
			<pubDate>Fri, 10 Feb 2006 16:05:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Точка доступа и ARP</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255117">Точка доступа и ARP</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			У меня интерфейс ether1 настроен как public (10.0.0.2/24), а ether2 – как local (10.1.0.1/24). Ether2 подключен через LAN к AP (dlink dwl900), а ether1 подключен через LAN к модему ADSL Netgear DG834 с IP-адресом 10.0.0.1 (default gateway). DHCP-сервер работает на ether2. Хочу, чтобы все беспроводные клиенты подключались только в DHCP-режиме (динамический режим, без статического), для этого я добавил на ether2 arp=reply-only, и это работает. Проблема возникает, когда я включаю hotspot (интерфейс ether2): клиенты также подключаются с IP-адресом в статическом режиме (хочу, чтобы клиенты подключались только в динамическом режиме).<br /><br />Вот моя конфигурация роутера MikroTik:<br /><br />[admin@MikroTik] ip address&gt; 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; ;;; added by setup 10.0.0.2/24 &nbsp; &nbsp; &nbsp; &nbsp;10.0.0.0 &nbsp; &nbsp; &nbsp; &nbsp;10.0.0.255 &nbsp; &nbsp; &nbsp;ether1<br />1 &nbsp; ;;; added by setup 10.1.0.1/24 &nbsp; &nbsp; &nbsp; &nbsp;10.1.0.0 &nbsp; &nbsp; &nbsp; &nbsp;10.1.0.255 &nbsp; &nbsp; &nbsp;ether2<br />2 &nbsp; ;;; added by setup 192.168.0.0/16 &nbsp; &nbsp;192.168.0.0 &nbsp; &nbsp; 192.168.255.255 ether2<br /><br />[admin@MikroTik] ip route&gt; print<br />Flags: X - disabled, A - active, D - dynamic, C - connect, S - static, r - rip, b - bgp, o - ospf<br />DST-ADDRESS &nbsp; &nbsp; &nbsp; &nbsp;PREFSRC &nbsp; &nbsp; &nbsp; &nbsp; G GATEWAY &nbsp; &nbsp; &nbsp; &nbsp; DISTANCE INTERFACE<br />0 ADC 10.0.0.0/24 &nbsp; &nbsp; &nbsp; &nbsp;10.0.0.2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ether1<br />1 ADC 10.1.0.0/24 &nbsp; &nbsp; &nbsp; &nbsp;10.1.0.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ether2<br />2 ADC 192.168.0.0/16 &nbsp; &nbsp; 192.168.3.99 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ether2<br />3 A S ;;; added by setup 0.0.0.0/0 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;r 10.0.0.1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ether1<br /><br />[admin@MikroTik] interface ethernet&gt; print<br />Flags: X - disabled, R - running<br />NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MTU &nbsp; MAC-ADDRESS &nbsp; &nbsp; &nbsp; ARP<br />0 &nbsp;R ether1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1500 &nbsp;00:xx:xx:xx:xx:xx enabled<br />1 &nbsp;R ether2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 1500 &nbsp;00:xx:xx:xx:xx:xx reply-only<br /><br />[admin@MikroTik] ip dhcp-server&gt; print detail<br />Flags: X - disabled, I - invalid<br />0 &nbsp; name="dhcp1" interface=ether2 lease-time=3d address-pool=dhcp-pool-1 bootp-support=static add-arp=yes<br /><br />[admin@MikroTik] ip hotspot&gt; print detail<br />Flags: X - disabled, I - invalid, S - HTTPS<br />0 &nbsp; name="hs-ether2" interface=ether2 address-pool=pool3 profile=hsprof1 idle-timeout=5m keepalive-timeout=none addresses-per-mac=2 ip-of-dns-name=10.1.0.1<br /><br />[admin@MikroTik] ip pool&gt; print<br />NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;RANGES<br />0 dhcp-pool-1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 10.1.0.100-10.1.0.254<br />1 pool3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 192.168.1.1-192.168.1.250<br /><br />Спасибо!!! <br />
			<i>10.02.2006 15:55:00, kiana.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255117</link>
			<guid>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255117</guid>
			<pubDate>Fri, 10 Feb 2006 15:55:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Точка доступа и ARP</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255116">Точка доступа и ARP</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			Что именно не работает? Можешь, пожалуйста, объяснить подробнее? <br />
			<i>10.02.2006 12:50:00, sergejs.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255116</link>
			<guid>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255116</guid>
			<pubDate>Fri, 10 Feb 2006 12:50:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
		<item>
			<title>Точка доступа и ARP</title>
			<description><![CDATA[<b><a href="http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255115">Точка доступа и ARP</a></b> <i>RouterOS</i> в форуме <a href="http://mikrotik.moscow/forum/forum57/">RouterOS</a>. <br />
			В роутере Mikrotik 532 включил в интерфейсе ether2 (сервер DHCP) режим arp reply-only для всех клиентов, работающих только в DHCP-режиме, и всё работает отлично. Если также включить Hotspot (интерфейс local ether2) в режиме arp reply-only, то связь с клиентами перестаёт работать, и они переходят в IP-адрес по статике… есть какие-нибудь идеи? Спасибо!!! <br />
			<i>07.02.2006 20:03:00, kiana.</i>]]></description>
			<link>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255115</link>
			<guid>http://mikrotik.moscow/forum/forum57/65774-tochka-dostupa-i-arp/message255115</guid>
			<pubDate>Tue, 07 Feb 2006 20:03:00 -0500</pubDate>
			<category>RouterOS</category>
		</item>
	</channel>
</rss>
