Hi misc@!

I run OpenBSD-{amd64,i386}-current for several years now on 3 machines,
having reinstalled everything late this summer because s.th. related to
either adsuck, ftp, cvs, pf or the netstack in general feels broken.

I have complained before in the last weeks but unfortunatelly the
usually reliable strategy "shut up - the devs know already -
use the next shnapshot" seems to be not really successfull this time...

Let me describe what I am doing and what happens (the laptop being
"idefix" @ 192.168.178.31):
Running -current I try to use the latest snapshot, being ~amd64 #477
from yesterday (dmesg below). This is how I do it:


#!/bin/sh
#
print "Laufwerk wechseln"
cd /home/<user>/Downloads/amd64/
print "Dateien loeschen"
rm *
print "Dateien neu holen"
#wget
ftp://openbsd.cs.fau.de/pub/OpenBSD/snapshots/amd64/{IN*,SHA*,bsd*,*tgz}
#wget
ftp://ftp.hostserver.de/pub/OpenBSD/snapshots/amd64/{IN*,SHA*,bsd*,*tgz}
#wget ftp://ftp.openbsd.org/pub/OpenBSD/snapshots/amd64/{IN*,SHA*,bsd*,*tgz}
wget http://ftp.hostserver.de/pub/OpenBSD/snapshots/amd64/INSTALL.amd64
wget http://ftp.hostserver.de/pub/OpenBSD/snapshots/amd64/SHA256{,.sig}
wget http://ftp.hostserver.de/pub/OpenBSD/snapshots/amd64/bsd{,.rd,.mp}
wget
http://ftp.hostserver.de/pub/OpenBSD/snapshots/amd64/{base,comp,game,man}56.tgz
wget
http://ftp.hostserver.de/pub/OpenBSD/snapshots/amd64/x{base,font,serv,share}56.tgz
print "Altes /bsd.rd sichern"
sudo cp /bsd.rd /bsd.rd.1
print "Neues /bsd.rd kopieren"
sudo cp -p bsd.rd /
print "Neues bsd.mp als /bsd kopieren"
sudo cp -p bsd.mp /bsd
print "/usr RW mounten"
sudo mount -uw /usr
print "untar xfonts"
sudo tar -C / -xzphf xfont*.tgz
print "untar xserv"
sudo tar -C / -xzphf xserv*.tgz
print "untar xshare"
sudo tar -C / -xzphf xshare*.tgz
print "untar man"
sudo tar -C / -xzphf man*.tgz
print "untar comp"
sudo tar -C / -xzphf comp*.tgz
print "untar xbase"
sudo tar -C / -xzphf xbase*.tgz
print "untar base"
sudo tar -C / -xzphf base*.tgz
print "run sysmerge"
sudo sysmerge
print "mount /usr RO"
sudo mount -ur /usr
cd

I switched to the "http"-protocol because of the issue desribed below
though it didn't help.

After updating the snapshot I _always_ update the apps and sources like so:

#!/bin/sh
#
cd /tmp
sudo mount -uw /usr
print "/usr/src updaten"
cd /usr/src
sudo cvs -q up -Pd
print "/usr/xenocara updaten"
cd /usr/xenocara
sudo cvs -q up -Pd
print "/usr/ports updaten"
cd /usr/ports
sudo cvs -q up -Pd
cd
print "packages updaten"
sudo pkg_add -ui
print "locate-db updaten"
sudo /usr/libexec/locate.updatedb
sudo mount -ur /usr

So my guess is that my system is "up2date". Except that since several
weeks now both scripts suffer from the same shortcomming:
After some (non repeatable) time the network looses it's connection. Not
always, but way too often. And it doesn't matter if I
am at home wired or travelling using the mobile or the hotel-wlan. It
doesn't matter which mirror I use.

Simplyfying the observation it seems that the very moment the load
increases the connection decreases to zero.

I have gkrellm running at the side showing the network performance. So
please be patient with me as I have no scientifically
valid test data - only visual observation: The system is getting the
fresh data, at first at an acceptabel pace (e.g. 800 KB/s)
but then quickly gets slower and slower until connection to the net is
entirely lost. Not only ftp but http as well. Please do not get mislead
by the fact that
/var/log/messages mentions adsuck - without the behaviour is the same:

~ $ tail -f /var/log/messages
Oct 25 23:28:28 idefix /bsd: drm: PCIE GART of 512M enabled (table at
0x0000000000040000).
Oct 25 23:28:28 idefix /bsd: radeondrm0: 1400x1050
Oct 25 23:28:28 idefix /bsd: wsdisplay0 at radeondrm0 mux 1: console
(std, vt100 emulation), using wskbd0
Oct 25 23:28:28 idefix /bsd: wskbd1: connecting to wsdisplay0
Oct 25 23:28:28 idefix /bsd: wsdisplay0: screen 1-5 added (std, vt100
emulation)
Oct 25 23:28:44 idefix savecore: no core dump
Oct 25 23:29:09 idefix apmd: battery status: high. external power
status: connected. estimated battery life 100%
Oct 25 23:30:09 idefix sensorsd[12040]: acpithinkpad0.temp5: marked invalid
Oct 25 23:30:09 idefix sensorsd[12040]: acpithinkpad0.temp7: marked invalid
Oct 25 23:30:09 idefix sensorsd[12040]: acpidock0.indicator0: Off, UNKNOWN
"Oct 25 23:35:50 idefix sensorsd[12040]: cpu0.temp0: exceeds limits:
75.00 degC is above 70.00 degC
Oct 25 23:35:50 idefix sensorsd[12040]: cpu1.temp0: exceeds limits:
75.00 degC is above 70.00 degC
Oct 25 23:35:50 idefix sensorsd[12040]: acpitz0.temp0: exceeds limits:
85.00 degC is above 70.00 degC
Oct 25 23:35:50 idefix sensorsd[12040]: acpitz1.temp0: exceeds limits:
86.00 degC is above 70.00 degC
Oct 25 23:35:50 idefix sensorsd[12040]: acpithinkpad0.temp0: exceeds
limits: 85.00 degC is above 70.00 degC
Oct 25 23:38:06 idefix ntpd[22421]: 2 out of 4 peers valid
Oct 25 23:38:06 idefix ntpd[22421]: bad peer from pool pool.ntp.org
(213.95.21.43)
Oct 25 23:38:06 idefix ntpd[22421]: bad peer from pool pool.ntp.org
(89.238.82.166)
Oct 25 23:41:54 idefix adsuck[6647]: can't convert wire packet to struct
Oct 25 23:42:25 idefix last message repeated 5 times
Oct 25 23:44:29 idefix last message repeated 12 times
Oct 25 23:54:39 idefix last message repeated 52 times
Oct 26 00:05:20 idefix last message repeated 17 times
Oct 26 00:15:35 idefix last message repeated 74 times
Oct 26 00:26:34 idefix last message repeated 82 times

