From owner-freebsd-net@freebsd.org Fri Jan 15 14:47:35 2016 Return-Path: Delivered-To: freebsd-net@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F075DA8493E for ; Fri, 15 Jan 2016 14:47:35 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from udns.ultimatedns.net (static-24-113-41-81.wavecable.com [24.113.41.81]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CBE671E23 for ; Fri, 15 Jan 2016 14:47:35 +0000 (UTC) (envelope-from bsd-lists@bsdforge.com) Received: from ultimatedns.net (localhost [127.0.0.1]) by udns.ultimatedns.net (8.14.9/8.14.9) with ESMTP id u0FEm9q2070753 for ; Fri, 15 Jan 2016 06:48:15 -0800 (PST) (envelope-from bsd-lists@bsdforge.com) To: In-Reply-To: <5698CC1F.1070000@grosbein.net> References: <511690.54783.qm@web101310.mail.kks.yahoo.co.jp> <56934EBB.70305@grosbein.net> <377893.48708.qm@web101305.mail.kks.yahoo.co.jp>, <5698CC1F.1070000@grosbein.net> From: "Chris H" Subject: Re: hello , I have a problem Date: Fri, 15 Jan 2016 06:48:15 -0800 Content-Type: text/plain; charset=UTF-8; format=fixed MIME-Version: 1.0 Message-id: Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Jan 2016 14:47:36 -0000 On Fri, 15 Jan 2016 17:38:23 +0700 Eugene Grosbein wrote > Forwarding to freebsd-net@ > > On 15.01.2016 17:29, haku22b@yahoo.co.jp wrote: > > I want to make firewall freebsd 10.1 > > > > > > > > > > > > but I can't start on pf > > > > > > I have inserted that > > " # - PF Firewall > > pf_enable="YES" # Enable PF Firewall > > #pf_rules="/etc/pf.conf" # Rules definition file for PF > > #pf_flags="" # Additional flags for pfctl startup > > pflog_enable="YES" # Start pflogd(8) > > #pflog_file="/var/log/pflog" # Where pflogd should store the log file" > > > > > > > > but still I can't > > > > > > > > this is etc/rc.conf in my freebsd > > > > > > > > > > What is the problem?? To effectively address your issue. More information is required; What version, and revision of FreeBSD are you trying this on? What is the contents of your /etc/pf.conf? What is the error, or other reason that leads you to believe that pf(4) isn't / won't run? Also possibly relevant; did you include pf in your [custom] kern file? Best wishes. --Chris