From owner-freebsd-questions@FreeBSD.ORG Sun Jun 10 09:43:40 2012 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 99004106566C for ; Sun, 10 Jun 2012 09:43:40 +0000 (UTC) (envelope-from bycn82@gmail.com) Received: from mail-vc0-f182.google.com (mail-vc0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 4DF1D8FC0A for ; Sun, 10 Jun 2012 09:43:39 +0000 (UTC) Received: by vcbfy7 with SMTP id fy7so2023538vcb.13 for ; Sun, 10 Jun 2012 02:43:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dBF9G4InDYzB+fapKgDhdgdU98gbswewHYXX1jAgdaM=; b=Bwe7dFDIARrjp/A0Qqfezq161dDEWVQTjCZ8717fAF10kclZHjngX/ibSayWYKZzKf Bx+o6Y9e+GNmH96R/gjHXy9YCqUwyqZ6Sb2pFdw4Zp1XWa3FASCH6UQrCr4FuLO1JLZt hHSk9qn4idoOgNz5glZf1kD9MZrJYw1/XzgvxGMertjQE1G5ICXDZmqxXCUJjB9Oz01F /LlJaXr5FcqbY39CktsTz6vcyEuly+CfAVlMHxtDyKYkMWi8ZU2DKweHiakDdM+8R3WM x1/JF3CJDvI978e7GuG0uPAZ+o/2k8/bFVlW8MN5j2PthPxN+GeOjInDKWMVimYeaUbg jvqA== MIME-Version: 1.0 Received: by 10.52.95.225 with SMTP id dn1mr8786697vdb.99.1339321419492; Sun, 10 Jun 2012 02:43:39 -0700 (PDT) Received: by 10.220.214.70 with HTTP; Sun, 10 Jun 2012 02:43:39 -0700 (PDT) Date: Sun, 10 Jun 2012 17:43:39 +0800 Message-ID: From: Bill Yuan To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: how to allow by MAC 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: Sun, 10 Jun 2012 09:43:40 -0000 Hi, how to allow by MAC in ipfw currently i set the rule like below 1 allow ip from any to any MAC any to 1 allow ip from any to any MAC any 2 deny all from any to any i want to only allow the mac address to go through the freebsd firewall, but I found it is not working on my freebsd but it works on pfsense! so maybe that means the environment is not the same ? and how to setup the ipfw properly to support this ?