Ususally flushing all routes and down'ing the interfaces does help
(sometimes only rebooting gets the connection up again:

<user>@idefix
~ $ sudo ping openbsd.org
ping: unknown host: openbsd.org

<user>@idefix
~ $ sudo route flush
default              fritz.box            done
loopback             localhost            done
fritz.box            link#5               done
tunix                link#5               done
BASE-ADDRESS.MCAST.N link#5               done
::/128               localhost            done
::/128               localhost            done
::127.0.0.0/128      localhost            done
::224.0.0.0/128      localhost            done
::255.0.0.0/128      localhost            done
::ffff:0.0.0.0/128   localhost            done
2002::/128           localhost            done
2002:7f00::/128      localhost            done
2002:e000::/128      localhost            done
2002:ff00::/128      localhost            done
fe80::/128           localhost            done
fec0::/128           localhost            done
ff01::/128           localhost            done
ff02::/128           localhost            done

<user>@idefix
~ $ sudo ifconfig em0 down

<user>@idefix
~ $ sudo ifconfig trunk0 down

<user>@idefix
~ $ sudo sh /etc/netstart
ifconfig: SIOCSTRUNKPORT: Device busy
ifconfig: SIOCSTRUNKPORT: Device busy
DHCPREQUEST on trunk0 to 255.255.255.255
DHCPREQUEST on trunk0 to 255.255.255.255
DHCPREQUEST on trunk0 to 255.255.255.255
DHCPACK from 192.168.178.1 (00:24:fe:31:e3:ea)
bound to 192.168.178.31 -- renewal in 432000 seconds.

<user>@idefix
~ $ sudo ping openbsd.org
PING openbsd.org (129.128.5.194): 56 data bytes
64 bytes from 129.128.5.194: icmp_seq=0 ttl=238 time=160.025 ms
64 bytes from 129.128.5.194: icmp_seq=1 ttl=238 time=159.756 ms
64 bytes from 129.128.5.194: icmp_seq=2 ttl=238 time=158.079 ms
--- openbsd.org ping statistics ---
3 packets transmitted, 3 packets received, 0.0% packet loss
round-trip min/avg/max/std-dev = 158.079/159.286/160.025/0.976 ms

Below you will find dmesg, sysctl -a and pfctl -all output for "idefix";
the squid-proxy uses OpenBSD-amd64-current as well
@192.168.178.23. Any additional information I can provide to investigate
further?

Any help is welcome - TIA.

Cheers,
STEFAN



OpenBSD 5.6-current (GENERIC.MP) #477: Sat Oct 25 03:06:04 MDT 2014
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 3203203072 (3054MB)
avail mem = 3109294080 (2965MB)
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.4 @ 0xe0010 (68 entries)
bios0: vendor LENOVO version "79ETC9WW (2.09 )" date 12/22/2006
bios0: LENOVO 2007VG2
acpi0 at bios0: rev 2
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP SSDT ECDT TCPA APIC MCFG HPET SLIC BOOT SSDT
SSDT SSDT SSDT
acpi0: wakeup devices LID_(S3) SLPB(S3) LURT(S3) DURT(S3) EXP0(S4)
EXP1(S4) EXP2(S4) EXP3(S4) PCI1(S4) USB0(S3) USB1(S3) USB2(S3) USB7(S3)
HDEF(S4)
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpiec0 at acpi0
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, 1994.70 MHz
cpu0:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,NXE,LONG,LAHF,PERF
cpu0: 4MB 64b/line 16-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 8 var ranges, 88 fixed ranges
cpu0: apic clock running at 166MHz
cpu1 at mainbus0: apid 1 (application processor)
cpu1: Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz, 1994.33 MHz
cpu1:
FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,CX16,xTPR,PDCM,NXE,LONG,LAHF,PERF
cpu1: 4MB 64b/line 16-way L2 cache
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 1 pa 0xfec00000, version 20, 24 pins
ioapic0: misconfigured as apic 2, remapped to apid 1
acpimcfg0 at acpi0 addr 0xf0000000, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus 1 (AGP_)
acpiprt2 at acpi0: bus 2 (EXP0)
acpiprt3 at acpi0: bus 3 (EXP1)
acpiprt4 at acpi0: bus 4 (EXP2)
acpiprt5 at acpi0: bus 12 (EXP3)
acpiprt6 at acpi0: bus 21 (PCI1)
acpicpu0 at acpi0: C3, C2, C1, PSS
acpicpu1 at acpi0: C3, C2, C1, PSS
acpipwrres0 at acpi0: PUBS, resource for USB0, USB2, USB7
acpitz0 at acpi0: critical temperature is 127 degC
acpitz1 at acpi0: critical temperature is 99 degC
acpibtn0 at acpi0: LID_
acpibtn1 at acpi0: SLPB
acpibat0 at acpi0: BAT0 model "92P1139" serial  2887 type LION oem
"Panasonic"
acpibat1 at acpi0: BAT1 not present
acpiac0 at acpi0: AC unit online
acpithinkpad0 at acpi0
acpidock0 at acpi0: GDCK not docked (0)
cpu0: Enhanced SpeedStep 1994 MHz: speeds: 2000, 1667, 1333, 1000 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel 82945GM Host" rev 0x03
ppb0 at pci0 dev 1 function 0 "Intel 82945GM PCIE" rev 0x03: msi
pci1 at ppb0 bus 1
radeondrm0 at pci1 dev 0 function 0 "ATI Radeon Mobility X1300 M52-64"
rev 0x00
drm0 at radeondrm0
radeondrm0: apic 1 int 16
azalia0 at pci0 dev 27 function 0 "Intel 82801GB HD Audio" rev 0x02: msi
azalia0: codecs: Analog Devices AD1981HD, Conexant/0x2bfa, using Analog
Devices AD1981HD
audio0 at azalia0
ppb1 at pci0 dev 28 function 0 "Intel 82801GB PCIE" rev 0x02: msi
pci2 at ppb1 bus 2
em0 at pci2 dev 0 function 0 "Intel 82573L" rev 0x00: msi, address
00:15:58:81:15:fb
ppb2 at pci0 dev 28 function 1 "Intel 82801GB PCIE" rev 0x02: msi
pci3 at ppb2 bus 3
wpi0 at pci3 dev 0 function 0 "Intel PRO/Wireless 3945ABG" rev 0x02:
msi, MoW2, address 00:19:d2:85:6f:4d
ppb3 at pci0 dev 28 function 2 "Intel 82801GB PCIE" rev 0x02: msi
pci4 at ppb3 bus 4
ppb4 at pci0 dev 28 function 3 "Intel 82801GB PCIE" rev 0x02: msi
pci5 at ppb4 bus 12
uhci0 at pci0 dev 29 function 0 "Intel 82801GB USB" rev 0x02: apic 1 int 16
uhci1 at pci0 dev 29 function 1 "Intel 82801GB USB" rev 0x02: apic 1 int 17
uhci2 at pci0 dev 29 function 2 "Intel 82801GB USB" rev 0x02: apic 1 int 18
uhci3 at pci0 dev 29 function 3 "Intel 82801GB USB" rev 0x02: apic 1 int 19
ehci0 at pci0 dev 29 function 7 "Intel 82801GB USB" rev 0x02: apic 1 int 19
usb0 at ehci0: USB revision 2.0
uhub0 at usb0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
ppb5 at pci0 dev 30 function 0 "Intel 82801BAM Hub-to-PCI" rev 0xe2
pci6 at ppb5 bus 21
cbb0 at pci6 dev 0 function 0 "TI PCI1510 CardBus" rev 0x00: apic 1 int 16
cardslot0 at cbb0 slot 0 flags 0
cardbus0 at cardslot0: bus 22 device 0 cacheline 0x8, lattimer 0xb0
pcmcia0 at cardslot0
pcib0 at pci0 dev 31 function 0 "Intel 82801GBM LPC" rev 0x02
pciide0 at pci0 dev 31 function 1 "Intel 82801GB IDE" rev 0x02: DMA,
channel 0 configured to compatibility, channel 1 configured to compatibility
wd0 at pciide0 channel 0 drive 0: <TOSHIBA MK6459GSXP>
wd0: 16-sector PIO, LBA48, 610480MB, 1250263728 sectors
wd0(pciide0:0:0): using PIO mode 4, Ultra-DMA mode 5
pciide0: channel 1 ignored (disabled)
ahci0 at pci0 dev 31 function 2 "Intel 82801GBM AHCI" rev 0x02: msi,
AHCI 1.1
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, Samsung SSD 840, DXM0> SCSI3
0/direct fixed naa.50025385a020da12
sd0: 488386MB, 512 bytes/sector, 1000215216 sectors, thin
ichiic0 at pci0 dev 31 function 3 "Intel 82801GB SMBus" rev 0x02: apic 1
int 23
iic0 at ichiic0
usb1 at uhci0: USB revision 1.0
uhub1 at usb1 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb2 at uhci1: USB revision 1.0
uhub2 at usb2 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb3 at uhci2: USB revision 1.0
uhub3 at usb3 "Intel UHCI root hub" rev 1.00/1.00 addr 1
usb4 at uhci3: USB revision 1.0
uhub4 at usb4 "Intel UHCI root hub" rev 1.00/1.00 addr 1
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5
pckbd0 at pckbc0 (kbd slot)
pckbc0: using irq 1 for kbd slot
wskbd0 at pckbd0: console keyboard
pms0 at pckbc0 (aux slot)
pckbc0: using irq 12 for aux slot
wsmouse0 at pms0 mux 0
wsmouse1 at pms0 mux 0
pms0: Synaptics touchpad, firmware 6.2
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
aps0 at isa0 port 0x1600/31
uhidev0 at uhub1 port 1 configuration 1 interface 0 "Logitech USB
Receiver" rev 2.00/12.01 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd1 at ukbd0 mux 1
uhidev1 at uhub1 port 1 configuration 1 interface 1 "Logitech USB
Receiver" rev 2.00/12.01 addr 2
uhidev1: iclass 3/1, 8 report ids
ums0 at uhidev1 reportid 2: 16 buttons, Z dir
wsmouse2 at ums0 mux 0
uhid0 at uhidev1 reportid 3: input=4, output=0, feature=0
uhid1 at uhidev1 reportid 4: input=1, output=0, feature=0
uhid2 at uhidev1 reportid 8: input=1, output=0, feature=0
uhidev2 at uhub1 port 1 configuration 1 interface 2 "Logitech USB
Receiver" rev 2.00/12.01 addr 2
uhidev2: iclass 3/0, 33 report ids
uhid3 at uhidev2 reportid 16: input=6, output=6, feature=0
uhid4 at uhidev2 reportid 17: input=19, output=19, feature=0
uhid5 at uhidev2 reportid 32: input=14, output=14, feature=0
uhid6 at uhidev2 reportid 33: input=31, output=31, feature=0
uhidev3 at uhub1 port 2 configuration 1 interface 0 "Logitech USB-PS/2
Optical Mouse" rev 2.00/11.10 addr 3
uhidev3: iclass 3/1
ums1 at uhidev3: 3 buttons, Z dir
wsmouse3 at ums1 mux 0
vscsi0 at root
scsibus2 at vscsi0: 256 targets
softraid0 at root
scsibus3 at softraid0: 256 targets
root on sd0a (84a682c877cee9a9.a) swap on sd0b dump on sd0b
drm: initializing kernel modesetting (RV515 0x1002:0x7149 0x17AA:0x2005).
radeondrm0: VRAM: 128M 0x0000000000000000 - 0x0000000007FFFFFF (64M used)
radeondrm0: GTT: 512M 0x0000000008000000 - 0x0000000027FFFFFF
drm: PCIE GART of 512M enabled (table at 0x0000000000040000).
radeondrm0: 1400x1050
wsdisplay0 at radeondrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)




