From owner-freebsd-ipfw@FreeBSD.ORG Fri Jun 13 18:02:22 2008 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AC421065678 for ; Fri, 13 Jun 2008 18:02:22 +0000 (UTC) (envelope-from opt1k2@mail.ru) Received: from mx45.mail.ru (mx45.mail.ru [194.67.23.236]) by mx1.freebsd.org (Postfix) with ESMTP id D730E8FC17 for ; Fri, 13 Jun 2008 18:02:21 +0000 (UTC) (envelope-from opt1k2@mail.ru) Received: from f137.mail.ru (f137.mail.ru [194.67.57.118]) by mx45.mail.ru (mPOP.Fallback_MX) with ESMTP id AC907E005326 for ; Fri, 13 Jun 2008 21:50:54 +0400 (MSD) Received: from mail by f137.mail.ru with local id 1K7DQJ-000Bq2-00 for freebsd-ipfw@freebsd.org; Fri, 13 Jun 2008 21:50:51 +0400 Received: from [82.138.35.63] by win.mail.ru with HTTP; Fri, 13 Jun 2008 21:50:51 +0400 From: Alexey Beketov To: freebsd-ipfw@freebsd.org Mime-Version: 1.0 X-Mailer: mPOP Web-Mail 2.19 X-Originating-IP: [82.138.35.63] Date: Fri, 13 Jun 2008 21:50:51 +0400 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 8bit Message-Id: X-Spam: Not detected Subject: ipfw arp protocol filtering X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexey Beketov List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jun 2008 18:02:22 -0000 I have two networks,10.10.0.0/16 both, and if_bridge between them. There is two different 10.10.0.1 machines in each network. I need to filter arp on bridge to make no conflicts between 10.10.0.1 machines. How to make it, I using freebsd 7.0 and ipfw?