From owner-freebsd-questions@FreeBSD.ORG Wed May 14 01:53:33 2008 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 E95F4106566B for ; Wed, 14 May 2008 01:53:33 +0000 (UTC) (envelope-from cybersans@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.236]) by mx1.freebsd.org (Postfix) with ESMTP id BE80D8FC0C for ; Wed, 14 May 2008 01:53:33 +0000 (UTC) (envelope-from cybersans@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so4624278rvf.43 for ; Tue, 13 May 2008 18:53:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=DOTeu8Xp9jefCADWVBIRBAjrOEezy2Z/jws6yvH3qxM=; b=HxqxOAMlb2ruspmoHOUxHKpM7qZqbCC/eh5BH0137txgQF/Mf27imP2RYXiRBPBVOdlIlHPu/EqIUFOXn92Zu+opF2RS1uOe1B+YJvR+73Y/TlgTbx+TaUBhrpeGIaOK2oSDU1pxT2y+YyiSVmtoHqxnqz16rq/pxCbGzcrrPkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=NT8yXgYWPgRamk5JqxQ3R/P3YDLhTFk8zQJi7JNhO1bwSXsHLIIB/g46Bz37RRY6FsAx34QPEVqcXPIW9ohrergEzxsp4350vI1lZws7OdZp4ITfAGhneH3hhHurcyijcUocKH3hM6Cuwu40fcRNI5l/2af1UvuceppJn3KXjBE= Received: by 10.140.187.10 with SMTP id k10mr189544rvf.95.1210728293457; Tue, 13 May 2008 18:24:53 -0700 (PDT) Received: by 10.141.84.20 with HTTP; Tue, 13 May 2008 18:24:52 -0700 (PDT) Message-ID: <15af975d0805131824i142a4847u852a6ad09f61e526@mail.gmail.com> Date: Wed, 14 May 2008 09:24:52 +0800 From: "CyberSans AirBort" To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: problem on pf @ freebsd 7.0 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: Wed, 14 May 2008 01:53:34 -0000 hello there. sorry if this similar question been asked before in this forum. my problem is, i install freebsd 7.0 and after that compile the kernel to enable pf (using the same method like freebsd's handbook said): device pf device pflog device pfsync options ALTQ options ALTQ_CBQ options ALTQ_RED options ALTQ_RIO options ALTQ_HFSC options ALTQ_CDNR options ALTQ_PRIQ options ALTQ_NOPCC and i put everything inside /etc/rc.conf pf_enable="YES" pf_rules="/etc/pf.conf" pf_flags="" pflog_enable="YES" pflog_logfile="/var/log/pflog" pflog_flags="" and guess what? pf is not loading when startup. i have to manually restarted the pf using /etc/rc.d/pf restart is that a bug? i never have this kind of problem when using version 5.* or 6.*