From owner-freebsd-isp Thu Nov 7 10:21:26 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB19037B404 for ; Thu, 7 Nov 2002 10:21:25 -0800 (PST) Received: from ms3.mail2000.com.tw (ms3.mail2000.com.tw [211.72.252.187]) by mx1.FreeBSD.org (Postfix) with SMTP id EA59E43E7B for ; Thu, 7 Nov 2002 10:21:24 -0800 (PST) (envelope-from sjs@mail2000.com.tw) Received: from 211.72.252.247 by ms3.mail2000.com.tw with Mail2000 ESMTP Server V2.71M(77855:0:AUTH_RELAY) Fri, 08 Nov 2002 02:20:50 +0800 (CST); (envelope-from ) Received: By OpenMail Mailer;Fri, 08 Nov 2002 02:20:46 +0800 (CST) From: "sjs" Reply-To: sjs@mail2000.com.tw Subject: Re: some TCP ports does not reposnd Message-ID: <1036693245.16912.sjs@mail2000.com.tw> To: "" Cc: "" Date: Fri, 08 Nov 2002 02:20:45 +0800 (CST) MIME-Version: 1.0 Content-Type: text/plain Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >> Is there any way to list the IPs on listen queue or to >> fix this problem. >You could look at trafshow (/usr/ports/net/trafshow), which >shows you what traffic is passing in and out of a specific >network adapter you specify, or perhaps if you utilize >IPFilter you could try 'ipfstat -t', which does a similar >job, showing network connections in their various states. > >Sounds to me more like a load problem though, have you checked >your logfiles for the relevant services and perhaps increased >the logging levels for those services? Thanks for the suggestions. I am very sure that this is not a load problem. When smtp/http port is unavailable with timeout, the other ports work fine. The log of both SMTP and HTTP daemon just freezed which means it's waiting for incoming connection. That's the weird point. The listen queue is full, but the daemon cannot get incoming connection by accept(2). Gareth To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message