[mythtv-users] latest svn: how to disable "Select default backend server"

Joe Ripley vitaminjoe at gmail.com
Tue Sep 18 22:06:28 UTC 2007


On 9/18/07, Ma Begaj <derliebegott at gmail.com> wrote:
> The problem is that lirc does not work for me in this window, so I am
> not able to turn it off and I cannot come to mythfrontend at all. I
> have no keyboard on my mythbox and I do not want to choose "default
> backend server" every time.
>
> Any ideas how to solve this?

It's also possible that your firewall is blocking the multicast
packets.  If you allow access using iptables, it should work for you.
Something like this might help:

iptables -I INPUT -p udp -d 239.255.255.250 -s <IPADDR OF MYTHBOX>
--dport 1900 -j ACCEPT

-- 
Joe Ripley
vitaminjoe at gmail.com


More information about the mythtv-users mailing list