Installation of igmp proxy won't work

Hello,

after uploading multicast-6.43.4-mipsbe.npk and rebooting, i can’t find igmp proxy under routing.
I need it for my sonos Players in a VLAN WLAN

Is there something incompatible?

Thanks
Daniel

  • Make sure the architecture matches (which model?)
  • Make sure the version matches
  • Check the log after reboot for information regarding package installation

Hello,

i didn’t get a error in logs.
Model hEX S v6.43.4

Normaly i use a json file:

{
“protocols”: {
“igmp-proxy”: {
“interface”: {
“eth2”: {
“alt-subnet”: [ “10.10.1.1/28” ],
“role”: “upstream”,
“threshold”: “1”
},
“eth2.10”: {
“alt-subnet”: [ “10.10.10.1/28” ],
“role”: “downstream”,
“threshold”: “1”
}
}
}
}
}

hEX S is MMIPS architecture, so you should download this file: https://download.mikrotik.com/routeros/6.43.4/all_packages-mmips-6.43.4.zip
explorer_2018-11-29_11-12-13.png

OK, thanks!

I was really stupid! Next i will search better.

Thank you!