From owner-freebsd-questions@FreeBSD.ORG Tue Jan 13 04:55:58 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B20016A4CE for ; Tue, 13 Jan 2004 04:55:58 -0800 (PST) Received: from mailhub.ihlas.net.tr (mailhub.ihlas.net.tr [213.238.128.250]) by mx1.FreeBSD.org (Postfix) with SMTP id F3C6C43D39 for ; Tue, 13 Jan 2004 04:55:45 -0800 (PST) (envelope-from bmalik@ihlas.net.tr) Received: (qmail 12906 invoked from network); 13 Jan 2004 12:55:28 -0000 Received: from unknown (HELO maslak) (213.238.150.220) by mailhub.ihlas.net.tr with SMTP; 13 Jan 2004 12:55:28 -0000 Message-ID: <004b01c3d9d4$5d6cee60$dc96eed5@maslak> From: =?iso-8859-9?Q?Malik_B=FClent?= To: Date: Tue, 13 Jan 2004 14:54:21 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: mac address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 12:55:58 -0000 hello=20 i use freebsd5.1 and i want to reject some computers whose according to = "Mac Addresses"=20 and i recompiled kernel with=20 options IPFIREWALL=20 then i made ipfw.sh with touch and wrote in ; ipfw add deny MAC 00:60:67:28:0c:1e any =20 =20 ipfw add deny MAC any 00:60:67:28:0c:1e but I couldn't reject above machine What shall i do ? Thanks