zsh-users
 help / color / mirror / code / Atom feed
From: Mark Koenen <markko@sci.kun.nl>
To: markko@sci.kun.nl (Mark Koenen)
Cc: zsh-users@sunsite.auc.dk
Subject: Re: Timed out
Date: Sat, 27 Feb 1999 15:24:17 +0100 (MET)	[thread overview]
Message-ID: <199902271424.PAA15037@studs3.sci.kun.nl> (raw)
In-Reply-To: <199902231444.PAA03857@canteclaer.sci.kun.nl> from "Mark Koenen" at Feb 23, 99 03:44:17 pm

I originally wrote:

>Hi,
>
>When I don't use my Z-shell on a remote computer for a while, I get
>disconnected (after about 15 minutes):

There were several suggestions for a possible source of the problem:
 - It could be an idle timeout set on the remote computer
 - Try setting
     TRAPALRM() { print "Someone sent me an alarm signal"; }
 -  try tracing the zsh process from another telnet session

Nothing helped until a friend suggested it would be the firewall
that I'm using that causes the problem. Indeed it did :-) The
firewall (I use IPCHAINS) closses connections when they're not
used for a while; a TCP connection will be closed after 15
minutes... To increase the timeout time call IPCHAINS with the
-S option. A piece of my  rc.firewall :

   # The default masquerading timeout is 15 minutes. This can be used
   # to set it to higher values.
   $IPCHAINS -M -S 7200 10 900

This sets the timeout to 2 hours; long enough to go to the toilet,
do the dishes, have a chat with the neighbour and returning to your
computer without having to login again... ;-)

Thanx for all the suggestions!

Mark.
--
__________________________________________________
  Mark Koenen_________________________IRC: TheNose
  ________________________Email: markko@sci.kun.nl
  ___________________WWW: http://www.gx.nl/markko/


  parent reply	other threads:[~1999-02-27 14:25 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-02-23 14:44 Mark Koenen
1999-02-23 16:04 ` Dan Nelson
1999-02-23 20:56 ` Mircea Damian
1999-02-27 14:24 ` Mark Koenen [this message]
1999-02-23 15:21 jr
1999-02-23 15:41 ` Mark Koenen
1999-02-23 15:44   ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199902271424.PAA15037@studs3.sci.kun.nl \
    --to=markko@sci.kun.nl \
    --cc=zsh-users@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).