<div dir="ltr"><div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:x-small">josh's answer is correct here. also, you may want to monitor your own ip-address a while before order a static-ip from your provider. there exists the possibility that the ip theyre already furnishing may be one that does not get rotated. that was the case with the service provider i was using- they didnt make any changes to my account other than charging an additional fee!</div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><font face="tahoma, sans-serif" size="1">--</font><div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:x-small">openbsd7</div><br></div></div></div></div></div></div></div></div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 28, 2022 at 8:27 PM Josh Grosse <<a href="mailto:josh@jggimi.net">josh@jggimi.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Apr 28, 2022 at 05:54:07PM -0600, Jonathan Drews wrote:<br>
> I think what I will do is one ofe two things:<br>
> <br>
> 1) Pay extra to my ISP for a static ip address.<br>
> or<br>
> 2) Find a host provider that I can use (like Pair Networks)<br>
<br>
Port forwarding has been used for decades with NAT routers.<br>
It doesn't cost you anything other than provisioning time.<br>
<br>
   * The TCP protocol used by SSH has 4 numbers that direct traffic:<br>
     the origin and destination IP addresses, and the origin and<br>
     destination port numbers.<br>
<br>
   * The default (and standard) destination port number used by<br>
     an SSH server is port 22.  The origin port number from the<br>
     client is normally random and high number.<br>
<br>
You would provision port forwarding in the router so that<br>
any TCP packets coming in from the Internet for destination<br>
port 22 are forwarded to your local SSH server at 192.168.11.21.<br>
<br>
That's really it.<br>
<br>
_______________________________________________<br>
Semibug mailing list<br>
<a href="mailto:Semibug@lists.nycbug.org" target="_blank">Semibug@lists.nycbug.org</a><br>
<a href="https://lists.nycbug.org:8443/mailman/listinfo/semibug" rel="noreferrer" target="_blank">https://lists.nycbug.org:8443/mailman/listinfo/semibug</a><br>
</blockquote></div></div>