From owner-freebsd-questions Thu Nov 15 5:43: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from chmls20.mediaone.net (chmls20.mediaone.net [24.147.1.156]) by hub.freebsd.org (Postfix) with ESMTP id 0807037B416 for ; Thu, 15 Nov 2001 05:42:56 -0800 (PST) Received: from mediaone.net (h0050dad8e8d7.ne.mediaone.net [24.147.228.147]) by chmls20.mediaone.net (8.11.1/8.11.1) with ESMTP id fAFDhux02681 for ; Thu, 15 Nov 2001 08:43:56 -0500 (EST) Message-ID: <3BF3C406.FEE1EC97@mediaone.net> Date: Thu, 15 Nov 2001 08:32:54 -0500 From: Michael Aucoin X-Mailer: Mozilla 4.5 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: questions@freebsd.org Subject: natd and dummynet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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 I am running natd and just rebuilt my kernel to include dummynet. Dummynet seems not to be working. I do not see the anticipated latency in the packets. Natd is working fine (or else you would not get this E-mail). I built my kernel with the following options: IPFIREWALL IPFIREWALL_VERBOSE IPFIREWALL_VERBOSE_LIMIT DUMMYNET I have the following in my /etc/ipfirewall.rc file: ipfw -f flush ipfw add divert natd all from any to any via ep0 ipfw add pass all from any to any ipfw add pipe 1 from any to any out ipfw add pipe 2 from any to any in ipfw pipe 1 config delay 200ms ipfw pipe 2 config delay 200ms Does anyone understand what I have done wrong? Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message