Re: IGMPv3 Issue

2014-08-19 Thread Jonathan Gray
There is no support for SSM in the kernel so the host portion is out. The router portion for IGMPv3 should work without that. Perhaps you need to set net.inet.ip.mforwarding and multicast_router=YES in rc.conf.local as described in netstart(8)? On Tue, Aug 19, 2014 at 06:09:51PM +0300, Shteryana

Re: IGMPv3 Issue

2014-08-19 Thread Shteryana Shopova
Hi, Apps like igmpproxy use setsockopt(sock, IPPROTO_IP, IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP/IP_ADD_SOURCE_MEMBERSHIP/... and rely on the underlying kernel to send the proper IGMP Join/Leave/Membership report. OpenBSD's kernel does not (yet?) support IGMPv3. cheers, Shteryana On Tue, Aug 19,

IGMPv3 Issue

2014-08-19 Thread Armin Tüting
Hello, guys I need some advice on getting IGMPv3 working on 5.5. For various reason igmpproxy doesn't distribute IGMPv3 packets. What other options/tools/ports are available to distribute IGMPv3? Regards, Armin.