RouterOS will respond every arp request once the hotspot service is enable .
And sometimes disturb the communications between the hosts
How can I stop it ?
Thank you !
Disable address-pool for /ip hotspot, it should help to stop replying every ARP request.
I have tried, still the same. But thank you all the same.
Please, post the output from,
/ip hotspot export
/ip hotspot profile
set default dns-name=“” hotspot-address=0.0.0.0 html-directory=hotspot
http-cookie-lifetime=3d http-proxy=0.0.0.0:0 login-by=cookie,http-chap
name=default rate-limit=“” smtp-server=0.0.0.0 split-user-domain=no
use-radius=no
add dns-name=“” hotspot-address=10.22.2.1 html-directory=hotspot http-proxy=
0.0.0.0:0 login-by=http-chap name=wireless nas-port-type=wireless-802.11
radius-accounting=yes radius-default-domain=“” radius-interim-update=30s
radius-location-id=“” radius-location-name=“” radius-mac-format=
XX:XX:XX:XX:XX:XX rate-limit=“” smtp-server=0.0.0.0 split-user-domain=no
use-radius=yes
/ip hotspot
add address-pool=wlan addresses-per-mac=2 disabled=no idle-timeout=5m
interface=wireless keepalive-timeout=none name=wireless profile=wireless
/ip hotspot user profile
set default idle-timeout=2h keepalive-timeout=2m name=default rate-limit=
2m/2m shared-users=unlimited status-autorefresh=2m transparent-proxy=no
You have to set
address-pool=none
for the hotspot server in /ip hotspot
/ip hotspot
print
set 0 address-pool=none
It work! Thank you!