kern.ostype=OpenBSD
kern.osrelease=5.6
kern.osrevision=201411
kern.version=OpenBSD 5.6-current (GENERIC.MP) #477: Sat Oct 25 03:06:04
MDT 2014
    dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP

kern.maxvnodes=38034
kern.maxproc=1310
kern.maxfiles=20000
kern.argmax=262144
kern.securelevel=1
kern.hostname=idefix.fritz.box
kern.hostid=0
kern.clockrate=tick = 10000, tickadj = 40, hz = 100, profhz = 100,
stathz = 100
kern.posix1version=199009
kern.ngroups=16
kern.job_control=1
kern.saved_ids=1
kern.boottime=Sat Oct 25 23:28:16 2014
kern.domainname=
kern.maxpartitions=16
kern.rawpartition=2
kern.maxthread=1950
kern.nthreads=188
kern.osversion=GENERIC.MP#477
kern.somaxconn=128
kern.sominconn=80
kern.usermount=0
kern.random=tot: 3621018 used: 0 read: 2685409 stirs: 7 enqs: 615233
deqs: 27431 drops: 78453 ledrops: 303968 ed: 27145 21608 23498 38103
65998 102534 103860 104085 34403 19174 37136 10527 9268 4871 5994 1656
2796 912 918 436 180 72 24 13 11 2 2 2 1 0 4 0 sc: 0 42 11942 956 467516
79477 55300 0 sb: 0 0 130631 12422 2606935 663606 207533 0
kern.nosuidcoredump=1
kern.fsync=1
kern.sysvmsg=1
kern.sysvsem=1
kern.sysvshm=1
kern.arandom=1098482525
kern.msgbufsize=65496
kern.malloc.buckets=16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144,524288
kern.malloc.bucket.16=(calls = 939703 total_allocated = 48640 total_free
= 470 elements = 256 high watermark = 1280 could_free = 0)
kern.malloc.bucket.32=(calls = 656788 total_allocated = 10624 total_free
= 1646 elements = 128 high watermark = 640 could_free = 18)
kern.malloc.bucket.64=(calls = 779830 total_allocated = 6400 total_free
= 1570 elements = 64 high watermark = 320 could_free = 455)
kern.malloc.bucket.128=(calls = 1023796 total_allocated = 11520
total_free = 664 elements = 32 high watermark = 160 could_free = 606)
kern.malloc.bucket.256=(calls = 200317 total_allocated = 5520 total_free
= 97 elements = 16 high watermark = 80 could_free = 959)
kern.malloc.bucket.512=(calls = 51256 total_allocated = 1920 total_free
= 25 elements = 8 high watermark = 40 could_free = 1524)
kern.malloc.bucket.1024=(calls = 43636 total_allocated = 2964 total_free
= 908 elements = 4 high watermark = 20 could_free = 15463)
kern.malloc.bucket.2048=(calls = 16948 total_allocated = 374 total_free
= 4 elements = 2 high watermark = 10 could_free = 2430)
kern.malloc.bucket.4096=(calls = 71076 total_allocated = 818 total_free
= 21 elements = 1 high watermark = 5 could_free = 53207)
kern.malloc.bucket.8192=(calls = 2428 total_allocated = 38 total_free =
9 elements = 1 high watermark = 5 could_free = 709)
kern.malloc.bucket.16384=(calls = 922 total_allocated = 7 total_free = 0
elements = 1 high watermark = 5 could_free = 0)
kern.malloc.bucket.32768=(calls = 494 total_allocated = 14 total_free =
0 elements = 1 high watermark = 5 could_free = 0)
kern.malloc.bucket.65536=(calls = 185907 total_allocated = 3 total_free
= 0 elements = 1 high watermark = 5 could_free = 0)
kern.malloc.bucket.131072=(calls = 7 total_allocated = 7 total_free = 0
elements = 1 high watermark = 5 could_free = 0)
kern.malloc.bucket.262144=(calls = 3 total_allocated = 1 total_free = 0
elements = 1 high watermark = 5 could_free = 0)
kern.malloc.bucket.524288=(calls = 2 total_allocated = 2 total_free = 0
elements = 1 high watermark = 5 could_free = 0)
kern.malloc.kmemnames=free,,devbuf,debug,pcb,routetbl,,fragtbl,,ifaddr,soopts,sysctl,,,ioctlops,,,,,iov,mount,,NFS_req,NFS_mount,,vnodes,namecache,UFS_quota,UFS_mount,shm,VM_map,sem,dirhash,ACPI,VM_pmap,,,,file,file_desc,,proc,subproc,VFS_cluster,,,MFS_node,,,Export_Host,NFS_srvsock,,NFS_daemon,ip_moptions,in_multi,ether_multi,mrt,ISOFS_mount,ISOFS_node,MSDOSFS_mount,MSDOSFS_fat,MSDOSFS_node,ttys,exec,miscfs_mount,fusefs_mount,,,,,,,,,pfkey_data,tdb,xform_data,,pagedep,inodedep,newblk,,,indirdep,,,,,,,,,VM_swap,,,,,,UVM_amap,UVM_aobj,,USB,USB_device,USB_HC,,memdesc,,,crypto_data,,IPsec_creds,,,,emuldata,,,,,,,,,ip6_options,NDP,,,temp,NTFS_mount,NTFS_node,NTFS_fnode,NTFS_dir,NTFS_hash,NTFS_attr,NTFS_data,NTFS_decomp,NTFS_vrun,kqueue,,bwmeter,UDF_mount,UDF_file_entry,UDF_file_id,,AGP_Memory,DRM
kern.malloc.kmemstat.free=(inuse = 0, calls = 0, memuse = 0K, limblocks
= 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0, sizes = (none))
kern.malloc.kmemstat.devbuf=(inuse = 3340, calls = 112956, memuse =
3883K, limblocks = 0, mapblocks = 0, maxused = 3964K, limit = 78644K,
spare = 0, sizes =
(16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,131072,262144))
kern.malloc.kmemstat.debug=(inuse = 0, calls = 0, memuse = 0K, limblocks
= 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0, sizes = (none))
kern.malloc.kmemstat.pcb=(inuse = 142, calls = 1002, memuse = 27K,
limblocks = 0, mapblocks = 0, maxused = 28K, limit = 78644K, spare = 0,
sizes = (16,32,128,1024,2048))
kern.malloc.kmemstat.routetbl=(inuse = 78, calls = 12301, memuse = 13K,
limblocks = 0, mapblocks = 0, maxused = 13K, limit = 78644K, spare = 0,
sizes = (16,32,64,128,256))
kern.malloc.kmemstat.fragtbl=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.ifaddr=(inuse = 132, calls = 133, memuse = 18K,
limblocks = 0, mapblocks = 0, maxused = 18K, limit = 78644K, spare = 0,
sizes = (32,64,128,256,512,4096))
kern.malloc.kmemstat.soopts=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.sysctl=(inuse = 3, calls = 3, memuse = 2K,
limblocks = 0, mapblocks = 0, maxused = 2K, limit = 78644K, spare = 0,
sizes = (64,256,1024))
kern.malloc.kmemstat.ioctlops=(inuse = 0, calls = 1846, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 4K, limit = 78644K, spare = 0,
sizes = (256,512,1024,2048,4096))
kern.malloc.kmemstat.iov=(inuse = 0, calls = 2, memuse = 0K, limblocks =
0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0, sizes = (512))
kern.malloc.kmemstat.mount=(inuse = 6, calls = 6, memuse = 6K, limblocks
= 0, mapblocks = 0, maxused = 6K, limit = 78644K, spare = 0, sizes = (1024))
kern.malloc.kmemstat.NFS_req=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NFS_mount=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.vnodes=(inuse = 52, calls = 1226, memuse = 4K,
limblocks = 0, mapblocks = 0, maxused = 73K, limit = 78644K, spare = 0,
sizes = (64,256))
kern.malloc.kmemstat.namecache=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.UFS_quota=(inuse = 1, calls = 1, memuse = 32K,
limblocks = 0, mapblocks = 0, maxused = 32K, limit = 78644K, spare = 0,
sizes = (32768))
kern.malloc.kmemstat.UFS_mount=(inuse = 25, calls = 25, memuse = 83K,
limblocks = 0, mapblocks = 0, maxused = 83K, limit = 78644K, spare = 0,
sizes = (32,64,256,512,2048,4096,8192,32768))
kern.malloc.kmemstat.shm=(inuse = 9, calls = 21, memuse = 30K, limblocks
= 0, mapblocks = 0, maxused = 34K, limit = 78644K, spare = 0, sizes =
(256,1024,4096))
kern.malloc.kmemstat.VM_map=(inuse = 2, calls = 2, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (256))
kern.malloc.kmemstat.sem=(inuse = 2, calls = 2, memuse = 1K, limblocks =
0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0, sizes = (32,128))
kern.malloc.kmemstat.dirhash=(inuse = 192, calls = 1077, memuse = 39K,
limblocks = 0, mapblocks = 0, maxused = 102K, limit = 78644K, spare = 0,
sizes = (16,32,64,128,256,512))
kern.malloc.kmemstat.ACPI=(inuse = 4720, calls = 56674, memuse = 565K,
limblocks = 0, mapblocks = 0, maxused = 569K, limit = 78644K, spare = 0,
sizes = (16,32,64,128,256,512,2048))
kern.malloc.kmemstat.VM_pmap=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.file=(inuse = 0, calls = 143, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (1024))
kern.malloc.kmemstat.file_desc=(inuse = 25, calls = 46, memuse = 39K,
limblocks = 0, mapblocks = 0, maxused = 41K, limit = 78644K, spare = 0,
sizes = (16,256,512,1024,2048,4096,8192,16384))
kern.malloc.kmemstat.proc=(inuse = 17, calls = 17, memuse = 10K,
limblocks = 0, mapblocks = 0, maxused = 10K, limit = 78644K, spare = 0,
sizes = (64,1024,4096))
kern.malloc.kmemstat.subproc=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.VFS_cluster=(inuse = 0, calls = 37, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (64))
kern.malloc.kmemstat.MFS_node=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.Export_Host=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NFS_srvsock=(inuse = 1, calls = 1, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (128))
kern.malloc.kmemstat.NFS_daemon=(inuse = 1, calls = 1, memuse = 16K,
limblocks = 0, mapblocks = 0, maxused = 16K, limit = 78644K, spare = 0,
sizes = (16384))
kern.malloc.kmemstat.ip_moptions=(inuse = 2, calls = 2, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (32,128))
kern.malloc.kmemstat.in_multi=(inuse = 15, calls = 15, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (32,64,128))
kern.malloc.kmemstat.ether_multi=(inuse = 6, calls = 6, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (64))
kern.malloc.kmemstat.mrt=(inuse = 0, calls = 0, memuse = 0K, limblocks =
0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0, sizes = (none))
kern.malloc.kmemstat.ISOFS_mount=(inuse = 1, calls = 1, memuse = 32K,
limblocks = 0, mapblocks = 0, maxused = 32K, limit = 78644K, spare = 0,
sizes = (32768))
kern.malloc.kmemstat.ISOFS_node=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.MSDOSFS_mount=(inuse = 1, calls = 1, memuse = 16K,
limblocks = 0, mapblocks = 0, maxused = 16K, limit = 78644K, spare = 0,
sizes = (16384))
kern.malloc.kmemstat.MSDOSFS_fat=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.MSDOSFS_node=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.ttys=(inuse = 408, calls = 408, memuse = 255K,
limblocks = 0, mapblocks = 0, maxused = 255K, limit = 78644K, spare = 0,
sizes = (128,512,1024))
kern.malloc.kmemstat.exec=(inuse = 0, calls = 2272, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 4K, limit = 78644K, spare = 0,
sizes = (16,32,256,1024))
kern.malloc.kmemstat.miscfs_mount=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.fusefs_mount=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.pfkey_data=(inuse = 1, calls = 2, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (128))
kern.malloc.kmemstat.tdb=(inuse = 0, calls = 0, memuse = 0K, limblocks =
0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0, sizes = (none))
kern.malloc.kmemstat.xform_data=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.pagedep=(inuse = 1, calls = 1, memuse = 8K,
limblocks = 0, mapblocks = 0, maxused = 8K, limit = 78644K, spare = 0,
sizes = (8192))
kern.malloc.kmemstat.inodedep=(inuse = 1, calls = 1, memuse = 32K,
limblocks = 0, mapblocks = 0, maxused = 32K, limit = 78644K, spare = 0,
sizes = (32768))
kern.malloc.kmemstat.newblk=(inuse = 1, calls = 1, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (512))
kern.malloc.kmemstat.indirdep=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.VM_swap=(inuse = 7, calls = 7, memuse = 75K,
limblocks = 0, mapblocks = 0, maxused = 75K, limit = 78644K, spare = 0,
sizes = (64,128,2048,32768,65536))
kern.malloc.kmemstat.UVM_amap=(inuse = 69011, calls = 551384, memuse =
6642K, limblocks = 0, mapblocks = 0, maxused = 6658K, limit = 78644K,
spare = 0, sizes = (16,32,64,128,256,512,1024,2048,4096))
kern.malloc.kmemstat.UVM_aobj=(inuse = 707, calls = 312419, memuse =
30K, limblocks = 0, mapblocks = 0, maxused = 41K, limit = 78644K, spare
= 0, sizes = (16,32,64,128,256,512,1024,2048))
kern.malloc.kmemstat.USB=(inuse = 84, calls = 90, memuse = 19K,
limblocks = 0, mapblocks = 0, maxused = 19K, limit = 78644K, spare = 0,
sizes = (16,32,64,128,256,8192))
kern.malloc.kmemstat.USB_device=(inuse = 27, calls = 31, memuse = 3K,
limblocks = 0, mapblocks = 0, maxused = 3K, limit = 78644K, spare = 0,
sizes = (16,32,64,128,256,512))
kern.malloc.kmemstat.USB_HC=(inuse = 3, calls = 7, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (128,512))
kern.malloc.kmemstat.memdesc=(inuse = 1, calls = 1, memuse = 4K,
limblocks = 0, mapblocks = 0, maxused = 4K, limit = 78644K, spare = 0,
sizes = (4096))
kern.malloc.kmemstat.crypto_data=(inuse = 1, calls = 1, memuse = 1K,
limblocks = 0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0,
sizes = (1024))
kern.malloc.kmemstat.IPsec_creds=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.emuldata=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.ip6_options=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NDP=(inuse = 7, calls = 7, memuse = 1K, limblocks =
0, mapblocks = 0, maxused = 1K, limit = 78644K, spare = 0, sizes = (64,256))
kern.malloc.kmemstat.temp=(inuse = 96, calls = 961232, memuse = 63K,
limblocks = 0, mapblocks = 0, maxused = 224K, limit = 78644K, spare = 0,
sizes = (16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536))
kern.malloc.kmemstat.NTFS_mount=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_node=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_fnode=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_dir=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_hash=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_attr=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_data=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_decomp=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.NTFS_vrun=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.kqueue=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.bwmeter=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.UDF_mount=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.UDF_file_entry=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.UDF_file_id=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.AGP_Memory=(inuse = 0, calls = 0, memuse = 0K,
limblocks = 0, mapblocks = 0, maxused = 0K, limit = 78644K, spare = 0,
sizes = (none))
kern.malloc.kmemstat.DRM=(inuse = 4310, calls = 1957703, memuse = 2844K,
limblocks = 0, mapblocks = 0, maxused = 3014K, limit = 78644K, spare =
0, sizes =
(16,32,64,128,256,512,1024,2048,4096,8192,16384,32768,65536,262144,524288))
kern.cp_time=19221,0,13524,1052,104197
kern.nchstats.good_hits=5436631
kern.nchstats.negative_hits=195777
kern.nchstats.bad_hits=162535
kern.nchstats.false_hits=2363
kern.nchstats.misses=1316621
kern.nchstats.long_names=78815
kern.nchstats.pass2=22287
kern.nchstats.2passes=26073
kern.nchstats.ncs_revhits=9736
kern.nchstats.ncs_revmiss=534
kern.nchstats.ncs_dothits=0
kern.nchstats.nch_dotdothits=0
kern.forkstat.forks=2310
kern.forkstat.vforks=5
kern.forkstat.tforks=423
kern.forkstat.kthreads=18
kern.forkstat.fork_pages=1388269
kern.forkstat.vfork_pages=3057
kern.forkstat.tfork_pages=0
kern.forkstat.kthread_pages=0
kern.nselcoll=19372
kern.tty.tk_nin=1061
kern.tty.tk_nout=45522729
kern.tty.tk_rawcc=1003
kern.tty.tk_cancc=58
kern.tty.maxptys=992
kern.tty.nptys=64
kern.ccpu=1948
kern.fscale=2048
kern.nprocs=100
kern.stackgap_random=262144
kern.splassert=1
kern.nfiles=1820
kern.ttycount=68
kern.numvnodes=38546
kern.seminfo.semmni=10
kern.seminfo.semmns=60
kern.seminfo.semmnu=30
kern.seminfo.semmsl=60
kern.seminfo.semopm=100
kern.seminfo.semume=10
kern.seminfo.semusz=112
kern.seminfo.semvmx=32767
kern.seminfo.semaem=16384
kern.shminfo.shmmax=33554432
kern.shminfo.shmmin=1
kern.shminfo.shmmni=128
kern.shminfo.shmseg=128
kern.shminfo.shmall=51200
kern.emul.nemuls=0
kern.maxclusters=6144
kern.timecounter.tick=1
kern.timecounter.timestepwarnings=0
kern.timecounter.hardware=acpihpet0
kern.timecounter.choice=i8254(0) acpihpet0(1000) acpitimer0(1000)
dummy(-1000000)
kern.maxlocksperuid=1024
kern.bufcachepercent=20
kern.consdev=ttyC0
kern.netlivelocks=215
kern.pool_debug=1
vm.loadavg=1.39 1.49 1.48
vm.psstrings=0x7f7fffffbfe0
vm.swapencrypt.enable=1
vm.swapencrypt.keyscreated=0
vm.swapencrypt.keysdeleted=0
vm.nkmempages=32768
vm.anonmin=10
vm.vtextmin=5
vm.vnodemin=10
fs.posix.setuid=1
net.inet.ip.forwarding=1
net.inet.ip.redirect=1
net.inet.ip.ttl=64
net.inet.ip.sourceroute=0
net.inet.ip.directed-broadcast=0
net.inet.ip.portfirst=1024
net.inet.ip.portlast=49151
net.inet.ip.porthifirst=49152
net.inet.ip.porthilast=65535
net.inet.ip.maxqueue=300
net.inet.ip.encdebug=0
net.inet.ip.ipsec-expire-acquire=30
net.inet.ip.ipsec-invalid-life=60
net.inet.ip.ipsec-pfs=1
net.inet.ip.ipsec-soft-allocs=0
net.inet.ip.ipsec-allocs=0
net.inet.ip.ipsec-soft-bytes=0
net.inet.ip.ipsec-bytes=0
net.inet.ip.ipsec-timeout=86400
net.inet.ip.ipsec-soft-timeout=80000
net.inet.ip.ipsec-soft-firstuse=3600
net.inet.ip.ipsec-firstuse=7200
net.inet.ip.ipsec-enc-alg=aes
net.inet.ip.ipsec-auth-alg=hmac-sha1
net.inet.ip.mtudisc=1
net.inet.ip.mtudisctimeout=600
net.inet.ip.ipsec-comp-alg=deflate
net.inet.ip.ifq.len=0
net.inet.ip.ifq.maxlen=256
net.inet.ip.ifq.drops=0
net.inet.ip.mforwarding=1
net.inet.ip.multipath=0
net.inet.ip.mrtproto=19
net.inet.ip.arpqueued=0
net.inet.icmp.maskrepl=0
net.inet.icmp.bmcastecho=0
net.inet.icmp.errppslimit=100
net.inet.icmp.rediraccept=0
net.inet.icmp.redirtimeout=600
net.inet.icmp.tstamprepl=1
net.inet.ipip.allow=0
net.inet.tcp.rfc1323=1
net.inet.tcp.keepinittime=150
net.inet.tcp.keepidle=14400
net.inet.tcp.keepintvl=150
net.inet.tcp.slowhz=2
net.inet.tcp.baddynamic=749,750,751,760,761,871
net.inet.tcp.sack=1
net.inet.tcp.mssdflt=512
net.inet.tcp.rstppslimit=100
net.inet.tcp.ackonpush=0
net.inet.tcp.ecn=0
net.inet.tcp.syncachelimit=10255
net.inet.tcp.synbucketlimit=105
net.inet.tcp.rfc3390=2
net.inet.tcp.reasslimit=3072
net.inet.tcp.sackholelimit=32768
net.inet.tcp.always_keepalive=1
net.inet.udp.checksum=1
net.inet.udp.baddynamic=749,750,751,760,761,871,1024,1025,1026,1027,1028,1029,1030,1031,1032,1033,1034,1035,1036,1037,1038,1039,1040,1041,1042,1043,1044,1045,1046,1047,1048,1049,1050,1051,1052,1053,1054,1055,1056,1057,1058,1059,1060,1061,1062,1063,1064,1065,1066,1067,1068,1069,1070,1071,1072,1073,1074,1075,1076,1077,1078,1079,1080,1081,1082,1083,1084,1085,1086,1087,1088,1089,1090,1091,1092,1093,1094,1095,1096,1097,1098,1099,1100,1101,1102,1103,1104,1105,1106,1107,1108,1109,1110,1111,1112,1113,1114,1115,1116,1117,1118,1119,1120,1121,1122,1123,1124,1125,1126,1127,1128,1129,1130,1131,1132,1133,1134,1135,1136,1137,1138,1139,1140,1141,1142,1143,1144,1145,1146,1147,1148,1149,1150,1151,1152,1153,1154,1155,1156,1157,1158,1159,1160,1161,1162,1163,1164,1165,1166,1167,1168,1169,1170,1171,1172,1173,1174,1175,1176,1177,1178,1179,1180,1181,1182,1183,1184,1185,1186,1187,1188,1189,1190,1191,1192,1193,1194,1195,1196,1197,1198,1199,1200,1201,1202,1203,1204,1205,1206,1207,1208,1209,1210,1211,1!
 212,1213,1
