From owner-freebsd-net Wed Jun 2 8:48:31 1999 Delivered-To: freebsd-net@freebsd.org Received: from lyonnet.dtr.fr (lyonnet.dtr.fr [194.51.33.100]) by hub.freebsd.org (Postfix) with ESMTP id 0311714BE7 for ; Wed, 2 Jun 1999 08:46:45 -0700 (PDT) (envelope-from david.robert@mail.dotcom.fr) Received: from gw.admin.hexaflux.loc (lsi168.dtr.fr [195.6.83.168]) by lyonnet.dtr.fr (8.8.5/8.8.5) with ESMTP id RAA13421 for ; Wed, 2 Jun 1999 17:46:44 +0200 Received: from mail.dotcom.fr (netsante1.agence.toulouse.hexaflux.loc [192.168.30.50]) by gw.admin.hexaflux.loc (8.8.7/8.8.7) with ESMTP id RAA32407 for ; Wed, 2 Jun 1999 17:52:49 +0200 Message-ID: <375552C1.53DB4726@mail.dotcom.fr> Date: Wed, 02 Jun 1999 17:50:25 +0200 From: David ROBERT X-Mailer: Mozilla 4.5 [fr] (Win98; I) X-Accept-Language: fr MIME-Version: 1.0 To: freebsd-net@freebsd.org Subject: Problem with dummynet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I use dummynet to limit ftp transferts bandwith : # Une bp de 50kbits/s ipfw pipe 1 config bw 50Kbit/s # Filtrage du ftp ipfw add pipe 1 tcp from any 20 to any ipfw add pipe 1 udp from any 20 to any 50Kbits/s is pretty slow but I use LL at 64Kbit/s. It works, not as good as I wish because when I look how me file (using ftp) is tranmitted (hash fonctionnality of any ftp client), it looks like my file is uploaded using big blocks of data with a delay between. So even if the file takes more time to be uploaded, my telnet session are slow. Maybe I should use the buffer functionnality, but I don't understand what is this functionnality. I have another problem I've seen today because I was doing some tests. I used the BW restiction as show before (the ipfw commands). But when I want to test my uploads without the pipes, I do a "ipfw flush" and after my upload is really slower, not usable... It looks like the rules are flushed (ipfw list) but my ftp data goes somewhere else... Any Idea ? David ROBERT (sorry for my english). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message