I've tried to make the mesh network example:

So, I followed instructions:
Code: Select all
[admin@A] /interface mesh> add name=mesh1
[admin@A] /interface mesh port> add interface=wlan1 mesh=mesh1
[admin@A] /interface mesh port> add interface=wlan2 mesh=mesh1
[admin@A] /interface wireless> set wlan2 mode=ap-bridge ssid=meshNetwork frequency=2452 \
band=2.4ghz-b/g wds-mode=dynamic-mesh wds-default-bridge=mesh1
[admin@A] /ip address> add interface=mesh1 address=10.0.0.1/24
RX traffic.
If I connect to ethernet port through WinBox I see routerboard IP address as 0.0.0.0, I can't make a MAC ping or MAC telnet to registered routerboard.
What's wrong?
Thanks for help.