214,1215,1216,1217,1218,1219,1220,1221,1222,1223,1224,1225,1226,1227,1228,1229,1230,1231,1232,1233,1234,1235,1236,1237,1238,1239,1240,1241,1242,1243,1244,1245,1246,1247,1248,1249,1250,1251,1252,1253,1254,1255,1256,1257,1258,1259,1260,1261,1262,1263,1264,1265,1266,1267,1268,1269,1270,1271,1272,1273,1274,1275,1276,1277,1278,1279,1280,1281,1282,1283,1284,1285,1286,1287,1288,1289,1290,1291,1292,1293,1294,1295,1296,1297,1298,1299,1300,1301,1302,1303,1304,1305,1306,1307,1308,1309,1310,1311,1312,1313,1314,1315,1316,1317,1318,1319,1320,1321,1322,1323,1324,1325,1326,1327,1328,1329,1330,1331,1332,1333,1334,1335,1336,1337,1338,1339,1340,1341,1342,1343,1344,1345,1346,1347,1348,1349,1350,1351,1352,1353,1354,1355,1356,1357,1358,1359,1360,1361,1362,1363,1364,1365,1366,1367,1368,1369,1370,1371,1372,1373,1374,1375,1376,1377,1378,1379,1380,1381,1382,1383,1384,1385,1386,1387,1388,1389,1390,1391,1392,1393,1394,1395,1396,1397,1398,1399,1400,1401,1402,1403,1404,1405,1406,1407,1408,1409,1410,1411,!
 1412,1413,
