From owner-freebsd-questions@FreeBSD.ORG Tue Jul 26 11:11:43 2011 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 B96C0106566B for ; Tue, 26 Jul 2011 11:11:43 +0000 (UTC) (envelope-from yavuz.maslak@netiletisim.net) Received: from pop3.ihlas.net.tr (posta.ihlasnet.com.tr [213.238.128.150]) by mx1.freebsd.org (Postfix) with ESMTP id E85858FC0A for ; Tue, 26 Jul 2011 11:11:42 +0000 (UTC) Received: (qmail 36674 invoked by uid 89); 26 Jul 2011 13:45:00 +0300 X-Mail-Scanner: Scanned by qSheff-II-2.1-r3 (http://www.enderunix.org/qsheff/) Received: from ihlasnetym (HELO desktop2002) (yavuz.maslak@netiletisim.net@213.238.150.220) by pop3.ihlas.net.tr with SMTP; 26 Jul 2011 13:45:00 +0300 From: =?iso-8859-9?Q?Yavuz_Ma=FElak?= To: Date: Tue, 26 Jul 2011 13:44:59 +0300 Message-ID: <39BA5203083441F49B797E0E12C7B03D@desktop2002> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-9" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcxLgRE3iSdrZXNlSrq0M/9msRzDPQ== X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5994 Subject: How to deny getting static ip address via pf ? 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, 26 Jul 2011 11:11:43 -0000 Hello I use pf on freebsd as packet filter. I have a wireless area. The users get to the internet using automatic ip from the dhcp server. I wish to deny to assign a static ip address by manual. How can I do that with pf or ipfw or another thing? thanks