port forwarding timeouts
- From: iksrazal@xxxxxxxxx
- Date: 17 Jan 2006 13:20:19 -0800
Hi all,
I'm trying this command:
ssh -v -L 8000:10.101.41.127:8000 root@xxxxxxxxxxxxx
My localhost - 10.101.41.127 shows 8000 as open:
/root> nmap -p8000 localhost
Starting nmap 3.81 ( http://www.insecure.org/nmap/ ) at 2006-01-17
18:12 BRST
Interesting ports on localhost (127.0.0.1):
PORT STATE SERVICE
8000/tcp open http-alt
The remote machine - 10.222.29.35 - also shows 8000 open:
After a couple of minutes trying to connect to localhost:8000 , I get
these messages:
debug1: Connection to port 8000 forwarding to 10.101.41.127 port 8000
requested.
debug1: channel 3: new [direct-tcpip]
channel 7: open failed: connect failed: Connection timed out
debug1: channel 7: free: direct-tcpip: listening port 8000 for
10.101.41.127 port 8000, connect from 127.0.0.1 port 1773, nchannels 5
debug1: Connection to port 8000 forwarding to 10.101.41.127 port 8000
requested.
debug1: channel 4: new [direct-tcpip]
channel 3: open failed: connect failed: Connection timed out
debug1: channel 3: free: direct-tcpip: listening port 8000 for
10.101.41.127 port 8000, connect from 127.0.0.1 port 1774, nchannels 5
channel 4: open failed: connect failed: Connection timed out
debug1: channel 4: free: direct-tcpip: listening port 8000 for
10.101.41.127 port 8000, connect from 127.0.0.1 port 1775, nchannels 4
I can, however, run telnet (just a test of course) :
/root> telnet localhost 8000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Any ideas?
iksrazal
.
- Follow-Ups:
- Re: port forwarding timeouts
- From: Richard E. Silverman
- Re: port forwarding timeouts
- Prev by Date: Re: Problem w/symantec firewall & SSH Tunnel
- Next by Date: Re: port forwarding timeouts
- Previous by thread: Forwarded ports are not compressed
- Next by thread: Re: port forwarding timeouts
- Index(es):
Relevant Pages
|
|