<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Feb 20, 2015 at 1:55 PM, Min Idzelis <span dir="ltr"><<a href="mailto:min123@gmail.com" target="_blank">min123@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">I'm using freenas. So FreeBSD. Mythtv is running in jail. I statically assigned 192.168.0.50 to the hdhr. Mythtv runs in a jail in 192.168.0.3. Router is 192.168.1.1. Net mask is 255.255.255.0. <div><br></div><div>Is the netmask an issue?  My windows machine <span></span>running the windows client from silicon dust has no problem auto detecting it. </div></blockquote><div><br></div><div>I've forgotten most of my network info :)</div><div><br></div><div>I only did a brief google search as I'm not familiar with freenas but it sounds like it could definitely be the jail.</div><div><br></div><div>My understanding (experts out there correct me if I'm wrong) is that the destination ports for the HDHR are random while the source ports are fixed, but most firewall software only allows filtering based on destination ports. Iptables is an exception but I'm not even sure it's exposed by any GUI configuration. I had to setup my Fedora 20 iptables config manually.</div><div><br></div><div>I created a file called /etc/sysconfig/iptables-hdhr:</div><div><div>-A INPUT -m state --state NEW -m udp -p udp --sport 5002 -j ACCEPT</div><div>-A INPUT -m state --state NEW -m udp -p udp --sport 5004 -j ACCEPT</div><div>-A INPUT -m state --state NEW -m udp -p udp --sport 65001 -j ACCEPT</div></div><div><br></div><div>and told system-config-firewall to load that file.</div><div><br></div><div>Good luck!</div><div>Richard</div></div></div></div>