From owner-freebsd-questions@FreeBSD.ORG Fri Jun 6 01:07:50 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 57BAB1065672 for ; Fri, 6 Jun 2008 01:07:50 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 2976D8FC17 for ; Fri, 6 Jun 2008 01:07:50 +0000 (UTC) (envelope-from schiz0phrenic21@gmail.com) Received: by wa-out-1112.google.com with SMTP id j4so524116wah.3 for ; Thu, 05 Jun 2008 18:07:49 -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:content-transfer-encoding :content-disposition; bh=D5jDDge40bBpXXY5dGLpLbzdegylUhn6+2NeFPN0SWo=; b=NNGM9iRMpuu5/XqBVw0MloXMy6UVyMZLxyhqTOkE+NkTLJiJv2WBXk7CDf6XwaZWS8 G+QcZeVkozyZXBQXokXUaTdk7l4eOM5VmhTkSi5godCbQkl9k3tCRRZOzZ29ERHcLdY8 NBzQISA4w22aqi521vimDpe8V4GyqIDgKAGjE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=PC9iGllHIZY5C62Uwp8ar/nb+AUNZcg2eIZks761Hsg61kqv1NpmhhM+mwJV+9AP3m rpC4J9ccZwzjeKJCJWuV4ZJgZKC9cnSQpehrQKnYYZCjKtISknwUsilWRLie4iZYFZFl q/EoW0Q3XvVHl69cEhVA7Or7qLBsnMBZ0SrNA= Received: by 10.114.170.2 with SMTP id s2mr2342452wae.170.1212714469894; Thu, 05 Jun 2008 18:07:49 -0700 (PDT) Received: by 10.114.255.7 with HTTP; Thu, 5 Jun 2008 18:07:49 -0700 (PDT) Message-ID: <8d23ec860806051807p719f8ea4mfb70ed107539ecc2@mail.gmail.com> Date: Thu, 5 Jun 2008 21:07:49 -0400 From: Schiz0 To: "freebsd questions" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Queuing and Prioritization with 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: Fri, 06 Jun 2008 01:07:50 -0000 Hey, I have pf running as the firewall on a web and IRC box. I'd like to setup a bit of prioritization. I want ssh to be a higher priority than any other traffic. I've read up on Class Based Queuing and Priority Queuing. If I understand it correctly, priority queuing will transfer ALL packets with higher priority before ANY of the lower-priority packets. So if I'm transferring a file via SCP, all other traffic will stop until the transfer is complete? I don't want other traffic to stop completely, I just want ssh to have a higher priority. Should I use class-based then? Thanks for suggestions/help.