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"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></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'd expect to see (in part):<br>
<br>
<LocalHostName>my-unique-<u></u>identifier-goes-here</<u></u>LocalHostName> # you shouldn't need to change this<br>
<PingHost>0</PingHost> # the backend needn't ping itself<br>
<Host>localhost</Host> # don't use the 192... address here<br>
<Port>3306</Port><br>
<br>
And that'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 <host>localhost</host> to the true<br>
hostname of your db/backend, or you could use 192.168.0.100 if<br>
you don't have a hostname defined for it somewhere. Also, change<br>
the <PingHost>0</PingHost> 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>