From owner-freebsd-net@FreeBSD.ORG Wed Jul 30 11:24:07 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 0A47937B401 for ; Wed, 30 Jul 2003 11:24:07 -0700 (PDT) Received: from mail.sandvine.com (sandvine.com [199.243.201.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6031843F85 for ; Wed, 30 Jul 2003 11:24:06 -0700 (PDT) (envelope-from don@sandvine.com) Received: by mail.sandvine.com with Internet Mail Service (5.5.2653.19) id <305LHA00>; Wed, 30 Jul 2003 14:24:05 -0400 Message-ID: From: Don Bowman To: 'William Knechtel' , Don Bowman , freebsd-net@freebsd.org Date: Wed, 30 Jul 2003 14:24:04 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" 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 18:24:07 -0000 > From: William Knechtel [mailto:webmaster@endikos.com] > 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! you can, with sysctl, change the arp timeout period. sysctl net.link.ether to see all of them. net.link.ether.inet.prune_intvl/net.link.ether.inet.max_age changes the arp cache age time.