From owner-freebsd-questions@FreeBSD.ORG Tue Feb 20 15:33:42 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B96F216B198 for ; Tue, 20 Feb 2007 15:33:39 +0000 (UTC) (envelope-from erik@cepheid.org) Received: from mail.cepheid.org (wintermute.cepheid.org [64.92.165.98]) by mx1.freebsd.org (Postfix) with ESMTP id 9F81C13C4B4 for ; Tue, 20 Feb 2007 15:33:39 +0000 (UTC) (envelope-from erik@cepheid.org) Received: by mail.cepheid.org (Postfix, from userid 1006) id C0DF217116; Tue, 20 Feb 2007 09:33:38 -0600 (CST) Date: Tue, 20 Feb 2007 09:33:38 -0600 From: Erik Osterholm To: Fab Message-ID: <20070220153338.GA23215@idoru.cepheid.org> Mail-Followup-To: Erik Osterholm , Fab , freebsd-questions@freebsd.org References: <935454.84605.qm@web26310.mail.ukl.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <935454.84605.qm@web26310.mail.ukl.yahoo.com> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: Problem with if_bridge and PF 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: Tue, 20 Feb 2007 15:33:42 -0000 On Mon, Feb 19, 2007 at 07:05:31PM +0000, Fab wrote: > Hello all, > > I miss, > > I have created an bridge with freebsd 6.2, I have compiled a new > kernel with if_bridge option. But I cannot ping my second > interface, the tunnel works great because packets can transit > between the two interfaces. > > Someone have an idea for resolve this problem of ping??? > > Thanks. Can you draw out a network diagram, including the bridge, the interfaces on the bridge, and the IPs? The output of ifconfig may also be useful. Erik