From owner-freebsd-questions@FreeBSD.ORG Tue Jun 24 17:52:54 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2310106566C for ; Tue, 24 Jun 2008 17:52:54 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: from pop3.ihlas.net.tr (smtp.ihlas.net.tr [213.238.128.249]) by mx1.freebsd.org (Postfix) with SMTP id 391568FC14 for ; Tue, 24 Jun 2008 17:52:53 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: (qmail 28069 invoked by uid 89); 24 Jun 2008 17:26:12 -0000 X-Mail-Scanner: Scanned by qSheff-II-2.1 (http://www.enderunix.org/qsheff/) Received: from unknown (HELO ihlasnetym) (maslak@ihlas.net.tr@213.238.150.220) by 0 with SMTP; 24 Jun 2008 17:26:11 -0000 Message-ID: <3d0101c8d61f$65630ea0$dc96eed5@ihlasnetym> From: "Yavuz Maslak" To: Date: Tue, 24 Jun 2008 20:26:10 +0300 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1807 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1896 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to reject all mac addresses except some mac addresses using ipfw? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jun 2008 17:52:55 -0000 I use ipfw on freebsd7. I have two questions 1- I want to fix an ip address for each mac address. But some pc and = servers have more than an ip address. How can I map multiple ip = addresses for a mac address? 2- I want to allow these fixed mac addresses using ipfw. After that I = want to deny all mac address via the server's local ethernet card. How = can I do these cases? Thanks