From owner-freebsd-questions Tue Sep 28 6: 2:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 0800914DB3 for ; Tue, 28 Sep 1999 06:02:46 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11Vwsw-00003e-00; Tue, 28 Sep 1999 15:01:34 +0200 From: Sheldon Hearn To: "Langa Kentane" Cc: "FreeBSD" Subject: Re: slow reponse from FreeBSD 3.2-R server In-reply-to: Your message of "Tue, 28 Sep 1999 13:37:39 +0200." <077401bf09a6$c7ee2f40$36a8ef9b@sunnet.co.za> Date: Tue, 28 Sep 1999 15:01:34 +0200 Message-ID: <225.938523694@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 28 Sep 1999 13:37:39 +0200, "Langa Kentane" wrote: > I have a problem with my server, when I connect to it, be it port 23, 110, > 80 or 25 it takes quite a while to respond. Sometime when my mailers even > time out. 1) Are you sure your host's DNS resolution is decent? You can check that sort of thing out by using nslookup on hostnames that you're pretty sure haven't been looked up from your host recently. 2) Perhaps the services you're trying to conenct to are all being launched out of inetd? This can be a real performance problem, especially if the services are handled by programs with a high startup overhead. Also, FreeBSD 3.2's inetd uses TCP Wrappers to validate connection attempts. Perhaps you've specified the slow PARANOID option in one or more of your rules in /etc/hosts.allow ? 3) Perhaps your machine is very busy. What's the load average on the box looking like? What does the top program show you? 4) Perhaps you're using the wrong duplexing on your ethernet card. This, however, is something you'd have to know. It's not something someone else can tell you about your own network. As you can see, the problem you're having could have a number of causes. Good luck with your investigations. :-) later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message