Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 May 2006 08:15:33 -0300
From:      Leonardo Reginin <leonardo@procergs.rs.gov.br>
To:        freebsd-ipfw@freebsd.org
Subject:   freebsd 6.1-release-p3 ipfw pipe show
Message-ID:  <4472EED5.1090204@procergs.rs.gov.br>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040506020402030209040908
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi fellows.

Recently I upgraded an firewall box from freebsd 6.0 to 6.1-release-p3 
and after that the 'ipfw pipe show' command is presenting an strange 
behavior. The list of pipes is out of order. In 6.0 version, the result 
of that command is the pipes listed in numerical sequencial  order and 
now, the pipes are list disordered. The dummynet is OK.

Can anyone help me to solve this.

Thanks in advance !

#myserver: uname -a
FreeBSD myserver.myoffice.com.br 6.1-RELEASE FreeBSD 6.1-RELEASE #3: Wed 
May 17 16:40:50 BRT 2006     
root@myserver.myoffice.com.br:/usr/src/sys/i386/compile/MYSERVER  i386


#myserver: ipfw pipe show | head -n 20
00204:   1.024 Mbit/s    0 ms   50 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  200.198.169.132/4271     216.49.88.13/80    14842  2366262  
0    0   0
00187:   1.024 Mbit/s    0 ms   50 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   85.169.254.239/4662   200.198.144.34/21997 355738 249257656 50 
50631 14640
00170: 512.000 Kbit/s    0 ms   50 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  200.198.136.237/1720      82.208.27.3/80    6402  1585069  1   
52   0
00153:   3.000 Mbit/s    0 ms   50 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    200.211.92.62/34264 200.198.152.210/80    259377 210456934  
0    0 738
00136: 128.000 Kbit/s    0 ms   50 sl. 0 queues (1 buckets) droptail
00119:   2.048 Mbit/s    0 ms   50 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


Kernel conf customization ( an part of then )

maxusers        0
options         IPFIREWALL
options         IPFIREWALL_VERBOSE      #enable logging to syslogd(8)
options         DUMMYNET
options         HZ=1000
options         NMBCLUSTERS=32768
#
options         SMP
device          apic            # I/O APIC






--------------040506020402030209040908--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4472EED5.1090204>