Hello!
First of all sorry for my english )
I have rb2011Uias (as router) and 3 rbMap2n (as AP) +1 rbMetal 2shpn (as AP). I have Denon as music-receiver, it connected trough wi-fi to one of AP. My network hardware connected using Mesh-dynamic.
My issue is using my iPhone connected via wi-fi, play music on Denon. Now i can select Airplay and choose Denon, but when i tap play - Airplay become disconnected. Multicast helper is enabled.
Configuration for router (2011):
# sep/20/2015 20:00:15 by RouterOS 6.31
# software id = 2I2H-NZDQ
#
/interface mesh
add name=meshinterface
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n disabled=no l2mtu=1600 mode=\
ap-bridge multicast-helper=full radio-name=ap01 ssid=mtmesh \
wds-default-bridge=meshinterface wds-mode=dynamic-mesh
/interface wireless nstreme
set wlan1 enable-polling=no
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" \
group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
unicast-ciphers=tkip,aes-ccm wpa2-pre-shared-key=passss
/ip ipsec proposal
set [ find default=yes ] enc-algorithms=aes-128-cbc
/ip pool
add name=dhcp_pool1 ranges=192.168.88.2-192.168.88.254
/ip dhcp-server
add add-arp=yes address-pool=dhcp_pool1 authoritative=yes disabled=no \
interface=meshinterface lease-time=3d name=dhcp1
/interface mesh port
add interface=wlan1 mesh=meshinterface
/ip address
add address=192.168.88.1/24 interface=meshinterface network=192.168.88.0
add address=10.12.7.18/24 interface=ether1 network=10.12.7.0
/ip dhcp-server network
add address=192.168.88.0/24 dns-server=192.168.88.1 gateway=192.168.88.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/ip route
add distance=1 gateway=10.12.7.1
/lcd interface pages
set 0 interfaces="sfp1,ether1,ether2,ether3,ether4,ether5,ether6,ether7,ether8\
,ether9,ether10"
/system clock
set time-zone-name=Europe/Moscow
/system identity
set name=ap01
/system logging
add topics=state
add topics=system
add topics=wireless
add topics=debug
/system package update
set channel=current
/tool romon port
add
Configuration for one of AP:
# aug/31/2015 16:11:26 by RouterOS 6.31
# software id = DVKL-VI0E
#
/interface mesh
add name=meshinterface
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-onlyn country=russia disabled=no \
l2mtu=1600 mode=ap-bridge multicast-helper=full radio-name=ap04 ssid=\
mtmesh wds-default-bridge=meshinterface wds-mode=dynamic-mesh
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" \
group-ciphers=tkip,aes-ccm mode=dynamic-keys supplicant-identity=MikroTik \
unicast-ciphers=tkip,aes-ccm wpa2-pre-shared-key=passss
/interface mesh port
add interface=wlan1 mesh=meshinterface
/ip address
add address=192.168.88.4/24 interface=meshinterface network=192.168.88.0
/system clock
set time-zone-name=Europe/Moscow
/system identity
set name=ap04
/system leds
set 3 interface=wlan1
/system logging
add topics=wireless
add topics=debug
add topics=state
add topics=system
/system package update
set channel=current
/system routerboard settings
set cpu-frequency=400MHz
/tool romon port
add
Could anyone help me? (and if you will see any other problem in my configurations it will be great! becourse my dynamic mesh need all devices to be restarted 1 time per 24 hours)