1414,1415,1416,1417,1418,1419,1420,1421,1422,1423,1424,1425,1426,1427,1428,1429,1430,1431,1432,1433,1434,1435,1436,1437,1438,1439,1440,1441,1442,1443,1444,1445,1446,1447,1448,1449,1450,1451,1452,1453,1454,1455,1456,1457,1458,1459,1460,1461,1462,1463,1464,1465,1466,1467,1468,1469,1470,1471,1472,1473,1474,1475,1476,1477,1478,1479,1480,1481,1482,1483,1484,1485,1486,1487,1488,1489,1490,1491,1492,1493,1494,1495,1496,1497,1498,1499,1500,1501,1502,1503,1504,1505,1506,1507,1508,1509,1510,1511,1512,1513,1514,1515,1516,1517,1518,1519,1520,1521,1522,1523,1524,1525,1526,1527,1528,1529,1530,1531,1532,1533,1534,1535,1536,1537,1538,1539,1540,1541,1542,1543,1544,1545,1546,1547,1548,1549,1550,1551,1552,1553,1554,1555,1556,1557,1558,1559,1560,1561,1562,1563,1564,1565,1566,1567,1568,1569,1570,1571,1572,1573,1574,1575,1576,1577,1578,1579,1580,1581,1582,1583,1584,1585,1586,1587,1588,1589,1590,1591,1592,1593,1594,1595,1596,1597,1598,1599,1600,1601,1602,1603,1604,1605,1606,1607,1608,1609,1610,1611!
 ,1612,1613
