<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Apr 16, 2016 at 5:50 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Be sure to check all copies of config.xml, e.g.:<br>
<br>
grep "<Host>" {~mythtv,~}/.mythtv/config.xml<br>
<br>
Having localhost in the config.xml causes a socket connection<br>
rather than using a TCP connection, which is good.<br></blockquote><div><br></div><div>Check - the grep command returned 2 instances of localhost:</div><div><br></div><div><div>/home/mythtv/.mythtv/config.xml: <Host>localhost</Host></div><div>/home/fred/.mythtv/config.xml: <Host>localhost</Host></div></div><div><br></div><div>To try to reduce this sort of confusion, I actually made /home/mythtv/.mythtv/config.xml a link to the editable /home/fred/.mythtv/config.xml.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">What do these (run on the backend) return:<br>
<br>
nmap -p6543 --reason -6 ::1<br>
nmap -p6543 --reason 127.0.0.1<br>
nmap -p6543 --reason 192.168.1.100<br>
<br>
You want to see this:<br>
<br>
PORT STATE SERVICE REASON<br>
6543/tcp open mythtv syn-ack</blockquote><div><br></div><div>The first two work as above. 192.168.1.100 returns</div><div><div>Nmap scan report for MythPC (192.168.1.100)</div><div>Host is up, received syn-ack (0.00012s latency).</div><div>PORT STATE SERVICE REASON</div><div>6543/tcp closed mythtv conn-refused</div></div><div><br></div><div>Not so good...</div></div></div></div>