From owner-freebsd-questions@FreeBSD.ORG Thu Feb 12 13:04:48 2004 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 BB8E016A4CE; Thu, 12 Feb 2004 13:04:48 -0800 (PST) Received: from delivery.infowest.com (delivery.infowest.com [204.17.177.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id AE64143D1F; Thu, 12 Feb 2004 13:04:48 -0800 (PST) (envelope-from agifford@infowest.com) Received: from infowest.com (unknown [208.186.104.163]) by delivery.infowest.com (Postfix) with ESMTP id 0E61AEB09F5; Thu, 12 Feb 2004 14:04:48 -0700 (MST) Message-ID: <402BEA38.8080301@infowest.com> Date: Thu, 12 Feb 2004 14:03:52 -0700 From: "Aaron D. Gifford" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031013 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: undisclosed-recipients: ; References: <20040212105656.30C99620E@eq.net> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailman-Approved-At: Fri, 13 Feb 2004 06:03:06 -0800 Subject: Re: 5.2 Bridging issue 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: Thu, 12 Feb 2004 21:04:48 -0000 I asked: >> I've got a bridge(4) issue on a BSD 5.2.1 box. The bridging box has >> three ethernet interfaces, two bridged together in a single cluster, >> and one connected to the internet. The box acts as a bridge for the >> two network segments, and as a router to the Internet (it's the >> default gateway). The problem is, only one of the bridged segments >> can communicate with the BSD box directly (and thus the Internet), >> even though the two segments can talk to each other just fine. Bjorn Eikeland replied: > > Try sysctl net.inet.ip.check_interface=0 - sounds like the same problem > i had with my > bridge a while back. > > good luck! > > Bjorn Thanks! That was it! I didn't even think to check this, since I was unaware that it was set to 1 by default in 5.2. Maybe I'll submit a patch PR for the bridge(4) man page to mention this. Aaron out.