I have been trying to get a Site-to-Site VPN set up with multicast traffic to no avail for some time now. The VPN is working well and I am not having any issues with it. However I am having issues getting certain multicast addresses to talk across the VPN.
Router 1 - 192.168.1.1
Router 2 - 192.168.2.1
Multicast IPs needed
239.255.0.10
239.255.0.20
239.255.0.30
Set up
jan/05/1970 10:00:51 by RouterOS 6.30.2
software id = YUMS-U180
/routing pim bsr-candidates
add interface=ether2
add interface=ether2 scope-zone=239.40.0.0/24
add interface=ether2 scope-zone=239.255.0.10/32
add interface=ether2 scope-zone=239.255.0.20/32
add interface=ether2 scope-zone=239.255.0.30/32
/routing pim interface
add igmp-version=IGMPv3
/routing pim rp
add address=192.168.1.1
/routing pim rp-candidates
add interface=ether2
add group=239.255.0.10/32 interface=ether2
add group=239.255.0.20/32 interface=ether2
add group=239.255.0.30/32 interface=ether2
Any tips would be greatly appreciated, Thanks