From owner-freebsd-questions@FreeBSD.ORG Fri Feb 27 13:24:35 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D57CA106567A for ; Fri, 27 Feb 2009 13:24:35 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: from ibctech.ca (v6.ibctech.ca [IPv6:2607:f118::b6]) by mx1.freebsd.org (Postfix) with SMTP id 615F38FC1D for ; Fri, 27 Feb 2009 13:24:35 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 43335 invoked by uid 89); 27 Feb 2009 13:27:13 -0000 Received: from unknown (HELO ?192.168.1.114?) (steve@ibctech.ca@::ffff:208.70.104.100) by pearl.ibctech.ca with ESMTPA; 27 Feb 2009 13:27:13 -0000 Message-ID: <49A7E98A.3040109@ibctech.ca> Date: Fri, 27 Feb 2009 08:24:26 -0500 From: Steve Bertrand User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: Faizan ul haq Muhammad References: <200902251306.14765.lists@jnielsen.net> <200902251515.47094.lists@jnielsen.net> <49A69E9C.2090807@ibctech.ca> <49A6E853.1030605@ibctech.ca> <49A6EB32.6030006@ibctech.ca> In-Reply-To: X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: lists@jnielsen.net, FreeBSD Questions Subject: Re: ping stucks/hangs on PCI 3com NIC sk0 interface but works on builtin NIC X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Feb 2009 13:24:36 -0000 Faizan ul haq Muhammad wrote: >> After the ping is done (whether it works or not), stop the tcpdump and >> email the output to the list if you can. If you can't email it, at least >> type out the IP addresses captured, and the direction the data is >> attempting to flow eg: >> >> 208.70.104.210.22 > 208.70.104.100.50885 >> 208.70.104.100.50885 > 208.70.104.210.22 >> arp who-has 208.70.104.206 tell 208.70.104.193 >> >> etc. >> > I have just checked this: > it says nothing ... except: > ------------listening on bridge0, link-type EN10MB (Ethernet), capture > size 96 bytes > I think it is unable to receive any packet . DO i miss something in the > configuration ? Provide the output to "ifconfig bridge0", and "kldstat". Steve