From owner-freebsd-questions Thu Jan 16 11: 3:49 2003 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 6731637B401 for ; Thu, 16 Jan 2003 11:03:48 -0800 (PST) Received: from mail.gmx.net (pop.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 1456C43F6D for ; Thu, 16 Jan 2003 11:03:47 -0800 (PST) (envelope-from capm@gmx.net) Received: (qmail 1036 invoked by uid 0); 16 Jan 2003 19:03:45 -0000 Received: from xdsl-195-14-220-117.netcologne.de (HELO capm) (195.14.220.117) by mail.gmx.net (mp020-rz3) with SMTP; 16 Jan 2003 19:03:45 -0000 Message-ID: <002401c2bd91$fe2217f0$0200a8c0@capm> From: "Pascal Giannakakis" To: Subject: IPFW smart networkshaping like in Linux Date: Thu, 16 Jan 2003 20:03:44 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Lo ppl, a few month ago there was an article in the german computer mag "c't" which described how to tune an ADSL connection. One of the tips was to give small IP-packages (64 bytes and less) a high priority. According to the article this will result in an improved behaviour when up- and downstream are both busy at the same time. As i suffer exactly this problem, i would like to try it out on FreeBSD 5. As i can not find what the command would be in FreeBSD - and if it is even supported, i hope some of you FreeBSD / Linux guys can help me out. Here is the Linux command: # iptables -A POSTROUTING -t mangle -o ppp0 -p tcp -m length --length :64 -j MARK --set-mark 12 The comlete script can be downloaded here: http://www.heise.de/ct/ftp/02/24/224/ What would be the options in FreeBSD? Thanx! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message