From owner-freebsd-net@FreeBSD.ORG Thu Mar 18 10:14:45 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80ED316A4CE for ; Thu, 18 Mar 2004 10:14:45 -0800 (PST) Received: from out014.verizon.net (out014pub.verizon.net [206.46.170.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C51043D46 for ; Thu, 18 Mar 2004 10:14:45 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com ([68.161.120.219]) by out014.verizon.net (InterMail vM.5.01.06.06 201-253-122-130-106-20030910) with ESMTP id <20040318181444.XONK5247.out014.verizon.net@mac.com>; Thu, 18 Mar 2004 12:14:44 -0600 Message-ID: <4059E686.6050207@mac.com> Date: Thu, 18 Mar 2004 13:12:22 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Juan Rodriguez Hervella References: <200403181750.35948.jrh@it.uc3m.es> In-Reply-To: <200403181750.35948.jrh@it.uc3m.es> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Authentication-Info: Submitted using SMTP AUTH at out014.verizon.net from [68.161.120.219] at Thu, 18 Mar 2004 12:14:44 -0600 cc: freebsd-net@freebsd.org Subject: Re: Small question about bridging and arp X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Mar 2004 18:14:45 -0000 Juan Rodriguez Hervella wrote: > If I do a bridge between xl0 and xl1, can the IP address > configured on xl1 answer ARP-requests that come from the > LAN the xl0 is connected ? Does this make sense ? Yes, it should. Bridging basicly treats xl0 and xl1 as being on the same physical network and an ARP request for an IP used by one of the two interfaces should be answered regardless of where it came from. -- -Chuck