Community discussions

MikroTik App
 
lexfrei
just joined
Topic Author
Posts: 1
Joined: Tue Jul 05, 2016 7:31 pm

WDS Dynamic Mesh Problems

Sat Jun 25, 2022 12:21 am

Hi! I have a problem with WiFi mesh configuration in my house.
My config for repeaters:
:local mySSID;
:set mySSID "my ssid";

:local myPass;
:set myPass "my value";

/ipv6 settings
set disable-ipv6=yes
/interface bridge
add name=LAN

/interface bridge port
add bridge=LAN interface=all
/ip dhcp-client
add interface=LAN

/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk mode=dynamic-keys \
    supplicant-identity=MikroTik wpa2-pre-shared-key=$myPass
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX \
    disabled=no frequency=auto mode=ap-bridge ssid=$mySSID \
    wds-default-bridge=LAN wds-mode=dynamic-mesh
set [ find default-name=wlan2 ] band=5ghz-n/ac channel-width=20/40/80mhz-XXXX \
    disabled=no frequency=auto mode=ap-bridge ssid=$mySSID \
    wds-default-bridge=LAN wds-mode=dynamic-mesh
I have a bunch of devices (hap ac3, wap ac, etc.) and all looks fine.
Some time ago i bougt some hap minis to extend network area and they just doesn't connects to the existing network.
What's the problem?

Who is online

Users browsing this forum: Amazon [Bot], baragoon, morphema, Ponytred and 34 guests