From owner-freebsd-current@FreeBSD.ORG Fri Feb 13 05:30:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F20216A4D1 for ; Fri, 13 Feb 2004 05:30:09 -0800 (PST) Received: from relay.macomnet.ru (relay.macomnet.ru [195.128.64.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id D250043D1D for ; Fri, 13 Feb 2004 05:30:08 -0800 (PST) (envelope-from maxim@macomnet.ru) Received: from news1.macomnet.ru (5c0aes08@news1.macomnet.ru [195.128.64.14]) by relay.macomnet.ru (8.12.10/8.12.10) with ESMTP id i1DDU7o25976639; Fri, 13 Feb 2004 16:30:07 +0300 (MSK) Date: Fri, 13 Feb 2004 16:30:07 +0300 (MSK) From: Maxim Konovalov To: "Aaron D. Gifford" In-Reply-To: <402C247B.4060009@infowest.com> Message-ID: <20040213162725.P26062@news1.macomnet.ru> References: <20040212105656.30C99620E@eq.net> <402C247B.4060009@infowest.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Unsolved: 5.2 Bridging issue X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Feb 2004 13:30:09 -0000 On Thu, 12 Feb 2004, 18:12-0700, Aaron D. Gifford wrote: [...] > PROBLEM RECAP: > -------------- > Traffic between em0 and rl1 is bridged just fine, EXCEPT for traffic > TO/FROM the FreeBSD host itself TO any hosts on rl1 (the interface > without the IP address). > > So 10.10.10.100 on rl1 can talk with 10.10.10.50 on em0, ARP traffic as > well as IP traffic. But the BSD host will never get ARP or IP traffic > to/from 10.10.10.100 on rl1. The BSD host can talk just fine to > 10.10.10.50 on em0. > > Anyone else have any ideas? > > The system's running FreeBSD 5.2.1-RC2. Are you using bridge.ko? If so compile it in the kernel ("options BRIDGE"). -- Maxim Konovalov