,1614,1615,1616,1617,1618,1619,1620,1621,1622,1623,1624,1625,1626,1627,1628,1629,1630,1631,1632,1633,1634,1635,1636,1637,1638,1639,1640,1641,1642,1643,1644,1645,1646,1647,1648,1649,1650,1651,1652,1653,1654,1655,1656,1657,1658,1659,1660,1661,1662,1663,1664,1665,1666,1667,1668,1669,1670,1671,1672,1673,1674,1675,1676,1677,1678,1679,1680,1681,1682,1683,1684,1685,1686,1687,1688,1689,1690,1691,1692,1693,1694,1695,1696,1697,1698,1699,1700,1701,1702,1703,1704,1705,1706,1707,1708,1709,1710,1711,1712,1713,1714,1715,1716,1717,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1732,1733,1734,1735,1736,1737,1738,1739,1740,1741,1742,1743,1744,1745,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1757,1758,1759,1760,1761,1762,1763,1764,1765,1766,1767,1768,1769,1770,1771,1772,1773,1774,1775,1776,1777,1778,1779,1780,1781,1782,1783,1784,1785,1786,1787,1788,1789,1790,1791,1792,1793,1794,1795,1796,1797,1798,1799,1800,1801,1802,1803,1804,1805,1806,1807,1808,1809,1810,181!
 1,1812,181
3,1814,1815,1816,1817,1818,1819,1820,1821,1822,1823,1824,1825,1826,1827,1828,1829,1830,1831,1832,1833,1834,1835,1836,1837,1838,1839,1840,1841,1842,1843,1844,1845,1846,1847,1848,1849,1850,1851,1852,1853,1854,1855,1856,1857,1858,1859,1860,1861,1862,1863,1864,1865,1866,1867,1868,1869,1870,1871,1872,1873,1874,1875,1876,1877,1878,1879,1880,1881,1882,1883,1884,1885,1886,1887,1888,1889,1890,1891,1892,1893,1894,1895,1896,1897,1898,1899,1900,1901,1902,1903,1904,1905,1906,1907,1908,1909,1910,1911,1912,1913,1914,1915,1916,1917,1918,1919,1920,1921,1922,1923,1924,1925,1926,1927,1928,1929,1930,1931,1932,1933,1934,1935,1936,1937,1938,1939,1940,1941,1942,1943,1944,1945,1946,1947,1948,1949,1950,1951,1952,1953,1954,1955,1956,1957,1958,1959,1960,1961,1962,1963,1964,1965,1966,1967,1968,1969,1970,1971,1972,1973,1974,1975,1976,1977,1978,1979,1980,1981,1982,1983,1984,1985,1986,1987,1988,1989,1990,1991,1992,1993,1994,1995,1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,20!
 11,2012,20
