Hi Sebastian Thanks a lot for your valuable reply .
I have configured mcproxy in the following way and run the mcproxy binary as shown below : root@OpenWrt:~# cat /etc/mcproxy.conf protocol IGMPv3; pinstance myproxy: eth0 ==> eth2.1; root@OpenWrt:~# /usr/local/bin/mcproxy -dsvv -f /etc/mcproxy.conf ERROR: failed to parse line 2 unknown token TT_DOT with value in this context failed to parse config file But I get the above error marked in yellow, when I configure eth0 as upstream and eth2.1 as downstream interfaces. I think it’s a parsing error in mcproxy.conf but the syntax I followed seems correct. Could you please help me resolve this issue. Regards Siva Prasad From: Sebastian Woelke [mailto:[email protected]] Sent: Thursday, March 02, 2017 2:59 PM To: Multicast Proxy <[email protected]> Cc: Siva Prasad Meduri <[email protected]> Subject: Re: Does mcproxy support IGMPv3(source specific multicast ) ? Hello Siva, here is an example of how to configure Mcproxy: https://github.com/mcproxy/mcproxy/blob/master/mcproxy/mcproxy.conf In detail you have to set the group management protocol the proxy shall use ("IGMPv3" for IPv4 or "MLDv2" for IPv6) and you have to configure upstream interface and downstream interfaces. Your config file could like like this: protocol IGMPv3; pinstance myProxy: eth0 ==> eth1 eth2; Regards Sebastian On Thursday, March 2, 2017 at 9:41:52 AM UTC+1, Siva Prasad Meduri wrote: Hi Sebastian I am using mcproxy for openwrt routers . I am finding difficulty in configuring mcproxy . Could you please help in basic configuration of mcproxy . Thanks Regards Siva Prasad From: Siva Prasad Meduri Sent: Monday, February 13, 2017 7:41 PM To: '[email protected]<mailto:[email protected]>' <[email protected]<mailto:[email protected]>>; 'Sebastian Woelke' <[email protected]<mailto:[email protected]>> Subject: RE: Does mcproxy support IGMPv3(source specific multicast ) ? Hi Sebastian I am using mcproxy for openwrt routers . I am finding difficulty in configuring mcproxy . Could you please help in basic configuration of mcproxy . Thanks Regards Siva Prasad From: Siva Prasad Meduri Sent: Monday, February 06, 2017 2:03 PM To: '[email protected]<mailto:[email protected]>' <[email protected]<mailto:[email protected]>> Subject: Does mcproxy support IGMPv3(source specific multicast ) ? Hi Admin I am currently working on latest mcproxy (downloaded from https://github.com/mcproxy/mcproxy ) Please help me with the following queries 1. Does this mcproxy support IGMPv3 ? (Source specific multicast ). Please help me in understanding to what extent mcproxy supports IGMPv3 (source specific multicast ) and limitations if any . 2. I see the mcproxy source code is written in CPP . Is the code available in C programming language ?. Please help me with the following queries Thanks Regards Siva Prasad -- You received this message because you are subscribed to the Google Groups "Multicast Proxy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
