[mythtv-users] mythtv v29 can't connect remote frontend

Jim Abernathy jfabernathy at outlook.com
Mon Jan 8 23:46:47 UTC 2018



On Jan 8, 2018, at 5:07 PM, David Hampton <mythtv at love2code.net<mailto:mythtv at love2code.net>> wrote:

On Mon, 2018-01-08 at 21:36 +0000, Jim Abernathy wrote:
Need some quick help here.  I got all my recordings and database
restored on a new V29 backend.  I can use ssh -X to run the mythtv-
setup
and make sure thinks are working.  Same thing for mythfrontend.

The problem is when I try to install v29 mythtv-frontend on a remote
FE.
It can't find the database.  during install I selected allow remote
FEs
and it commented out the bind statement as expected.

I just can't see what I'm missing.  I have the config.xml in .mythtv
and
in /etc/mythtv/ symbolically linked.

Did your distro install a firewall on the backend?  Mysql/mariadb needs
port 3306 open, and mythtv needs ports 6543/6544/6549/6554 open.


on my server I did the command

netstat -ntlp | grep LISTEN

tcp        0      0 127.0.0.1:3306          0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:139             0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:6543            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:6544            0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:6549            0.0.0.0:*               LISTEN      -

I’m concerned about the 127.0.0.1:3306.  I’m not a firewall expert, but that looks like 3306 is localhost only.

Jim A

David

_______________________________________________
mythtv-users mailing list
mythtv-users at mythtv.org<mailto:mythtv-users at mythtv.org>
http://lists.mythtv.org/mailman/listinfo/mythtv-users
http://wiki.mythtv.org/Mailing_List_etiquette
MythTV Forums: https://forum.mythtv.org

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20180108/86f65876/attachment-0001.html>


More information about the mythtv-users mailing list