From owner-freebsd-questions@FreeBSD.ORG Mon Aug 30 04:23:08 2004 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 35F7916A4CE for ; Mon, 30 Aug 2004 04:23:08 +0000 (GMT) Received: from ai1.anchorage.mtaonline.net (ai1.anchorage.mtaonline.net [12.21.201.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD97D43D41 for ; Mon, 30 Aug 2004 04:22:40 +0000 (GMT) (envelope-from i18rabbit@hotpop.com) Received: from en26.ai1.anchorage.mtaonline.net (root@faxsrvr [192.168.0.26]) i7U4LRl2002140 for ; Sun, 29 Aug 2004 20:21:57 -0800 (AKDT) (envelope-from i18rabbit@hotpop.com) Received: (from abc@localhost)i7U4MZ3O006666; Mon, 30 Aug 2004 04:22:35 GMT (envelope-from i18rabbit@hotpop.com) Date: Mon, 30 Aug 2004 04:22:35 GMT From: i18rabbit@hotpop.com Message-Id: <200408300422.i7U4MZ3O006666@en26.ai1.anchorage.mtaonline.net> X-Authentication-Warning: en26.ai1.anchorage.mtaonline.net: abc set sender to i18rabbit@hotpop.com using -f To: "freebsd-questions" X-Mailer: Umail v2.9.7 Subject: protocol priority 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: Mon, 30 Aug 2004 04:23:08 -0000 with FreeBSD 4.10 functioning as a 'ppp -nat' LAN server, is there anyway to prioritize the processing of protocols? for example, i am grabbing nntp data, and i want it at a much lower priority than http data - when i use my browser, i want to see a 90/10 ratio of http/nntp packets in tcpdump on the LAN server. i never heard of this being done, but it would be nice. running 'nice' on a client doesn't seem to change anything so far as this goes. please copy any replies off the maillist, thank you.