<div dir="ltr"><div><div><div>As it turns out, it's a bug in the igmp snooping code in the kernel that's the problem with multicast traffic not being forwarded.<br><br></div>This seems to affect recent versions. To check if it's turned on, run<br>cat /sys/devices/virtual/net/<bridgename>/bridge/multicast_snooping<br><br>If it's 1, it's highly this is the culprit causing the non-propagation of the multicast traffic. The solution is to turn it off by setting it 0.<br><br></div>echo 0 > /sys/devices/virtual/net/<bridge name>/bridge/multicast_snooping<br><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 14, 2016 at 2:54 PM, Liang Guo <span dir="ltr"><<a href="mailto:bluestonechina@gmail.com" target="_blank">bluestonechina@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">> tap0      Link encap:Ethernet  HWaddr ae:a2:e1:cd:aa:68<br>
>           inet6 addr: fe80::aca2:e1ff:fecd:aa68/64 Scope:Link<br>
>           UP BROADCAST RUNNING PROMISC MULTICAST  MTU:1500  Metric:1<br>
>           RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br>
>           TX packets:2336 errors:0 dropped:0 overruns:0 carrier:0<br>
>           collisions:0 txqueuelen:500<br>
>           RX bytes:0 (0.0 B)  TX bytes:1015186 (991.3 KiB)<br>
><br>
> bridge name    bridge id        STP enabled    interfaces<br>
> br0        8000.7a22d71b042e    no        eth0<br>
>                                                                tap0<br>
><br>
<br>
</span>tap0 RX packets is 0, can you double check your tinc config is correct?<br>
<br>
You'd better remove tap0 from br0, configure sufficient ip address on<br>
tap0, then check the connection with other tinc nodes.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Liang Guo<br>
<a href="http://guoliang.me/" rel="noreferrer" target="_blank">http://guoliang.me/</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
tinc mailing list<br>
<a href="mailto:tinc@tinc-vpn.org">tinc@tinc-vpn.org</a><br>
<a href="https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc" rel="noreferrer" target="_blank">https://www.tinc-vpn.org/cgi-bin/mailman/listinfo/tinc</a><br>
</div></div></blockquote></div><br></div>