All of lore.kernel.org
 help / color / mirror / Atom feed
* [LARTC] shaping passive ftp traffic
@ 2004-07-21  0:42 nix4me
  2004-07-21 14:25 ` mjoachimiak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: nix4me @ 2004-07-21  0:42 UTC (permalink / raw)
  To: lartc

Hi,

I have tried unsuccesfully to limit my ftp server send speed in linux.  
I have an ipcop linux firewall/router with 2 nics.  1 nic (eth1) is 
connected to a 3mbit/384Kbit cable connection and the other (eth0) a 
switch.  Behind it i have a suse linux box and a windows box.

On the suse box i run proftpd.  I need to shape my passive ftp send 
speed to 34KBytes because if it is maxed out at 45K it slows down all 
surfing on the entire network.

I have tried running wondershaper-htb on the ipcop firewall and it 
limits my upload speed, but it still seems to slow down everything else 
a little bit.   I notice a slow www experience however my ping times are 
good. 

Is there a simple way to just put a limit on the traffic coming from the 
passive ports (50000-51000) from my proftpd computer?  I just want to 
set a limit on ftp and not affect anything else.

I have looked at all the documentation and I must admit that I dont 
understand any of it.  It all seems to be too complicated for my needs.

I hope someone out there is doing what I am trying to do.

Thanks,
Mark
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] shaping passive ftp traffic
  2004-07-21  0:42 [LARTC] shaping passive ftp traffic nix4me
@ 2004-07-21 14:25 ` mjoachimiak
  2004-07-21 15:22 ` Piszcz, Justin Michael
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mjoachimiak @ 2004-07-21 14:25 UTC (permalink / raw)
  To: lartc

I coud possibly help but I'm using tc + htb and dont know anything about
wondershaper. If you want a script I could do it for you.
----- Original Message ----- 
From: "nix4me" <nix4me@cfl.rr.com>
To: <lartc@mailman.ds9a.nl>
Sent: Wednesday, July 21, 2004 2:42 AM
Subject: [LARTC] shaping passive ftp traffic


> Hi,
>
> I have tried unsuccesfully to limit my ftp server send speed in linux.
> I have an ipcop linux firewall/router with 2 nics.  1 nic (eth1) is
> connected to a 3mbit/384Kbit cable connection and the other (eth0) a
> switch.  Behind it i have a suse linux box and a windows box.
>
> On the suse box i run proftpd.  I need to shape my passive ftp send
> speed to 34KBytes because if it is maxed out at 45K it slows down all
> surfing on the entire network.
>
> I have tried running wondershaper-htb on the ipcop firewall and it
> limits my upload speed, but it still seems to slow down everything else
> a little bit.   I notice a slow www experience however my ping times are
> good.
>
> Is there a simple way to just put a limit on the traffic coming from the
> passive ports (50000-51000) from my proftpd computer?  I just want to
> set a limit on ftp and not affect anything else.
>
> I have looked at all the documentation and I must admit that I dont
> understand any of it.  It all seems to be too complicated for my needs.
>
> I hope someone out there is doing what I am trying to do.
>
> Thanks,
> Mark
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: [LARTC] shaping passive ftp traffic
  2004-07-21  0:42 [LARTC] shaping passive ftp traffic nix4me
  2004-07-21 14:25 ` mjoachimiak
