Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2003 07:46:28 -0600
From:      Greg Panula <greg.panula@dolaninformation.com>
To:        Martin Hudec <corwin@corwin.sk>
Cc:        freebsd-stable@FreeBSD.ORG
Subject:   Re: ipfw traffic shaping
Message-ID:  <3E48FEB4.5F48AFC4@dolaninformation.com>
References:  <200302101029.31234.corwin@corwin.sk>

next in thread | previous in thread | raw e-mail | index | archive | help
Martin Hudec wrote:
> 
> Hello,
> 
> I have question regarding ipfw traffic shaping:
> 
> This were default settings:
> 00004:   2.000 Mbit/s    0 ms   30 sl. 1 queues (1 buckets) droptail
>     mask: 0x00 0x00000000/0x0000 -> 0x00000000/0x0000
> BKT Prot ___Source IP/port____ ____Dest. IP/port____ Tot_pkt/bytes Pkt/Byte
> Drp
>   0 tcp     192.168.x.x/1037     y.y.y.y/80    299073 117448216  0    0   1
> 
> New settings are the same but with 50 sl. instead of former 30.
> Is this number of slots in queue?
> How can I change it to former settings?
> Can anyone help me please?
> 

You should probably take a gander at the man page for ipfw.
http://www.freebsd.org/cgi/man.cgi?query=ipfw&apropos=0&sektion=0&manpath=FreeBSD+4.7-stable&format=html

50 slots is the default.

`ipfw pipe config 4 bw 2 Mbit/s queue 50` should "reset" your current
pipe.

good luck,
  greg

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E48FEB4.5F48AFC4>