13,2014,2015,2016,2017,2018,2019,2020,2021,2022,2023,2024,2025,2026,2027,2028,2029,2030,2031,2032,2033,2034,2035,2036,2037,2038,2039,2040,2041,2042,2043,2044,2045,2046,2047,2048
net.inet.udp.recvspace=41600
net.inet.udp.sendspace=9216
net.inet.gre.allow=0
net.inet.gre.wccp=0
net.inet.esp.enable=1
net.inet.esp.udpencap=1
net.inet.esp.udpencap_port=4500
net.inet.ah.enable=1
net.inet.mobileip.allow=0
net.inet.etherip.allow=0
net.inet.ipcomp.enable=0
net.inet.carp.allow=1
net.inet.carp.preempt=0
net.inet.carp.log=2
net.inet.divert.recvspace=65636
net.inet.divert.sendspace=65636
net.inet6.ip6.forwarding=0
net.inet6.ip6.redirect=1
net.inet6.ip6.hlim=64
net.inet6.ip6.mrtproto=103
net.inet6.ip6.maxfragpackets=200
net.inet6.ip6.log_interval=5
net.inet6.ip6.hdrnestlimit=10
net.inet6.ip6.dad_count=1
net.inet6.ip6.auto_flowlabel=1
net.inet6.ip6.defmcasthlim=1
net.inet6.ip6.use_deprecated=1
net.inet6.ip6.rr_prune=5
net.inet6.ip6.v6only=1
net.inet6.ip6.maxfrags=200
net.inet6.ip6.mforwarding=0
net.inet6.ip6.multipath=0
net.inet6.ip6.multicast_mtudisc=0
net.inet6.ip6.neighborgcthresh=2048
net.inet6.ip6.maxifprefixes=16
net.inet6.ip6.maxifdefrouters=16
net.inet6.ip6.maxdynroutes=4096
net.inet6.ip6.dad_pending=0
net.inet6.ip6.mtudisctimeout=600
net.inet6.icmp6.redirtimeout=600
net.inet6.icmp6.nd6_prune=1
net.inet6.icmp6.nd6_delay=5
net.inet6.icmp6.nd6_umaxtries=3
net.inet6.icmp6.nd6_mmaxtries=3
net.inet6.icmp6.errppslimit=100
net.inet6.icmp6.nd6_maxnudhint=0
net.inet6.icmp6.mtudisc_hiwat=1280
net.inet6.icmp6.mtudisc_lowat=256
net.inet6.icmp6.nd6_debug=0
net.inet6.divert.recvspace=65636
net.inet6.divert.sendspace=65636
net.bpf.bufsize=32768
net.bpf.maxbufsize=2097152
net.mpls.ttl=255
net.mpls.ifq.len=0
net.mpls.ifq.maxlen=256
net.mpls.ifq.drops=0
net.mpls.maxloop_inkernel=16
net.mpls.mapttl_ip=1
net.mpls.mapttl_ip6=0
net.pipex.enable=0
net.pipex.inq.len=0
net.pipex.inq.maxlen=256
net.pipex.inq.drops=0
net.pipex.outq.len=0
net.pipex.outq.maxlen=256
net.pipex.outq.drops=0
hw.machine=amd64
hw.model=Intel(R) Core(TM)2 CPU T7200 @ 2.00GHz
hw.ncpu=2
hw.byteorder=1234
hw.pagesize=4096
hw.disknames=wd0:f77076223ff7a856,sd0:84a682c877cee9a9
hw.diskcount=2
hw.sensors.cpu0.temp0=55.00 degC
hw.sensors.cpu1.temp0=55.00 degC
hw.sensors.acpitz0.temp0=56.00 degC (zone temperature)
hw.sensors.acpitz1.temp0=56.00 degC (zone temperature)
hw.sensors.acpibtn0.indicator0=On (lid open)
hw.sensors.acpibat0.volt0=10.80 VDC (voltage)
hw.sensors.acpibat0.volt1=12.49 VDC (current voltage)
hw.sensors.acpibat0.power0=0.00 W (rate)
hw.sensors.acpibat0.watthour0=49.52 Wh (last full capacity)
hw.sensors.acpibat0.watthour1=2.48 Wh (warning capacity)
hw.sensors.acpibat0.watthour2=0.20 Wh (low capacity)
hw.sensors.acpibat0.watthour3=49.52 Wh (remaining capacity), OK
hw.sensors.acpibat0.watthour4=56.16 Wh (design capacity)
hw.sensors.acpibat0.raw0=0 (battery full), OK
hw.sensors.acpiac0.indicator0=On (power supply)
hw.sensors.acpithinkpad0.temp0=56.00 degC
hw.sensors.acpithinkpad0.temp1=39.00 degC
hw.sensors.acpithinkpad0.temp2=37.00 degC
hw.sensors.acpithinkpad0.temp3=54.00 degC
hw.sensors.acpithinkpad0.temp4=50.00 degC
hw.sensors.acpithinkpad0.temp6=27.00 degC
hw.sensors.acpithinkpad0.fan0=3459 RPM
hw.sensors.acpidock0.indicator0=Off (not docked), UNKNOWN
hw.sensors.aps0.temp0=39.00 degC
hw.sensors.aps0.temp1=39.00 degC
hw.sensors.aps0.indicator0=Off (Keyboard Active)
hw.sensors.aps0.indicator1=Off (Mouse Active)
hw.sensors.aps0.indicator2=On (Lid Open)
hw.sensors.aps0.raw0=503 (X_ACCEL)
hw.sensors.aps0.raw1=560 (Y_ACCEL)
hw.sensors.aps0.raw2=503 (X_VAR)
hw.sensors.aps0.raw3=560 (Y_VAR)
hw.cpuspeed=1000
hw.setperf=0
hw.vendor=LENOVO
hw.product=2007VG2
hw.version=ThinkPad T60
hw.serialno=L39D36X
hw.uuid=af5fd481-49c1-11cb-92a2-9b912633512f
hw.physmem=3203203072
hw.usermem=3203186688
hw.ncpufound=2
hw.allowpowerdown=1
hw.perfpolicy=auto
machdep.console_device=ttyC0
machdep.bios.diskinfo.128=bootdev = 0xa0000204, cylinders = 1023, heads
= 240, sectors = 63
machdep.bios.diskinfo.129=bootdev = 0xa0000200, cylinders = 1023, heads
= 240, sectors = 63
machdep.bios.cksumlen=1
machdep.allowaperture=0
machdep.cpuvendor=GenuineIntel
machdep.cpuid=1782
machdep.cpufeature=-1074004993
machdep.kbdreset=0
machdep.xcrypt=0
machdep.lidsuspend=0
ddb.radix=16
ddb.max_width=80
ddb.max_line=24
ddb.tab_stop_width=8
ddb.panic=1
ddb.console=0
ddb.log=1
ddb.trigger=0
vfs.mounts.ffs has 6 mounted instances
vfs.ffs.doclusterread=1
vfs.ffs.doclusterwrite=1
vfs.ffs.doreallocblks=1
vfs.ffs.doasyncfree=1
vfs.ffs.max_softdeps=23704
vfs.ffs.sd_tickdelay=2
vfs.ffs.sd_worklist_push=0
vfs.ffs.sd_blk_limit_push=0
vfs.ffs.sd_ino_limit_push=0
vfs.ffs.sd_blk_limit_hit=0
vfs.ffs.sd_ino_limit_hit=0
vfs.ffs.sd_sync_limit_hit=0
vfs.ffs.sd_indir_blk_ptrs=0
vfs.ffs.sd_inode_bitmap=0
vfs.ffs.sd_direct_blk_ptrs=0
vfs.ffs.sd_dir_entry=0
vfs.ffs.dirhash_dirsize=2560
vfs.ffs.dirhash_maxmem=2097152
vfs.ffs.dirhash_mem=401757
vfs.nfs.iothreads=-1
vfs.fuse.fusefs_open_devices=0
vfs.fuse.fusefs_fbufs_in=0
vfs.fuse.fusefs_fbufs_wait=0
vfs.fuse.fusefs_pool_pages=0




FILTER RULES:
block return in quick from urpf-failed to any
block return in quick from no-route to any
block return quick inet6 all
block return in log quick inet from <__automatic_9a2317db_0> to any
block return in log quick from <blocked_zones> to any
block return in all
pass quick inet proto icmp all icmp-type echoreq
match in all scrub (no-df random-id max-mss 1440)
block drop in quick on ! trunk0 inet from 192.168.178.0/24 to any
block drop in quick inet from 192.168.178.31 to any
pass out on trunk0 proto tcp all flags S/SA modulate state (if-bound)
pass out on trunk0 proto udp all keep state (if-bound)
pass out on trunk0 proto icmp all keep state (if-bound)
pass in on trunk0 proto tcp all flags S/SA synproxy state
block return in on ! lo0 proto tcp from any to any port 6000:6010
pass out on trunk0 inet proto udp from any to any port 33433 >< 33626

