Re: ssh behind gateway
- From: Ignoramus7725 <ignoramus7725@xxxxxxxxxxxxxxxxxxx>
- Date: Mon, 30 Jul 2007 20:35:47 -0500
On Mon, 30 Jul 2007 17:58:09 -0700, Jonathan Shan <jonshan@xxxxxxxxxxxxxxxxxx> wrote:
On Jul 30, 6:57 pm, Ignoramus7725 <ignoramus7...@xxxxxxxxxxxxxxxxxxx>
wrote:
you can ssh from inside the firewall to your other machine, and set up
port forwarding.
I searched for "port forwarding" and found some hints. But there is an
error "ssh: node: no address associated with name"
local:$ ssh -L7777:user@xxxxxxxxxxxx:22 user@gateway
your -L argument is wrong, read the docs again
i
At this point the terminal shows I am inside gateway..
I open up another terminal window on local and check:
$ netstat -an | grep 7777
TCP 127.0.0.1:7777 0.0.0.0:0 LISTENING
Then I do (on local machine):
$ ssh -p7777 user@xxxxxxxxxxxx
ssh: node.gateway: no address associated with name
I find it strange that for the first command, no matter what address I
put to forward (BADnodeaddress.gateway), ssh doesn't complain.
Jonathan Shan
- References:
- ssh behind gateway
- From: Jonathan Shan
- Re: ssh behind gateway
- From: Ignoramus7725
- Re: ssh behind gateway
- From: Jonathan Shan
- ssh behind gateway
- Prev by Date: Re: ssh behind gateway
- Next by Date: Re: Any violent linux games that actualy work
- Previous by thread: Re: ssh behind gateway
- Next by thread: AMD64 debian testing upgrade failed.
- Index(es):
Relevant Pages
|