[Semibug] ssh to host on local network

Matthew Mangold mmangold at gmail.com
Fri Apr 29 08:57:16 EDT 2022


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!
--
openbsd7



On Thu, Apr 28, 2022 at 8:27 PM Josh Grosse <josh at jggimi.net> wrote:

> On Thu, Apr 28, 2022 at 05:54:07PM -0600, Jonathan Drews wrote:
> > I think what I will do is one ofe two things:
> >
> > 1) Pay extra to my ISP for a static ip address.
> > or
> > 2) Find a host provider that I can use (like Pair Networks)
>
> Port forwarding has been used for decades with NAT routers.
> It doesn't cost you anything other than provisioning time.
>
>    * The TCP protocol used by SSH has 4 numbers that direct traffic:
>      the origin and destination IP addresses, and the origin and
>      destination port numbers.
>
>    * The default (and standard) destination port number used by
>      an SSH server is port 22.  The origin port number from the
>      client is normally random and high number.
>
> You would provision port forwarding in the router so that
> any TCP packets coming in from the Internet for destination
> port 22 are forwarded to your local SSH server at 192.168.11.21.
>
> That's really it.
>
> _______________________________________________
> Semibug mailing list
> Semibug at lists.nycbug.org
> https://lists.nycbug.org:8443/mailman/listinfo/semibug
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.nycbug.org:8443/pipermail/semibug/attachments/20220429/3d33fbf7/attachment.htm>


More information about the Semibug mailing list