Hi,
Been working with the Groove for a little while, been able to get it working as needed in Router mode, but now need to allow Multicast to pass both downstream and upstream.
The forums suggest that using routing/pim is the way, but this is not available in 6.47.3 (as far as I can tell).
What I'm trying to achieve is allowing multicast traffic going to/from two devices using 230.1.1.1 across the Groove.
Here's the current config:
# jan/02/1970 15:34:45 by RouterOS 6.47.3
software id = WYPL-D5U5
model = RouterBOARD Groove GA-52HPacn
/interface bridge
add admin-mac=74:4D:28:3A:5B:3E auto-mac=no comment=defconf name=bridge
/interface ethernet
set [ find default-name=ether1 ] speed=100Mbps
/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 eap-methods="" management-protection=allowed mode=dynamic-keys name=TESTPSK supplicant-identity="" wpa-pre-shared-key=testpskpassword wpa2-pre-shared-key=testpskpassword
/interface wireless
set [ find default-name=wlan1 ] band=5ghz-a/n channel-width=20/40mhz-Ce country=no_country_set disabled=no frequency=auto frequency-mode=manual-txpower security-profile=TESTPSK ssid=TESTSSID station-roaming=enabled
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=172.16.1.2
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=dhcp1
/user group
set full policy="local,telnet,ssh,ftp,reboot,read,write,policy,test,winbox,password,web,sniff,sensitive,api,romon,dude,tikapp"
/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf disabled=yes interface=wlan1
/ip neighbor discovery-settings
All help gratefully received!