Здравствуйте, у меня возникла проблема с новым mAP Lite (RBmAPL-2nD). Как только я подключаю AP к локальной сети, время отклика по беспроводной связи увеличивается с 1-2 мс до 200-1000 мс. Сеть становится нестабильной. Расстояние до AP значения не имеет. Хочу использовать его как портативную точку доступа (в разных местах, в разных сетях). Не могли бы вы проверить приложённые настройки и подсказать, в чём может быть проблема? Спасибо.
# 2024-06-04 11:50:22 by RouterOS 7.15
# software id = P2HX-SLTA
#
# model = RBmAPL-2nD
# serial number =
/interface bridge
add name=bridge1 protocol-mode=none
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=dynamic-keys name=mAP_lite supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country="czech republic" disabled=no frequency=2422 mode=ap-bridge name=wlan1-WiFi security-profile=mAP_lite ssid=Pavel-AP wireless-protocol=802.11 wps-mode=disabled
/iot lora servers
add address=eu.mikrotik.thethings.industries name=TTN-EU protocol=UDP
add address=us.mikrotik.thethings.industries name=TTN-US protocol=UDP
add address=eu1.cloud.thethings.industries name="TTS Cloud (eu1)" protocol=UDP
add address=nam1.cloud.thethings.industries name="TTS Cloud (nam1)" protocol=UDP
add address=au1.cloud.thethings.industries name="TTS Cloud (au1)" protocol=UDP
add address=eu1.cloud.thethings.network name="TTN V3 (eu1)" protocol=UDP
add address=nam1.cloud.thethings.network name="TTN V3 (nam1)" protocol=UDP
add address=au1.cloud.thethings.network name="TTN V3 (au1)" protocol=UDP
/ip pool
add name=dhcp_pool0 ranges=192.168.1.1-192.168.1.100,192.168.1.102-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1-WiFi
/interface list member
add interface=ether1 list=WAN
add interface=wlan1-WiFi list=LAN
/ip address
add address=192.168.1.101/24 interface=ether1 network=192.168.1.0
add address=192.168.1.102/24 interface=wlan1-WiFi network=192.168.1.0
/ip dhcp-client
# DHCP client не может работать на slave или passthrough интерфейсе!
add interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.101
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes out-interface=bridge1
add action=dst-nat chain=dstnat disabled=yes protocol=icmp to-addresses=192.168.1.101
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/system identity
set name=MikroTik
/system note
set show-at-login=no
mAPLite_export_conf.rsc (2.32 KB)
# 2024-06-04 11:50:22 by RouterOS 7.15
# software id = P2HX-SLTA
#
# model = RBmAPL-2nD
# serial number =
/interface bridge
add name=bridge1 protocol-mode=none
/interface list
add name=WAN
add name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk management-protection=allowed mode=dynamic-keys name=mAP_lite supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country="czech republic" disabled=no frequency=2422 mode=ap-bridge name=wlan1-WiFi security-profile=mAP_lite ssid=Pavel-AP wireless-protocol=802.11 wps-mode=disabled
/iot lora servers
add address=eu.mikrotik.thethings.industries name=TTN-EU protocol=UDP
add address=us.mikrotik.thethings.industries name=TTN-US protocol=UDP
add address=eu1.cloud.thethings.industries name="TTS Cloud (eu1)" protocol=UDP
add address=nam1.cloud.thethings.industries name="TTS Cloud (nam1)" protocol=UDP
add address=au1.cloud.thethings.industries name="TTS Cloud (au1)" protocol=UDP
add address=eu1.cloud.thethings.network name="TTN V3 (eu1)" protocol=UDP
add address=nam1.cloud.thethings.network name="TTN V3 (nam1)" protocol=UDP
add address=au1.cloud.thethings.network name="TTN V3 (au1)" protocol=UDP
/ip pool
add name=dhcp_pool0 ranges=192.168.1.1-192.168.1.100,192.168.1.102-192.168.1.254
/ip dhcp-server
add address-pool=dhcp_pool0 interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=wlan1-WiFi
/interface list member
add interface=ether1 list=WAN
add interface=wlan1-WiFi list=LAN
/ip address
add address=192.168.1.101/24 interface=ether1 network=192.168.1.0
add address=192.168.1.102/24 interface=wlan1-WiFi network=192.168.1.0
/ip dhcp-client
# DHCP client не может работать на slave или passthrough интерфейсе!
add interface=ether1
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.101
/ip firewall nat
add action=masquerade chain=srcnat disabled=yes out-interface=bridge1
add action=dst-nat chain=dstnat disabled=yes protocol=icmp to-addresses=192.168.1.101
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/system identity
set name=MikroTik
/system note
set show-at-login=no
mAPLite_export_conf.rsc (2.32 KB)
