Thanks very much!<br>Got it working now. I just did not change the master-backend IP from 127.0.0.1 to 192.168.0.100.<br>:-)<br><br><div class="gmail_quote">2013/1/13 Bill Meek <span dir="ltr">&lt;<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 01/13/2013 04:00 PM, Frederik wrote:<br>
...<br>
<br>
Hi;<br>
<br>
Remember that there are two places to consider. The config.xml file<br>
so your programs can find the database and start.<br>
<br>
And the backend configuration itself, where you probably have<br>
192.168.0.100 as the Backend Server IP and Master Server IP -<br>
and like the names say, they must be IP addresses.<br>
<br>
As for config.xml:<br>
<br>
On your backend, I&#39;d expect to see (in part):<br>
<br>
 &lt;LocalHostName&gt;my-unique-<u></u>identifier-goes-here&lt;/<u></u>LocalHostName&gt; # you shouldn&#39;t need to change this<br>
      &lt;PingHost&gt;0&lt;/PingHost&gt; # the backend needn&#39;t ping itself<br>
      &lt;Host&gt;localhost&lt;/Host&gt; # don&#39;t use the 192... address here<br>
      &lt;Port&gt;3306&lt;/Port&gt;<br>
<br>
And that&#39;s on *all* copies of the file ~/.mythtv/config.xml and<br>
~mythtv/.mythtv/config.xml (or wherever your distribution puts<br>
the files.)<br>
<br>
On your remote frontend, change the &lt;host&gt;localhost&lt;/host&gt; to the true<br>
hostname of your db/backend, or you could use 192.168.0.100 if<br>
you don&#39;t have a hostname defined for it somewhere. Also, change<br>
the &lt;PingHost&gt;0&lt;/PingHost&gt; to 1.<br>
<br>
All of these changes can be done with the GUIs.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>