ssh port forwarding and long delays
From: fire on water (invalid_at_spam.xxx)
Date: 02/20/04
- Next message: Per Hedeland: "Re: vnc ssh tunnel problems"
- Previous message: Richard E. Silverman: "Re: Sftp"
- Next in thread: Richard E. Silverman: "Re: ssh port forwarding and long delays"
- Reply: Richard E. Silverman: "Re: ssh port forwarding and long delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 20 Feb 2004 13:45:20 +0100
Hi all.
I retrieve and send email by tunneling through ssh like so:
ssh -l myusername -L5110:my.remore.server:110 -L5025:my.remote.server:25
my.remote.server
This as you can guess gives me a shell on my.remote.server and opens
local port 5110 which it tunnels to port 110 on the remote machine and
local 5025 which it tunnels to 25 on the remote machine.
If I turn on the default firewall config in SuSE 9.0 the tunneled
connections take very long to get establised. (3-4 minutes before I see
the POP3 server prompt)
To clarify... Whether the firewall is turned on or off, my initial SSH
connection to the remote machine get's established just fine and I get
the remote shell instantly. But when an application on my local machine
requests a connection to 5110 or 5025 if the firewall is turned on it
takes very long before it is connected to the equivalent port on the
remote machine.
Does anyone know where the problem might be?
any help much appreciated...
- Next message: Per Hedeland: "Re: vnc ssh tunnel problems"
- Previous message: Richard E. Silverman: "Re: Sftp"
- Next in thread: Richard E. Silverman: "Re: ssh port forwarding and long delays"
- Reply: Richard E. Silverman: "Re: ssh port forwarding and long delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|