
noreply at mythtv
Apr 29, 2012, 8:06 AM
Post #4 of 11
(318 views)
Permalink
|
|
Re: Ticket #10665: unable to connect to mythtv from other PCs
[In reply to]
|
|
#10665: unable to connect to mythtv from other PCs ----------------------------------+------------------------- Reporter: fabio.marras@… | Owner: Type: Bug Report - General | Status: closed Priority: minor | Milestone: unknown Component: MythTV - General | Version: 0.25 Severity: medium | Resolution: Invalid Keywords: | Ticket locked: 0 ----------------------------------+------------------------- Comment (by wagnerrp): I understand your problem. You are running a single combined frontend and master backend. With no remote frontends, you left the default IP configuration of 127.0.0.1. Since that value is set, the various servers in the frontend obediently follow it, and only listen on 127.0.0.1, meaning MyMote cannot connect externally. If you want to access your control socket from the network, set an accessible IP in mythtv-setup, or make that value blank so the frontend auto-selects appropriate addresses to listen on (which would of course break the backend which requires that setting). If for whatever reason you want to keep the backend listening only on 127.0.0.1, but still want your frontend to listen on a network accessible address, you need to run them using different configuration profiles, by manually specifying a profile to use with the "LocalHostName" option in your ~/.mythtv/mysql.txt. If the above is not an accurate assessment, feel free to re-open this ticket and provide logs from startup of your frontend. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10665#comment:3> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|