From owner-freebsd-hackers@FreeBSD.ORG Sat Nov 24 02:19:17 2007 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07DCA16A417 for ; Sat, 24 Nov 2007 02:19:17 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outX.internet-mail-service.net (outX.internet-mail-service.net [216.240.47.247]) by mx1.freebsd.org (Postfix) with ESMTP id 0BFFB13C467 for ; Sat, 24 Nov 2007 02:19:16 +0000 (UTC) (envelope-from julian@elischer.org) Received: from mx0.idiom.com (HELO idiom.com) (216.240.32.160) by out.internet-mail-service.net (qpsmtpd/0.40) with ESMTP; Fri, 23 Nov 2007 18:19:15 -0800 X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 2B676126AB6; Fri, 23 Nov 2007 18:19:15 -0800 (PST) Message-ID: <47478A22.1020708@elischer.org> Date: Fri, 23 Nov 2007 18:19:14 -0800 From: Julian Elischer User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) MIME-Version: 1.0 To: "Joel V." References: <000001c82e1c$27909d50$0200a8c0@windsor> In-Reply-To: <000001c82e1c$27909d50$0200a8c0@windsor> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-hackers@freebsd.org Subject: Re: Welcome to Hell / Mysterious networking troubles on FreeBSD X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Nov 2007 02:19:17 -0000 Joel V. wrote: > Netstat -a doesn't show anything interesting, arp -a doesn't show any > incomplete addresses He tried to build and install a new fresh kernel. > Nothing. This is the most creepy networking problem I've heard of. Can YOU > help? Any ideas where to start looking? tcpdump you need 5 seconds of packet capture on the approproate interface tcpdump -s0 -wcapture.out -i (interface) wait 5 seconds ^C then you can talk with authority about what IS and IS NOT happenning on his network. > > Thank you in advance! > Joel > > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"