View Single Post
  #4   (View Single Post)  
Old 8th September 2008
starbuck's Avatar
starbuck starbuck is offline
Port Guard
 
Join Date: Apr 2008
Location: Eugene, OR
Posts: 31
Default

Quote:
Originally Posted by vermaden View Post
short:
# ssh -D 4567 -l user 10.0.0.105

long:
From gateway machine run that command to the box that you want to be visible outside at 4567 port. After that if you will ssh to gateway:4567 you will be really connecting to 10.0.0.105:22.
I did what you said and now when I try to ssh to the gateway machine on that port I get this error:

Code:
$ ssh gateway:2205
ssh: gateway:2205: Name or service not known
Reply With Quote