[mythtv-users] HDHomeRun Firewall rules, WAS: Fedora 20 mythtv .27 audio issue

Leo Butler leo.butler at member.ams.org
Tue Aug 12 16:02:57 UTC 2014


>   On Mon, Aug 11, 2014 at 9:32 AM, Nick Campbell <westlandnick at gmail.com>
>   wrote:
>
>   > I thought it was strange that I couldn't get the HDHR to work with the
>   > firewall..  I enabled all the ports, but only disabling firewalld is what
>   > made it work, I was thinking of moving to iptables...   This is very
>   > helpful.
>   >
>   >
>   I got curious again and did a little searching. Here is the link to the
>   iptables fix:
>
>   https://code.mythtv.org/trac/ticket/7272

I just want to add that the solution there did not work for me when I
was trying to get my hdhr3-cc to work with a firewall on the back
end. I don't know the exact reason for this. I use ufw as a frontend
to iptables, and whitelisted all traffic from my hdhr3-cc:

ufw allow from hdhr3cc

I think the iptables incantation would be (pleace correct)

iptables -A INPUT -m state --state NEW --source hdhr3cc -j ACCEPT

(the hostname hdhr3cc is specified on /etc/hosts on the BE).

Since this whitelists traffic from a host, rather than from ports on
any host, I think this is a better option.


>
>   I also found this on how to make it work with firewalld, but it's for the
>   DVB model, no clue if it will work for other models but I may give it a try:
>
>   http://lifeofageekadmin.com/how-to-run-silicondust-hdhomerun-on-fedora-19/
>
>   You have to skim down a ways to find the relevant firewalld section.

Leo


More information about the mythtv-users mailing list