From owner-freebsd-questions Wed Nov 29 23:17:12 2000 Delivered-To: freebsd-questions@freebsd.org Received: from spitfire.velocet.net (spitfire.velocet.net [209.167.225.66]) by hub.freebsd.org (Postfix) with ESMTP id A889F37B400 for ; Wed, 29 Nov 2000 23:17:10 -0800 (PST) Received: from magus (anime.ca [204.138.55.45]) by spitfire.velocet.net (Postfix) with SMTP id 3E4E419A0AB for ; Thu, 30 Nov 2000 02:17:09 -0500 (EST) Message-ID: <001701c05a9d$8cb34ca0$0300a8c0@anime.ca> From: "William Wong" To: Subject: dummynet quirk? Date: Thu, 30 Nov 2000 02:17:07 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey, I'm experiencing a strange problem with dummynet. I have a pipe setup so it limits to 9kB/s and the ipfw rule is: /sbin/ipfw add 2230 pipe 1 tcp from myip 80 to any out via tun0 The problem comes up when I actually try to view a page off my webserver (Apache). If I try to load http://myip (any page), lynx or whatever browser I use will sit there with "waiting for response". I take a look at my netstat, and I see that the connection is in state FIN_WAIT_1. If I remove that particular rule, web pages are served without problems. Anyone experienced this before? Thanks, - Will To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message