<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><br>
</p>
<div class="moz-cite-prefix">James:<br>
</div>
<blockquote type="cite"
cite="mid:mailman.3.1640692802.25214.mythtv-users@mythtv.org">
<pre class="moz-quote-pre" wrap="">This does mean that to upgrade I have to temporarily
reboot the server onto a different subnet to do any upgrades, etc.</pre>
</blockquote>
<p>On a Linux system you can add a second IP address to a device to
access a second network:<br>
</p>
<blockquote>
<p><b>Second/Alternate
IP address – two network address:</b>
</p>
<p style="margin-bottom: 0in; line-height: 100%">sudo ip addr add
192.168.0.199/24 broadcast 192.168.0.199 dev enp1s0<br>
</p>
<p style="margin-bottom: 0in; line-height: 100%"> Temporarily
(clears
at boot) adds this address to current device. Allows connecting
to
different LAN. (so 192.168.4.22 and 192.168.0.199.)</p>
</blockquote>
<p style="margin-bottom: 0in; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0in; line-height: 100%">"enp1s0" is my
ethernet port per ifconfig. I am not certain of the '24'; may
need a smaller number -- I sort of know what it's for but not
enough to start to explain. *.*.4.* is the original network here;
*.*.0.* the alternate. <br>
</p>
<p style="margin-bottom: 0in; line-height: 100%"><br>
</p>
<p style="margin-bottom: 0in; line-height: 100%">(And I thought I
was bowing out of this thread! <g>)</p>
<p style="margin-bottom: 0in; line-height: 100%">Barry-<br>
</p>
<br>
</body>
</html>