<div dir="ltr"><div>I can confirm that Steam In-Home Streaming does work properly over tinc, for having tried it myself, as long as tinc is configured to route the broadcasts properly, as Guus described. Note that it would be easier to set up tinc nodes on your Windows desktop and Linux laptops, to avoid the additional complication of having to relay broadcast packets between your local networks and the tinc network. This is what I do in my setup.<br><br></div><div>That said, it strikes me as a bit odd that Steam is sending broadcast to a .127 address. That would indicate that your local network is configured as /25, which could be a valid configuration but is a bit unusual. Are you sure your subnets are configured correctly?<br></div><div><div><div><div class="gmail_extra"><br><div class="gmail_quote">On 13 April 2018 at 07:10, Guus Sliepen <span dir="ltr"><<a href="mailto:guus@tinc-vpn.org" target="_blank">guus@tinc-vpn.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Apr 12, 2018 at 11:57:27PM +0200, Alex Corcoles wrote:<br>
<br>
> I've got a four site site-to-site tinc mesh working nicely. I have the<br>
> following systems at two of those sites:<br>
> <br>
> 10.a.a.2: Linux box running tinc and DHCP/DNS for site A<br>
> 10.a.a.dhcp: Windows desktop with a GPU<br>
> 10.b.b.2: Linux box running tinc and DHCP/DNS for site B<br>
> 10.b.b.dhcp: Linux laptop<br>
> <br>
> I'd like to use Steam In-Home Streaming to game in the laptop streaming<br>
> from the desktop. The Steam protocol is not well documented, but it<br>
> seems to rely on UDP broadcasts to x.x.x.127 UDP port 27036 to discover<br>
> remote nodes.<br>
<br>
</span>Tinc itself supports UDP broadcast packets. However, in router mode, it<br>
will only treat <a href="http://255.255.255.255/32" rel="noreferrer" target="_blank">255.255.255.255/32</a> and <a href="http://224.0.0.0/4" rel="noreferrer" target="_blank">224.0.0.0/4</a> as broadcast address<br>
ranges. If you are using tinc 1.1pre11 or later, you can add the<br>
following to your tinc.conf files:<br>
<br>
BroadcastSubnet = x.x.x.127<br>
<span class="HOEnZb"><font color="#888888"><br>
-- <br>
Met vriendelijke groet / with kind regards,<br>
     Guus Sliepen <<a href="mailto:guus@tinc-vpn.org">guus@tinc-vpn.org</a>><br>
</font></span><br>______________________________<wbr>_________________<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-<wbr>bin/mailman/listinfo/tinc</a><br>
<br></blockquote></div><br></div></div></div></div></div>