<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I think the answer to op question is simple one making mythtbackend acceptable on both networks I have public  wifi on 192.168.2.xx  for raspberry watering station wifi thermostat and other wifi controling devices and rest of wired and wireless network is on 192.168.0.xx and I have no issue accessing anything on my network.  Other option is to install two network cards or setup multiple network ip addresses on single interface arch linux allows you do acomplish this </div><div><pre style="padding:0.8em 1em 1em;border-width:1px;border-style:dashed solid solid;border-color:rgb(187,204,221);line-height:1.1em;overflow:auto;margin-top:0px;background-color:rgb(235,241,245)">Connection=&#39;ethernet&#39;
Description=&#39;&#39;
Interface=&#39;eth0&#39;
IP=&#39;static&#39;
Address=(&#39;192.168.2.10&#39; &#39;192.168.3.11&#39;)
Gateway=&#39;192.168.1.1&#39;
DNS=(&#39;192.168.1.1&#39;)</pre></div></div></div></div>