i have a streaming(dlna) server using udp protocol on 192.168.88.2/30,the client is at 192.168.66.2,somehow the udp broadcast cann’t arrive at the client,from the server i can ping to the client and client’s gateway 192.168.66.1,the client connection is fine,i cann’t access internet through it.
which one is better for high traffic?i am going to use this for HD 1080p streaming,the stream normally around 8mbps-260mbps,can you give me example implementation?i am quite a newbie.thanks.
I have been struggling with this myself. I believe that the 224.x.x.x multicast traffic will not be forwarded since it is intended to be only for one network segment. Unless there are some settings I don’t know about it appears that Mikrotik’s implementation is correct although it would be desirable to have the option to forward that traffic to other segments. In my own investigation using the sniffer I see the packets coming into the router but I never see them leaving.
You are indeed correct. Alternate subnets does not work since they are not actually alternate multicast subnets. I do not believe that there is a solution to this unless Mikrotik exposes some of these multicast settings. For example it is an option in DD-WRT as I can see that all 224.0.0.0/4 packets are indeed forwarded by the router to all other segments.
Apologies - I should have been clearer. I am using PIM.
The problems between subnets/segments are not with all of 224.0.0.0/4 but rather with 224.0.0.0/24 (224.0.0.0 - 224.0.0.255) which are intended for the local subnet only. Some routers (dd-wrt for example) do seem to have settings to allow those to be forwarded beyond the subnet/segment. Given the flexibility of RouterOS I was hoping that there was such a setting even though 224.0.0.0/24 is designated for multicasting on local subnet only.
just tested seems working ,does my settings above is the right away?but in my log throw up some many error
06:38:35 pim,warning JoinDesired(,G) = true: RP for group 239.255.255.250: not found
06:39:35 pim,warning JoinDesired(,G) = true: RP for group 239.255.255.250: not found
06:40:35 pim,warning JoinDesired(*,G) = true: RP for group 239.255.255.250: not found
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 315: no RP address for this group
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 387: no RP address for this group
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 363: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 383: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 363: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 379: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 395: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 379: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 377: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 393: no RP address for this group
06:41:07 system,info PIM static RP added by Stellar
06:43:34 system,info PIM interface added by Stellar
07:02:28 pim,info Added new address to interface Client: 192.168.66.1/30
07:02:28 pim,info PIM interface started: Client
07:02:28 pim,info IGMP interface started: Client
07:02:28 dhcp,info dhcp-Client assigned 192.168.66.2 to 00:19:C5:4B:EE:1B
08:28:10 dhcp,info dhcp-Client deassigned 192.168.66.2 from 00:19:C5:4B:EE:1B
08:28:10 pim,info PIM interface stopped: Client
08:28:10 pim,info IGMP interface stopped: Client 08:28:10 pim,warning JoinDesired(S,G) = false: upstream neighbor for source 192.168.66.1 and group 239.255.255.250: not found
08:28:13 pim,info Added new address to interface Client: 192.168.66.1/30
08:28:13 pim,info PIM interface started: Client
08:28:13 pim,info IGMP interface started: Client
08:28:14 pim,info PIM interface stopped: Client
08:28:14 pim,info IGMP interface stopped: Client
08:28:28 pim,info Added new address to interface Client: 192.168.66.1/30
08:28:28 pim,info PIM interface started: Client
08:28:28 pim,info IGMP interface started: Client
08:28:28 dhcp,info dhcp-Client assigned 192.168.66.2 to 00:19:C5:4B:EE:1B
@mrz you still haven’t answered my question ,which one is the best?
IGMP proxy is acting as multicast proxy. For example, if your ISP is streaming IPTV and you want your home PC which is behind a router to receive that stream, then use IGMP proxy.
PIM is a set of tools to route multicast traffic across the network.
ok thank you mrz,hmm but the topology is lan not wan,if you read above my post i posted the topology,i was implemented through PIM,it works,now i am able to stream across the other subnet,here is the warning shows up on the log :
06:38:35 pim,warning JoinDesired(,G) = true: RP for group 239.255.255.250: not found
06:39:35 pim,warning JoinDesired(,G) = true: RP for group 239.255.255.250: not found
06:40:35 pim,warning JoinDesired(*,G) = true: RP for group 239.255.255.250: not found
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 315: no RP address for this group
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 387: no RP address for this group
06:40:44 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 363: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 383: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 324: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 363: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 379: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 395: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 379: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 377: no RP address for this group
06:40:45 pim,warning RX WHOLEPKT signal: vif_index = 31 src = 192.168.1.1 dst = 239.255.255.250 len = 393: no RP address for this group
06:41:07 system,info PIM static RP added by Stellar
06:43:34 system,info PIM interface added by Stellar
07:02:28 pim,info Added new address to interface Client: 192.168.66.1/30
07:02:28 pim,info PIM interface started: Client
07:02:28 pim,info IGMP interface started: Client
07:02:28 dhcp,info dhcp-Client assigned 192.168.66.2 to 00:19:C5:4B:EE:1B
08:28:10 dhcp,info dhcp-Client deassigned 192.168.66.2 from 00:19:C5:4B:EE:1B
08:28:10 pim,info PIM interface stopped: Client
08:28:10 pim,info IGMP interface stopped: Client 08:28:10 pim,warning JoinDesired(S,G) = false: upstream neighbor for source 192.168.66.1 and group 239.255.255.250: not found
08:28:13 pim,info Added new address to interface Client: 192.168.66.1/30
08:28:13 pim,info PIM interface started: Client
08:28:13 pim,info IGMP interface started: Client
08:28:14 pim,info PIM interface stopped: Client
08:28:14 pim,info IGMP interface stopped: Client
08:28:28 pim,info Added new address to interface Client: 192.168.66.1/30
08:28:28 pim,info PIM interface started: Client
08:28:28 pim,info IGMP interface started: Client
08:28:28 dhcp,info dhcp-Client assigned 192.168.66.2 to 00:19:C5:4B:EE:1B
can you give the script to fix it?i am really lost
i can remove all except Wan and register interface
[admin@local] /routing pim interface> pr
Flags: X - disabled, I - inactive, D - dynamic, R - designated-router,
v1 - IGMPv1, v2 - IGMPv2, v3 - IGMPv3
INTERFACE PROTOCOLS
0 D Wan pim
1 DR register pim
[Stellar@Solaris] /routing pim interface> remove 0
no such item (4)
[admin@local] /routing pim interface> remove 1
no such item (4)
it’s not the dynamic entry that i’ve pointed out as the bug but the problem which prevent me cann’t remove Wan interface from /routing pim interface.Btw found out this warning blue line on my log :
05:52:11 pim,warning JoinDesired(S,G) = false: upstream neighbor for source 192.1
68.66.1 and group 239.255.255.250: not found > 05:52:11 pim,warning JoinDesired(S,G) = false: upstream neighbor for source 192.1
68.66.2 and group 239.255.255.250: not found
06:00:52 dhcp,info client deassigned 192.168.66.2 from XX:XX:XX:XX:XX:X