From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 19:07:20 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 2EB9610656C0 for ; Thu, 26 Feb 2009 19:07:20 +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 A424D8FC0A for ; Thu, 26 Feb 2009 19:07:19 +0000 (UTC) (envelope-from steve@ibctech.ca) Received: (qmail 30708 invoked by uid 89); 26 Feb 2009 19:09:52 -0000 Received: from unknown (HELO ?IPv6:2607:f118::5?) (steve@ibctech.ca@2607:f118::5) by v6.ibctech.ca with ESMTPA; 26 Feb 2009 19:09:52 -0000 Message-ID: <49A6E853.1030605@ibctech.ca> Date: Thu, 26 Feb 2009 14:06:59 -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> 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: Thu, 26 Feb 2009 19:07:21 -0000 Faizan ul haq Muhammad wrote: >> Which way do you go? > In this case I can take any of them Perhaps you will freeze in your tracks indefinitely due to confusion. Or perhaps you will go around the entire block a few times before making a decision ;) > Anyways,- Today i got some time to play around and i tried to configure > the machine as bridge. > I added device if_bridge to kernel > then i added the code to the rc.conf > > cloned_interfaces="bridge0" > ifconfig_bridge0="addm sk0 addm sk1 up" > ifconfig_sk0="up" > ifconfig_sk1="up" > now, i dun have any network address assigned to any of the interface and > connect the two lan cards to two other machines and try to ping those > machines from each other. but no success. Did the bridge interface actually come up? > ... do you think, this is as expected..? (i think bridge does not need > to have any IP address..) It depends. Are you doing any sort of firewalling? What is the IP addressing info on the two end hosts? Steve