I tried to create a test multicast network. Example is below. When I start an RTP stream on the VLC server I can pick it up localy. So that is running The stream uses an address of 224.0.1.1. However the client won’t connect to the stream on the server. When I setup a simple bridge with two ports in it, the stream will run, obviously. There is something with the layer 3 config, I think…
I read the Wiki on the site, viewed MUM demo’s and so on. Is there anyone who can help me to get a bit further.
RB1100
/ip address
add address=192.168.1.254/24 interface=ether1 network=192.168.1.0
add address=192.168.6.254/24 interface=ether6 network=192.168.6.0
/ip route
add distance=1 dst-address=192.168.2.0/24 gateway=192.168.6.1
/routing pim interface
add alternative-subnets=192.168.2.0/24,192.168.6.0/24
/routing pim rp
add address=192.168.6.254
CCR
/ip address
add address=192.168.2.254/24 interface=ether2 network=192.168.2.0
add address=192.168.6.1/24 interface=ether6 network=192.168.6.0
/ip route
add distance=1 dst-address=192.168.1.0/24 gateway=192.168.6.254
/routing pim interface
add alternative-subnets=192.168.2.0/24,192.168.6.0/24
/routing pim rp
add address=192.168.6.254