From owner-freebsd-questions@FreeBSD.ORG Sat Apr 23 01:26:22 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 D052216A4CE for ; Sat, 23 Apr 2005 01:26:22 +0000 (GMT) Received: from fuse1.fusemail.net (smtp.fusemail.net [69.31.1.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 956D643D41 for ; Sat, 23 Apr 2005 01:26:22 +0000 (GMT) (envelope-from brianjohn@fusemail.com) Received: from fusemail.com by fuse1.fusemail.net with asmtp (FuseMail extSMTP) id 1DP9PP-0002I5-8z for freebsd-questions@freebsd.org; Fri, 22 Apr 2005 20:26:11 -0500 Message-ID: <4269A431.1060201@fusemail.com> Date: Fri, 22 Apr 2005 20:26:09 -0500 From: Brian John User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050412) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: problems with pf 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, 23 Apr 2005 01:26:23 -0000 Hello, I have read the manpage on pf but I am still stumped. I get some error messages when starting up that say something like 'rule expands to no possible valid combination' or something to that effect. If someone can tell me how I can find out what the error messages are when I boot I will post them. Here is my pf.conf: ext_if="vr0" altq on $ext_if cbq bandwidth 2Mb queue { web , p2p , ssh } queue web bandwidth 40% priority 6 cbq(borrow) queue ssh bandwidth 40% priority 6 cbq(borrow) queue p2p bandwidth 20% cbq(borrow default) pass in on $ext_if all pass in on $ext_if from any to any port 22 queue(ssh) pass in on $ext_if from any to any port 80 queue(web) pass out on $ext_if all pass out on $ext_if from any to any port 22 queue(ssh) pass out on $ext_if from any to any port 80 queue(web) Can someone please tell me what is wrong with my syntax? Thanks! /Brian