STATES:
trunk0 tcp 192.168.178.31:12987 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19367 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8594 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23694 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5137 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30057 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9129 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41440 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34811 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35218 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12861 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44480 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:49084 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40704 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14697 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37359 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14059 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5214 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32596 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1092 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25486 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40091 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43325 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45381 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11810 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2655 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21182 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21411 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23543 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44479 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48880 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17218 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44846 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23516 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19006 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46586 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43560 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37638 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38171 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14279 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7380 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29242 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45584 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35114 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12441 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28549 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1944 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25154 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34867 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5607 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19938 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21731 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4430 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9164 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27822 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25281 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21925 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33698 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13115 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22812 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47490 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2084 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14622 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46914 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8236 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2830 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37815 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3266 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8931 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16373 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28066 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28986 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28307 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14517 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44005 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35094 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31386 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12278 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32126 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38090 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47388 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15095 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11709 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40454 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16485 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32868 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24634 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5441 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23790 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21914 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31904 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18804 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34557 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:36935 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8279 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37525 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34786 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18961 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26997 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3101 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22543 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35432 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21257 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47207 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16428 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34257 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34885 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30916 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4194 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42995 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29082 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2630 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29238 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41075 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23077 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44835 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15572 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8755 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47026 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35735 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27644 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40107 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38735 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15649 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26938 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42839 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19766 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18206 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47057 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6371 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39344 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45353 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22927 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41351 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32873 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7401 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35544 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48271 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42048 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3909 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42014 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5428 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32680 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38619 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1127 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30948 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13192 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29947 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11312 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30364 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1740 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18464 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45189 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:36398 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48117 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27124 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32759 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34227 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18683 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11195 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48486 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43007 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30834 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23370 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35238 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21168 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16071 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44705 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33319 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5987 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46323 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35202 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32008 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:49084 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35899 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44641 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48864 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47399 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:36470 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35723 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28732 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6774 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27762 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13156 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4248 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41501 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27302 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48209 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24256 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1579 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26885 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5914 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24787 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11202 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41833 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4794 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46796 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2601 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41910 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21204 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30294 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22642 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15656 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32762 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23788 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26394 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22730 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27973 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27628 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8888 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46482 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17899 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48254 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5789 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7064 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21007 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41773 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19547 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32702 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6565 -> 173.194.112.196:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15608 -> 173.194.112.206:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42774 -> 173.194.112.198:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11313 -> 173.194.112.194:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26406 -> 173.194.112.201:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22762 -> 173.194.112.195:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43054 -> 173.194.112.192:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2427 -> 173.194.112.199:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18854 -> 173.194.112.197:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48350 -> 173.194.112.200:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2448 -> 173.194.112.193:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28736 -> 173.194.112.196:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6586 -> 173.194.112.206:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1776 -> 173.194.112.198:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27591 -> 173.194.112.194:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47182 -> 173.194.112.201:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8659 -> 173.194.112.195:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26101 -> 173.194.112.192:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33914 -> 173.194.112.199:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6797 -> 173.194.112.197:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9719 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27332 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22616 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46548 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7617 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28215 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14888 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21136 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15637 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12160 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14115 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17269 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7091 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41037 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2034 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28540 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19662 -> 173.194.112.196:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12787 -> 173.194.112.206:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1301 -> 173.194.112.198:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46008 -> 173.194.112.194:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6666 -> 173.194.112.201:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34571 -> 173.194.112.195:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42206 -> 173.194.112.192:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15322 -> 173.194.112.199:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33586 -> 173.194.112.197:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32622 -> 173.194.112.200:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27530 -> 173.194.112.193:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:10112 -> 173.194.112.196:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30589 -> 173.194.112.206:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6238 -> 173.194.112.198:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48073 -> 173.194.112.194:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4544 -> 173.194.112.201:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25340 -> 173.194.112.195:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19611 -> 173.194.112.192:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20435 -> 173.194.112.199:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3190 -> 173.194.112.197:443       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9916 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19465 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23370 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19839 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22979 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46510 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40924 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26323 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18043 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32418 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21907 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19678 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:10334 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18249 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2988 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34025 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29629 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16385 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14077 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44793 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26421 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27963 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:10508 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47108 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40476 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33717 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17443 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34021 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9722 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37538 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16073 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3333 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22239 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41323 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13699 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40509 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4562 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26598 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47795 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34581 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:36215 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42537 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16004 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9272 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8306 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2286 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5044 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6738 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40081 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35730 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43038 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26054 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20839 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31866 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21389 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14278 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25304 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9664 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18939 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15484 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26472 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43253 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47055 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16729 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48154 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39297 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33478 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11402 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25041 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17194 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48220 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41441 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13173 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:10891 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6278 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46922 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1071 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39481 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29206 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33827 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1552 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40603 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41349 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18528 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:36276 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38647 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8378 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42711 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6645 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14240 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21763 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19340 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34229 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5548 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35908 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24286 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20814 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38365 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8704 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8553 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9401 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46974 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25559 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32817 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26439 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41761 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34994 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14743 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39297 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19864 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13076 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31473 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38618 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26043 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35042 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15203 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29351 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46390 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7983 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43200 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40788 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48192 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29882 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25642 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5522 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14532 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41119 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21664 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38828 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4798 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13778 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29312 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40576 -> 131.188.40.91:80       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11074 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17056 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12292 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17749 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38651 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46407 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28068 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21981 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30800 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44015 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23584 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34802 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29415 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32123 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19876 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1469 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5727 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31520 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19986 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44893 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:49006 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9099 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17345 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46690 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32715 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25018 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18296 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12175 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3743 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44260 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45199 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18468 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19781 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47033 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38629 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2792 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16455 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15888 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2776 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5817 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13594 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12219 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29781 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18427 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42408 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15533 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28382 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1450 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16036 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31693 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8400 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25127 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22219 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22488 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21478 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12425 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31798 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26122 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12028 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26960 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32126 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33175 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5281 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47479 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29818 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30244 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42031 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37310 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12034 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20268 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44208 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22914 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41844 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14975 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25381 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1039 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7693 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46361 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:5532 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4316 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12949 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33199 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27601 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28284 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:35709 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44657 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4746 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8190 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39387 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48748 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21119 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7052 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7744 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46422 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4516 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:15287 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4082 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24094 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:27017 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23048 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17039 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38352 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17412 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28023 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21964 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48732 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9157 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33410 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43319 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20284 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19843 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23424 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26544 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:6677 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44069 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30276 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19902 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21713 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13531 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19214 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32562 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2536 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31583 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41244 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24439 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21966 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26655 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13668 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26968 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47145 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21323 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17435 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3272 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7796 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14194 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30641 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:48642 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16550 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32697 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:41540 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45967 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:7319 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38286 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:24830 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46834 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29037 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4897 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25085 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22473 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12776 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30559 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34086 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42913 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:30653 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12639 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28000 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19234 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37957 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40038 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34500 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:31392 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11262 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39901 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13870 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:14469 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47534 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33801 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4572 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26562 -> 4.2.2.3:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21053 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3125 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9470 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19259 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:37399 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43343 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20861 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:32793 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26866 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42679 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:38418 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42607 -> 4.2.2.1:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25887 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34686 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3369 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11576 -> 4.2.2.2:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40617 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:1402 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23367 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12350 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8368 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:26923 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45292 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:43575 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:12809 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:16122 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23456 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44786 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4903 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:45988 -> 8.8.8.8:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:17013 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:44311 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:29942 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:23325 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28724 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40418 -> 8.8.4.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13576 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:22305 -> 4.2.2.5:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:18074 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9076 -> 4.2.2.4:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:34689 -> 4.2.2.6:53       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:40433 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:25986 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13985 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:19125 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:33779 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4632 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:21695 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8417 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:39991 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46689 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:8049 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:11657 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:42542 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:46418 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:13552 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47163 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:3773 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:47872 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:2194 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:28814 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:4818 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:10997 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:20871 -> 192.168.178.23:3128       SYN_SENT:CLOSED
trunk0 tcp 192.168.178.31:9187 -> 192.168.178.23:3128
ESTABLISHED:ESTABLISHED
trunk0 udp 192.168.178.31:44722 -> 81.169.196.230:123
MULTIPLE:MULTIPLE
trunk0 udp 192.168.178.31:6080 -> 144.76.115.197:123       MULTIPLE:MULTIPLE
trunk0 tcp 192.168.178.31:17489 -> 212.227.17.162:993
ESTABLISHED:ESTABLISHED
trunk0 tcp 192.168.178.31:30225 -> 212.227.17.162:993
ESTABLISHED:ESTABLISHED
trunk0 tcp 192.168.178.31:27506 -> 89.146.220.134:993
ESTABLISHED:ESTABLISHED

INFO:
Status: Enabled for 0 days 01:25:07              Debug: err

Interface Stats for trunk0            IPv4             IPv6
  Bytes In                        96093177            23262
  Bytes Out                       13294647                0
  Packets In
    Passed                          126768                0
    Blocked                            848              101
  Packets Out
    Passed                           89414                0
    Blocked                              2                0

State Table                          Total             Rate
  current entries                      647
  searches                          217133           42.5/s
  inserts                             5189            1.0/s
  removals                            4542            0.9/s
Counters
  match                               6138            1.2/s
  bad-offset                             0            0.0/s
  fragment                               0            0.0/s
  short                                  0            0.0/s
  normalize                              0            0.0/s
  memory                                 0            0.0/s
  bad-timestamp                          0            0.0/s
  congestion                             0            0.0/s
  ip-option                              0            0.0/s
  proto-cksum                            0            0.0/s
  state-mismatch                         2            0.0/s
  state-insert                           0            0.0/s
  state-limit                            0            0.0/s
  src-limit                              0            0.0/s
  synproxy                               0            0.0/s
  translate                              0            0.0/s

TIMEOUTS:
tcp.first                  3600s
tcp.opening                 900s
tcp.established          432000s
tcp.closing                3600s
tcp.finwait                 600s
tcp.closed                  180s
tcp.tsdiff                   60s
udp.first                    60s
udp.single                   30s
udp.multiple                 60s
icmp.first                   20s
icmp.error                   10s
other.first                  60s
other.single                 30s
other.multiple               60s
frag                         60s
interval                     10s
adaptive.start            60000 states
adaptive.end             120000 states
src.track                     0s

LIMITS:
states        hard limit   100000
src-nodes     hard limit    10000
frags         hard limit     1536
tables        hard limit     1000
table-entries hard limit   200000

TABLES:
__automatic_9a2317db_0
blocked_zones

OS FINGERPRINTS:
710 fingerprints loaded

Reply via email to