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 [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
