Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Aug 1999 23:57:48 -0400 (EDT)
From:      Barrett Richardson <barrett@phoenix.aye.net>
To:        "James C. Durham" <durham@sludge.pgh.pa.us>
Cc:        freebsd-security@freebsd.org
Subject:   Re: ssh dropping connections/sendmail IP
Message-ID:  <Pine.BSF.4.01.9908112345560.2289-100000@phoenix.aye.net>
In-Reply-To: <199908120157.VAA03527@sludge.pgh.pa.us>

next in thread | previous in thread | raw e-mail | index | archive | help


On Wed, 11 Aug 1999, James C. Durham wrote:

> I am using ssh to tunnel from my "remote server" located
> at a remote location with a public IP number to my "local
> server" behind an ISP's firewall using a DSL connection.
> 
> The ssh connection keeps dropping out. I have KeepAlive "YES" and
> IdleTime set to 104w (2 years). I have just started having a little
> script on the remote machine send me the date/time every 30 seconds
> and that seems to keep it up. Is this behavior normal?
> 

The frequency of the keepalives isn't sufficient traffic to keep
the firewall from snipping the connection. It doesn't consider
the connection active if traffic drops below a threshold.

> Also, I'm having problems sending mail from sendmail on my local
> machine because the IP gets translated to something that doesn't
> resolve at the ISP's firewall. This means I can't send to
> some sites (freebsd-security being one of them!). I've been trying
> to see a way that I can relay the sendmail feed through my remote server
> using port redirection. I can't run the sendmail daemon on the remote
> server because port 25 is already bound to ssh.

The remote server is the one outside the firewall, right? Any
reason you can't run sshd on the de facto port 22?

-

Barrett

> 
> (I need sendmail to run on the local machine because I'm doing some
> stuff which requires that).
> 
> Thanks,
> 
> Jim Durham
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-security" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.01.9908112345560.2289-100000>