Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Is this a home server/computer where you can access the router? You could set up port forwarding there.
-
To access your router's admin panel over HTTP, check the bottom of your router or the manual for an IP address (like 192.168.1.1 or whatever shows up as the 'Default Gateway' in network settings on the device), or just google your router's brand/model + 'admin panel ip'. Also, see if the router has a username and password on the bottom or just google router's name + 'default password'. (might be admin/admin, admin/password, or admin/<blank>). Maybe comment your router brand so that we can give more detailed instructions.
-
Have a look at https://tp-link.com/us/... . Internal port would be 22, protocol TCP, and internal server IP would be the internal IP of the computer that you want to connect to. Common Service Port may have a preset SSH. External port can be whatever you like. Maybe not 22 as port scanners will look for that. Pick a random high port number if you can.
-
@aarfa Another thing to do would be to reserve an internal IP for the ssh server. Some instructions for that can be found at https://tp-link.com/us/... . You will probably also want to set up Dynamic DNS with a provider like https://www.noip.com/ so that you have an easy to remember hostname like aarfa.servebeer.com that always points to your IP address. Some tp-link routers support Dynamic DNS (https://tp-link.com/us/...), but no-ip also has Windows, Mac, and Linux update clients so that your domain is always pointing to your IP address.
Related Rants
-
abhijith050513When you SSH into a machine and then SSH back into yours, you know you are drunk.
-
nickj58today at programming class... professor: today we will be teaching you about vim and using the terminal and s...
-
linuxxx15Had to debug an issue, *ssh user@domain* "some wild network connection issue" *hmm weird.. * *checks every...
I want to do ssh is from outside the network. But I'm unable to do it. Very much frustrated. Has anyone tried it successfully?
question
outside network
ssh
port forwarding