<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<p><br>
</p>
<blockquote type="cite"
cite="mid:mailman.1.1678104003.29115.mythtv-users@mythtv.org">
<pre class="moz-quote-pre" wrap="">I have two properties in different geo's with an IPSEC tunnel between
them. I want to setup an HDHOMERUN in location B and have the backend
at location A use it.
Location A is 192.168.0.x addressed. Location B is 10.0.0.x addressed.</pre>
</blockquote>
<p>As the others have said, a computer on one network will not see a
computer on another, BUT one can tell a computer to have a second
IP address. I have only tried it with a different subnet (?) --
whatever the third set in the dotted quad is called. My original
was 192.168.4.x, wanting to look at 192.168.0.x. I haven't tried
with the 10.x.x.x group but seems like it should work.<br>
</p>
<p>On a computer with a static address of 192.168.4.22 I entered:<br>
</p>
<p> </p>
<p style="line-height: 100%; margin-bottom: 0in">
sudo ip addr add 192.168.0.199/24 broadcast 192.168.0.255 dev
enp1s0 <br>
</p>
<p style="line-height: 100%; margin-bottom: 0in"><br>
</p>
<p style="line-height: 100%; margin-bottom: 0in">Now the machine has
both 192.168.4.22 and 192.168.0.199 and can communicate with
machines on both networks. Good news is on reboot the added
address goes away so if a mistake is made it is not permanent. <br>
</p>
<p style="line-height: 100%; margin-bottom: 0in">The 'enp1s0' at the
end is the NIC device (can be determined from the ifconfig
output).</p>
<p style="line-height: 100%; margin-bottom: 0in">Good Luck! Hope
this either solves your problem or leads you to a solution!</p>
<p style="line-height: 100%; margin-bottom: 0in">Barry<br>
</p>
<p>
<style type="text/css">p { line-height: 115%; margin-bottom: 0.1in; background: transparent }</style></p>
</body>
</html>