Re: SSH connection through a router applying NAT
- From: "Ralph" <ralphzodapn@xxxxxxxxx>
- Date: 05 Jun 2012 11:30:17 GMT
Marco wrote:
Hi,
I want to be able to connect to my home computer via SSH from
the outside.
The problem is that I am behind a NAT. Everybody in this building
has the same IP to the outside world. Communication within the
network works. I can ping and connect to other computers. However,
from the outside I am unable to reach my computer or even ping my
external IP address.
I have no access to the router which would enable me to redirect
incoming requests to a particular port to my computer.
Is there a possibility to set up access to my computer? If yes, how?
All instructions I have found suggest reconfiguring the router,
which is not possible in my case.
I am willing to provide additional information, just let me know
what.
Regards
Marco
I'm no expert but
Either the ssh executable, or sshd service can be made to initiate the
connection or to listen.
If you have 2 computers and each can't initiate a connection to each
other, then I suppose you'd need a third one you can both reach and
then you're fine.
But if one can initiate a connection to the other, then you can do it.
If you are unable to ping your home computer, from your work
computer(your work computer behind NAT that you don't control), then, I
don't think that's a NAT issue.
Can you for example do $nmap -P0 -p6423 yourhomecomputerip
Have you gone to an online port scanner while sitting at your home
computer to make sure your home computer's port is open and a server is
running there?
If you are trying to SSH to your home computer, then the only NAT you'd
need to work with, is on that home computer.
--
.
- Prev by Date: Rejecting messages in sendmail
- Next by Date: why does rsh -l ignore .rhosts?
- Previous by thread: Re: SSH connection through a router applying NAT
- Next by thread: Re: SSH connection through a router applying NAT
- Index(es):
Relevant Pages
|