@ 2004-07-21 15:22 ` Piszcz, Justin Michael
  2004-07-21 15:35 ` Horst Graffy
  2004-07-21 16:30 ` mjoachimiak
  3 siblings, 0 replies; 5+ messages in thread
From: Piszcz, Justin Michael @ 2004-07-21 15:22 UTC (permalink / raw)
  To: lartc

Have you tried limiting the maximum outgoing bandwidth in proftpd
itself?


-----Original Message-----
From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]
On Behalf Of mjoachimiak@poczta.onet.pl
Sent: Wednesday, July 21, 2004 10:25 AM
To: lartc; nix4me
Subject: Re: [LARTC] shaping passive ftp traffic

I coud possibly help but I'm using tc + htb and dont know anything about
wondershaper. If you want a script I could do it for you.
----- Original Message ----- 
From: "nix4me" <nix4me@cfl.rr.com>
To: <lartc@mailman.ds9a.nl>
Sent: Wednesday, July 21, 2004 2:42 AM
Subject: [LARTC] shaping passive ftp traffic


> Hi,
>
> I have tried unsuccesfully to limit my ftp server send speed in linux.
> I have an ipcop linux firewall/router with 2 nics.  1 nic (eth1) is
> connected to a 3mbit/384Kbit cable connection and the other (eth0) a
> switch.  Behind it i have a suse linux box and a windows box.
>
> On the suse box i run proftpd.  I need to shape my passive ftp send
> speed to 34KBytes because if it is maxed out at 45K it slows down all
> surfing on the entire network.
>
> I have tried running wondershaper-htb on the ipcop firewall and it
> limits my upload speed, but it still seems to slow down everything
else
> a little bit.   I notice a slow www experience however my ping times
are
> good.
>
> Is there a simple way to just put a limit on the traffic coming from
the
> passive ports (50000-51000) from my proftpd computer?  I just want to
> set a limit on ftp and not affect anything else.
>
> I have looked at all the documentation and I must admit that I dont
> understand any of it.  It all seems to be too complicated for my
needs.
>
> I hope someone out there is doing what I am trying to do.
>
> Thanks,
> Mark
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] shaping passive ftp traffic
  2004-07-21  0:42 [LARTC] shaping passive ftp traffic nix4me
  2004-07-21 14:25 ` mjoachimiak
  2004-07-21 15:22 ` Piszcz, Justin Michael
@ 2004-07-21 15:35 ` Horst Graffy
  2004-07-21 16:30 ` mjoachimiak
  3 siblings, 0 replies; 5+ messages in thread
From: Horst Graffy @ 2004-07-21 15:35 UTC (permalink / raw)
  To: lartc

Am Mittwoch, 21. Juli 2004 02:42 schrieb nix4me:
> Hi,
>
> I have tried unsuccesfully to limit my ftp server send speed in linux.
> I have an ipcop linux firewall/router with 2 nics.  1 nic (eth1) is
> connected to a 3mbit/384Kbit cable connection and the other (eth0) a
> switch.  Behind it i have a suse linux box and a windows box.
>
> On the suse box i run proftpd.  I need to shape my passive ftp send
> speed to 34KBytes because if it is maxed out at 45K it slows down all
> surfing on the entire network.
you can use a ftp-proxy   (for example jftpgw)
A feature of this proxy is limiting speed for ftp-connections.

the url:
http://www.mcknight.de/jftpgw

I'm using it as transparent-proxy only to limit the download-speed of my 
little powerdownloaders ;) and don't cache the downloaded files.

>
> I have tried running wondershaper-htb on the ipcop firewall and it
> limits my upload speed, but it still seems to slow down everything else
> a little bit.   I notice a slow www experience however my ping times are
> good.
>
> Is there a simple way to just put a limit on the traffic coming from the
> passive ports (50000-51000) from my proftpd computer?  I just want to
> set a limit on ftp and not affect anything else.
>
> I have looked at all the documentation and I must admit that I dont
> understand any of it.  It all seems to be too complicated for my needs.
>
> I hope someone out there is doing what I am trying to do.
>
> Thanks,
> Mark
Toni
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LARTC] shaping passive ftp traffic
  2004-07-21  0:42 [LARTC] shaping passive ftp traffic nix4me
                   ` (2 preceding siblings ...)
  2004-07-21 15:35 ` Horst Graffy
@ 2004-07-21 16:30 ` mjoachimiak
  3 siblings, 0 replies; 5+ messages in thread
From: mjoachimiak @ 2004-07-21 16:30 UTC (permalink / raw)
  To: lartc



No i didnt but I've seen that is possible to get ftp into one class and rest
traffic to the other class while using tc + htb.
My traffic shaping is done by ip.

>Have you tried limiting the maximum outgoing bandwidth in proftpd
>itself?


-----Original Message-----
From: lartc-admin@mailman.ds9a.nl [mailto:lartc-admin@mailman.ds9a.nl]
On Behalf Of mjoachimiak@poczta.onet.pl
Sent: Wednesday, July 21, 2004 10:25 AM
To: lartc; nix4me
Subject: Re: [LARTC] shaping passive ftp traffic

I coud possibly help but I'm using tc + htb and dont know anything about
wondershaper. If you want a script I could do it for you.
----- Original Message ----- 
From: "nix4me" <nix4me@cfl.rr.com>
To: <lartc@mailman.ds9a.nl>
Sent: Wednesday, July 21, 2004 2:42 AM
Subject: [LARTC] shaping passive ftp traffic


> Hi,
>
> I have tried unsuccesfully to limit my ftp server send speed in linux.
> I have an ipcop linux firewall/router with 2 nics.  1 nic (eth1) is
> connected to a 3mbit/384Kbit cable connection and the other (eth0) a
> switch.  Behind it i have a suse linux box and a windows box.
>
> On the suse box i run proftpd.  I need to shape my passive ftp send
> speed to 34KBytes because if it is maxed out at 45K it slows down all
> surfing on the entire network.
>
> I have tried running wondershaper-htb on the ipcop firewall and it
> limits my upload speed, but it still seems to slow down everything
else
> a little bit.   I notice a slow www experience however my ping times
are
> good.
>
> Is there a simple way to just put a limit on the traffic coming from
the
> passive ports (50000-51000) from my proftpd computer?  I just want to
> set a limit on ftp and not affect anything else.
>
> I have looked at all the documentation and I must admit that I dont
> understand any of it.  It all seems to be too complicated for my
needs.
>
> I hope someone out there is doing what I am trying to do.
>
> Thanks,
> Mark
> _______________________________________________
> LARTC mailing list / LARTC@mailman.ds9a.nl
> http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-07-21 16:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-21  0:42 [LARTC] shaping passive ftp traffic nix4me
2004-07-21 14:25 ` mjoachimiak
2004-07-21 15:22 ` Piszcz, Justin Michael
2004-07-21 15:35 ` Horst Graffy
2004-07-21 16:30 ` mjoachimiak

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.