From owner-freebsd-questions@FreeBSD.ORG Mon May 16 08:37:54 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A040C16A4CE for ; Mon, 16 May 2005 08:37:54 +0000 (GMT) Received: from zero.ramb.com.ua (zero.ramb.com.ua [62.149.0.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7482043D8B for ; Mon, 16 May 2005 08:37:47 +0000 (GMT) (envelope-from fenix@ramb.com.ua) Received: from sirius (ip.82.144.202.143.stat-9.volia.net [82.144.202.143]) by zero.ramb.com.ua (8.13.3/8.13.3) with ESMTP id j4GBgMjJ052575; Mon, 16 May 2005 11:42:28 GMT (envelope-from fenix@ramb.com.ua) From: "Sergey S. Ropchan" To: freebsd-questions@freebsd.org, Mathieu CHATEAU In-Reply-To: <13310178909.20050515162659@free.fr> References: <13310178909.20050515162659@free.fr> Content-Type: text/plain Date: Mon, 16 May 2005 11:37:33 +0300 Message-Id: <1116232653.88677.10.camel@sirius> Mime-Version: 1.0 X-Mailer: Evolution 2.2.1.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.80/875/Tue May 10 11:27:59 2005 clamav-milter version 0.80j on zero.ramb.com.ua X-Virus-Status: Clean X-Spam-Status: No, score=0.0 required=6.3 tests=none autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on zero.ramb.com.ua Subject: Re: FBSD 5.4 & netstat -an X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 May 2005 08:37:54 -0000 Hello > Hello freebsd-questions, > > i have 2 freebsd 5.4 running . > > On one of them, if if do the classic "netstat -an" i do NOT see tcp > connection while i can see them on the other.. This may happend when you rebuild your source tree without make installworld ... try to recompile and install "world" with kernel. As addition you cat try: sockstat -4cl > > There are tcp connection on the box, at least me trough ssh (tcpdump > show it). > > Any clue ? > > thank you >