From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 15:24:46 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 EAC4B16A4CE for ; Thu, 26 Feb 2004 15:24:46 -0800 (PST) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id CC81D43D1D for ; Thu, 26 Feb 2004 15:24:46 -0800 (PST) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (8.12.6/MantshX 2.0) with ESMTP id i1QNOkuI026250; Thu, 26 Feb 2004 15:24:46 -0800 (PST) Received: from [10.1.1.193] ([199.103.21.225]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 3.0) with ESMTP id i1QNOjOV016594; Thu, 26 Feb 2004 15:24:46 -0800 (PST) In-Reply-To: <20040226225916.39208.qmail@web41305.mail.yahoo.com> References: <20040226225916.39208.qmail@web41305.mail.yahoo.com> Mime-Version: 1.0 (Apple Message framework v612) Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: Content-Transfer-Encoding: quoted-printable From: Charles Swiger Date: Thu, 26 Feb 2004 18:24:42 -0500 To: Aloha Guy X-Mailer: Apple Mail (2.612) cc: Free BSD Questions list Subject: Re: FreeBSD box as router adding latency 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: Thu, 26 Feb 2004 23:24:47 -0000 On Feb 26, 2004, at 5:59 PM, Aloha Guy wrote: > Charles Swiger wrote: >> There's your issue right there: if you care about the millisecond=20 >> level >> granularity of network traffic going by this router, you ought to set >> HZ to 1000 as documented in "man dummynet". [ ... ] > Knew I forgot to read something.=A0 I guess I forgot all about = dummynet=20 > is the one doing the traffic shaping as I never used traffic shaping=20= > on the other boxes when they were used as both Ethernet and T1=20 > routers.=A0 I've always had NMBCLUSERS set to 32768 which I assume is=20= > fine. Thats a lot of NMBCLUSTERS, but if you've got the memory you should be=20= okay. > Also, is there a way to use two NICs like a xl0 and a fxp0 and bond=20 > them together with just one IP? Yes, netgraph. See "man ng_one2many".... --=20 -Chuck