
I executed the iptables -L command and got the following output: Chain INPUT (policy ACCEPT) target prot opt source destination Chain FORWARD (policy ACCEPT) target prot opt source destination Chain OUTPUT (policy ACCEPT) target prot opt source destination I'm not really that familiar with firewalls in linux, but I would assume that iptables is running without rules? I also noticed that it's not one particular host that bumps me out of telnet, but all connections and all hosts. The network folks don't know (or maybe they do) that I'm running linux on the network, but is there a way for them to periodically reset the port I'm using in the data closet? This is really quite interesting to me, so any input is very helpful. Thanks. -----Original Message----- From: Theo Van Dinter [mailto:felicity@kluge.net] Sent: Tuesday, April 02, 2002 11:11 AM To: wlug@mail.wlug.org Subject: Re: [Wlug] Problems dropping telnet sessions On Tue, Apr 02, 2002 at 09:36:00AM -0500, Simoncini, Matthew wrote:
Anyone have this type of problem or more importantly, can someone point me in the right direction?
My first two thoughts are: iptables times out your connection for some reason, or the remote side has an autologout value set. Is there a firewall setup on your box? You can do "iptables -L" to find out. As for autologout, I would think this would have affected you before, but it's something to rule out anyway. What shell are you using on the remote machines? If it's a csh variant, run "echo $autologout" and see what it comes back with. If it comes back with a defined non-0 value, that is a likely cause of your problem. Run "set autologout=0" and see if that fixes your problem. -- Randomly Generated Tagline: "Note that if I can get you to \"su and say\" something just by asking, you have a very serious security problem on your system and you should look into it." (By Paul Vixie, vixie-cron 3.0.1 installation notes) _______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug