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 [EMAIL PROTECTED]:/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





_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to