From owner-freebsd-questions@FreeBSD.ORG Sat Jan 8 04:17:19 2005 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 4BA1616A4CE for ; Sat, 8 Jan 2005 04:17:19 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id C278543D2D for ; Sat, 8 Jan 2005 04:17:18 +0000 (GMT) (envelope-from heath0504@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so791wri for ; Fri, 07 Jan 2005 20:17:17 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:from:to:subject:date:mime-version:content-type:content-transfer-encoding:x-priority:x-msmail-priority:x-mailer:x-mimeole; b=aBcS1LtGMho5IsSKB88uaIykD1nmH+/004VdP1IHsRRkPmgVAYbAU110DIyrG/4KN5ILgJvkbAfTRZkeoldAKZXVl/rFAR2z0duGsrJbyUgnV6aPDNd0jPRA244bfWtKn+xxe4tLgWdXMgwZ6mIlXPlTx6u1MD35x4P8uJzaSJ4= Received: by 10.54.49.33 with SMTP id w33mr88760wrw; Fri, 07 Jan 2005 20:17:17 -0800 (PST) Received: from linuxlmx20ji5l ([61.59.129.248]) by smtp.gmail.com with ESMTP id 44sm157195wri.2005.01.07.20.17.16; Fri, 07 Jan 2005 20:17:17 -0800 (PST) Message-ID: <003a01c4f538$f72e0ae0$f8813b3d@linuxlmx20ji5l> From: "heath, Chia Hui Chen" To: Date: Sat, 8 Jan 2005 12:17:25 +0800 MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Subject: How can I limit some port according to ethernet card MAC? 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: Sat, 08 Jan 2005 04:17:19 -0000 Hello, I use FreeBSD 5.2.1 as NAT. How can I limit some port (packet in and out) according to ethernet card MAC ? Because we use dhcpd, and the IP is dynamic, so I wanna limit it by MAC. What can I do? Thanks for your response! Best Regards, - heath