From owner-freebsd-net@FreeBSD.ORG Wed Jul 30 13:26:11 2003 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 7E44337B40C for ; Wed, 30 Jul 2003 13:26:11 -0700 (PDT) Received: from laptop.tenebras.com (laptop.tenebras.com [66.92.188.18]) by mx1.FreeBSD.org (Postfix) with SMTP id BBEDE43F93 for ; Wed, 30 Jul 2003 13:26:10 -0700 (PDT) (envelope-from kudzu@tenebras.com) Received: (qmail 52889 invoked from network); 30 Jul 2003 20:26:07 -0000 Received: from sapphire.tenebras.com (HELO tenebras.com) (192.168.188.241) by 0 with SMTP; 30 Jul 2003 20:26:07 -0000 Message-ID: <3F2829DE.3080000@tenebras.com> Date: Wed, 30 Jul 2003 13:26:06 -0700 From: Michael Sierchio User-Agent: Mozilla/5.0 (X11; U; Linux i386; en-US; rv:1.3.1) Gecko/20030425 X-Accept-Language: en-us, zh-tw, zh-cn, fr, en, de-de MIME-Version: 1.0 To: William Knechtel References: <004c01c356c3$ab9fe4a0$44d37b80@ad.psinp.org> In-Reply-To: <004c01c356c3$ab9fe4a0$44d37b80@ad.psinp.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-net@freebsd.org Subject: Re: Help with FreeBSD Bridged Firewall 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: Wed, 30 Jul 2003 20:26:11 -0000 William Knechtel wrote: > Yeah, the arp cache is the problem, thanks for nailing that one for me. > However, the ipfw rule you supplied doesn't seem to want to work for > me... I think for the time being I'll just run a cron job every 15 > minutes or so that clears the arp cache completely. Thanks again for > your help!! I really appreciate it! > ipfw add 30 allow layer2 mac-type arp ACQJS (AFAIK) you need to use ipfw2 to support layer2 rules.