<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
<br class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Jan 8, 2018, at 5:07 PM, David Hampton <<a href="mailto:mythtv@love2code.net" class="">mythtv@love2code.net</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class="">
<div class="">On Mon, 2018-01-08 at 21:36 +0000, Jim Abernathy wrote:<br class="">
<blockquote type="cite" class="">Need some quick help here. I got all my recordings and database
<br class="">
restored on a new V29 backend. I can use ssh -X to run the mythtv-<br class="">
setup <br class="">
and make sure thinks are working. Same thing for mythfrontend.<br class="">
<br class="">
The problem is when I try to install v29 mythtv-frontend on a remote<br class="">
FE. <br class="">
It can't find the database. during install I selected allow remote<br class="">
FEs <br class="">
and it commented out the bind statement as expected.<br class="">
<br class="">
I just can't see what I'm missing. I have the config.xml in .mythtv<br class="">
and <br class="">
in /etc/mythtv/ symbolically linked.<br class="">
</blockquote>
<br class="">
Did your distro install a firewall on the backend? Mysql/mariadb needs<br class="">
port 3306 open, and mythtv needs ports 6543/6544/6549/6554 open.<br class="">
<br class="">
</div>
</div>
</blockquote>
<div><br class="">
</div>
on my server I did the command</div>
<div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">netstat -ntlp | grep LISTEN</span></div>
</div>
<div><br class="">
</div>
<div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">tcp 0 0 127.0.0.1:3306 0.0.0.0:*
</span><span style="font-variant-ligatures: no-common-ligatures; color: #c2371f" class=""><b class="">LISTEN</b></span><span style="font-variant-ligatures: no-common-ligatures" class=""> - </span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">tcp 0 0 0.0.0.0:139 0.0.0.0:*
</span><span style="font-variant-ligatures: no-common-ligatures; color: #c2371f" class=""><b class="">LISTEN</b></span><span style="font-variant-ligatures: no-common-ligatures" class=""> - </span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">tcp 0 0 0.0.0.0:6543 0.0.0.0:*
</span><span style="font-variant-ligatures: no-common-ligatures; color: #c2371f" class=""><b class="">LISTEN</b></span><span style="font-variant-ligatures: no-common-ligatures" class=""> - </span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">tcp 0 0 0.0.0.0:6544 0.0.0.0:*
</span><span style="font-variant-ligatures: no-common-ligatures; color: #c2371f" class=""><b class="">LISTEN</b></span><span style="font-variant-ligatures: no-common-ligatures" class=""> - </span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">tcp 0 0 0.0.0.0:6549 0.0.0.0:*
</span><span style="font-variant-ligatures: no-common-ligatures; color: #c2371f" class=""><b class="">LISTEN</b></span><span style="font-variant-ligatures: no-common-ligatures" class=""> - </span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">I’m concerned about the 127.0.0.1:3306. I’m not a firewall expert, but that looks like 3306 is localhost only.</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""><br class="">
</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class="">Jim A</span></div>
<div style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(253, 253, 253);" class="">
<span style="font-variant-ligatures: no-common-ligatures" class=""> </span></div>
<blockquote type="cite" class="">
<div class="">
<div class="">David<br class="">
<br class="">
_______________________________________________<br class="">
mythtv-users mailing list<br class="">
<a href="mailto:mythtv-users@mythtv.org" class="">mythtv-users@mythtv.org</a><br class="">
http://lists.mythtv.org/mailman/listinfo/mythtv-users<br class="">
http://wiki.mythtv.org/Mailing_List_etiquette<br class="">
MythTV Forums: https://forum.mythtv.org<br class="">
</div>
</div>
</blockquote>
</div>
<br class="">
</body>
</html>