
noreply at mythtv
Apr 25, 2012, 10:05 AM
Post #3 of 4
(73 views)
Permalink
|
|
Re: Ticket #10654: mythfrontend telnet interface does not listen on correct address
[In reply to]
|
|
#10654: mythfrontend telnet interface does not listen on correct address ----------------------------------+------------------------- Reporter: jrsantos@… | Owner: Type: Bug Report - General | Status: new Priority: minor | Milestone: unknown Component: MythTV - General | Version: 0.25 Severity: medium | Resolution: Keywords: | Ticket locked: 0 ----------------------------------+------------------------- Changes (by jrsantos@…): * status: closed => new * resolution: Invalid => Comment: That used to be the case, but commit f5aa5e83 changes it to use the addresses found in ServerPool::SelectDefaultListen(). If the BackendServerIP setting is non-null, then it uses this value for the listen address. If I run the frontend and backend on the same host, with the backend server address configured to 127.0.0.1 via mythtv-setup, then the telnet interface only binds to the loopback addresses. Changing BackendServerIP to the host's LAN address causes the telnet interface to bind to the LAN address. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10654#comment:2> 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
|