From owner-freebsd-pf@FreeBSD.ORG Wed Oct 12 16:03:02 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9910116A420 for ; Wed, 12 Oct 2005 16:03:02 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from ms-smtp-01-eri0.ohiordc.rr.com (ms-smtp-01-smtplb.ohiordc.rr.com [65.24.5.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CC6243D55 for ; Wed, 12 Oct 2005 16:03:01 +0000 (GMT) (envelope-from dmehler26@woh.rr.com) Received: from satellite (cpe-65-31-44-187.woh.res.rr.com [65.31.44.187]) by ms-smtp-01-eri0.ohiordc.rr.com (8.12.10/8.12.7) with SMTP id j9CG2wWY024721 for ; Wed, 12 Oct 2005 12:02:58 -0400 (EDT) Message-ID: <000301c5cf45$9ccd4b00$0900a8c0@satellite> From: "Dave" To: Date: Wed, 12 Oct 2005 11:57:13 -0400 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: altq on more than one interface? X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dave List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2005 16:03:02 -0000 Hello, I've got a mostly working firewall that filters traffic based on interface allowing only selected items in or out. I'd like now to add altq in to this, but am uncertain as to which interface to set up queueing on, the internal which connects to my 100 mbps switch or the external which goes to my cable modem or both? If i use both i'm thinking of using cbq and am uncertain how to move traffic from the internal interface's queue for ssh to the external interface's queue for ssh and so on. Any tips? Thanks. Dave.