Dropped Packets - Help please!

This is a discussion on Dropped Packets - Help please! within the IPFilter forums, part of the System Security and Security Related category; This is a multi-part message in MIME format. ------_=_NextPart_001_01C6234D.A24363D7 Content-Type: text/plain; charset="us-ascii&...


Go Back   Usenet Forums > System Security and Security Related > IPFilter

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-27-2006
Barb, Duane
 
Posts: n/a
Default Dropped Packets - Help please!

This is a multi-part message in MIME format.

------_=_NextPart_001_01C6234D.A24363D7
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello all,
=20
I'm getting dropped packets:
=20
[ID 702911 local0.warning] 08:45:14.146313 bge0 @0:2 b x.x.x.x,30404 ->
x.x.x.x,443 PR tcp len 20 40 -AR IN
=20
Here is my ruleset:
=20
# This to allow all localhost connections
pass in quick on lo0 all
pass out quick on lo0 all
=20
# This will block any connection attempts unless explicitly opened below
block return-rst in log on bge0 proto tcp from any to x.y.z.122/32
block in log on bge0 proto udp from any to x.y.z.122/32
block in log proto icmp all
=20
# This will block any out bound traffic except what is allowed
explicitly below
block out log on bge0 proto tcp from x.y.z.122/32 to any
block out log on bge0 proto udp from x.y.z.122/32 to any
=20
# This is for ssh to server from admin boxes
pass in quick on bge0 proto tcp from x.y.89.0/24 to x.y.z.122/32 port =
=3D
22 keep state keep frags
pass in quick on bge0 proto tcp from x.y.87.210 to any port =3D 22 flags =
S
keep state keep frags
pass in quick on bge0 proto tcp from x.y.68.7/32 to x.y.z.122/32 port =
=3D
22 keep state keep frags
=20
# this section is for netbackup
pass in quick on bge0 proto tcp from x.y.z.253/32 to any port 13781 ><
13784 flags S keep state keep frags
pass out quick on bge0 proto tcp from any to x.y.z.253/32 port =3D 13724
flags S keep state keep frags
pass out quick on bge0 proto tcp from any to x.y.z.253/32 port =3D 13720
flags S keep state keep frags
=20
# This is to allow patrol connections
pass in quick on bge0 proto tcp from x.y.70.61/32 to any port =3D 3500
flags S keep state keep frags
pass in quick on bge0 proto tcp from x.y.89.0/24 to any port =3D 3500
flags S keep state keep frags
pass in quick on bge0 proto tcp from x.y.87.210/32 to any port =3D 3500
flags S keep state keep frags
=20
# This is to allow port 80 and 443 web traffic to webserver
pass in quick on bge0 proto tcp from any to x.y.z.122/32 port =3D 80 =
flags
S keep state keep frags
pass in quick on bge0 proto tcp from any to x.y.z.122/32 port =3D 443
flags S keep state keep frags
=20
# This to access the admin server fro SunONE
pass in quick on bge0 proto tcp from x.y.89.25/32 to x.y.z.122/32 port =
=3D
8888 flags S keep state keep frags
=20
# This is to allow Tripwire Traffic
pass in quick on bge0 proto tcp from x.y.89.12/32 to x.y.z.122/32 port =
=3D
1169 flags S keep state keep frags
=20
# This section is for broadvision NSAPI plug-in to talk to app servers
pass out quick on bge0 proto tcp from any to x.y.z.124 port 3999 >< 4016
flags S keep state keep frags
pass out quick on bge0 proto tcp from any to x.y.z.125 port 3999 >< 4016
flags S keep state keep frags
pass out quick on bge0 proto tcp from any to x.y.z.126 port 3999 >< 4016
flags S keep state keep frags
pass out quick on bge0 proto tcp from any to x.y.z.127 port 3999 >< 4016
flags S keep state keep frags
=20
# This will allow ssh out to any box in the environment
#pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.0/24 port =
=3D
22 flags S keep state keep frags
=20
# This will enable communication with the NFS server
pass out quick on bge0 proto tcp/udp from x.y.z.122/32 to x.y.z.131 port
=3D 111 keep state keep frags
pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.131 port =3D
63000 flags S keep state keep frags
pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.131 port =3D
54555 flags S keep state keep frags
pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.131 port =3D
63111 flags S keep state keep frags
pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.131 port =3D
45555 flags S keep state keep frags
=20
# This to allow syslog traffic to cgw-logs
pass out quick on bge0 proto udp from x.y.z.122/32 to x.y.z.139/32 port
=3D 514 keep state keep frags
=20
# This is to allow ntp traffic
pass out quick on bge0 proto tcp/udp from x.y.z.122/32 to
192.168.49.85/32 port =3D 123 keep state keep frags
=20
# This is to allow SMTP traffic
pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.32/32 port =
=3D
25 flags S keep state keep frags
pass out quick on bge0 proto tcp from x.y.z.122/32 to 152.121.36.8/32
port =3D 25 flags S keep state keep frags
=20
# This is to allow port 80 traffic to xxx.yyy.zzz for RSS feed
pass out quick on bge0 proto tcp from any to any port =3D 80 flags S =
keep
state keep frags
=20
# This is to allow DNS lookups to DMZ DNS servers
pass out quick on bge0 proto tcp/udp from any to x.y.z.19 port =3D 53 =
keep
state keep frags
pass out quick on bge0 proto tcp/udp from any to 199.211.215.66 port =3D
53 keep state keep frags
pass out quick on bge0 proto tcp/udp from any to 199.211.217.2 port =3D =
53
keep state keep frags
pass out quick on bge0 proto tcp/udp from any to 199.211.216.6 port =3D =
53
keep state keep frags

=20
SunOS <hostname> 5.9 Generic_118558-17 sun4u sparc SUNW,Sun-Fire-V240
64-bit sparcv9 kernel modules
lo0: flags=3D1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4 > mtu 8232 index =
1
inet 127.0.0.1 netmask ff000000
bge0: flags=3D1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv 4> mtu 1500 =
index
2
inet X.X.X.122 netmask ffffff00 broadcast X.X.X.255
ether 0:3:ba:61:4f:ef
=20
Name Mtu Net/Dest Address Ipkts Ierrs Opkts Oerrs Collis
Queue
lo0 8232 loopback localhost 6 0 6 0 0
0
bge0 1500 host host 30466417 0 44709462 0 0
0
=20

netstat -s -P ip
=20
IPv4 ipForwarding =3D 2 ipDefaultTTL =3D 255
ipInReceives =3D27732387 ipInHdrErrors =3D 0
ipInAddrErrors =3D 0 ipInCksumErrs =3D 0
ipForwDatagrams =3D 0 ipForwProhibits =3D 0
ipInUnknownProtos =3D 0 ipInDiscards =3D 0
ipInDelivers =3D26958799 ipOutRequests =
=3D44581799
ipOutDiscards =3D 0 ipOutNoRoutes =3D 0
ipReasmTimeout =3D 60 ipReasmReqds =3D 0
ipReasmOKs =3D 0 ipReasmFails =3D 0
ipReasmDuplicates =3D 0 ipReasmPartDups =3D 0
ipFragOKs =3D 0 ipFragFails =3D 0
ipFragCreates =3D 0 ipRoutingDiscards =3D 0
tcpInErrs =3D 0 udpNoPorts =3D 16353
udpInCksumErrs =3D 0 udpInOverflows =3D 0
rawipInOverflows =3D 0 ipsecInSucceeded =3D 0
ipsecInFailed =3D 0 ipInIPv6 =3D 0
ipOutIPv6 =3D 0 ipOutSwitchIPv6 =3D 54
=20
=20
=20
ipf -V
ipf: IP Filter: v3.4.32 (496)
Kernel: IP Filter: v3.4.32
Running: yes
Log Flags: 0 =3D none set
Default: pass all, Logging: available
Active list: 0


------_=_NextPart_001_01C6234D.A24363D7
Content-Type: text/html;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dus-ascii">
<META content=3D"MSHTML 6.00.2800.1528" name=3DGENERATOR></HEAD>
<BODY>
<DIV><FONT face=3DArial size=3D2>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2>Hello=20
all,</FONT></SPAN></DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2>I'm =
getting dropped=20
packets:</FONT></SPAN></DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2>[ID =
702911=20
local0.warning] 08:45:14.146313 bge0 @0:2 b x.x.x.x,30404 -&gt; =
x.x.x.x,443 PR=20
tcp len 20 40 -AR IN</FONT></SPAN></DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2>Here =
is my=20
ruleset:</FONT></SPAN></DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial=20
size=3D2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
to allow all=20
localhost connections<BR>pass in quick on lo0 all<BR>pass out quick on =
lo0=20
all</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
will block=20
any connection attempts unless explicitly opened below<BR>block =
return-rst in=20
log on bge0 proto tcp from any to x.y.z.122/32<BR>block in log on bge0 =
proto udp=20
from any to x.y.z.122/32<BR>block in log proto icmp =
all</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
will block=20
any out bound traffic except what is allowed explicitly below<BR>block =
out log=20
on bge0 proto tcp from x.y.z.122/32 to any<BR>block out log on bge0 =
proto udp=20
from x.y.z.122/32 to any</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is for ssh to=20
server from admin boxes<BR>pass in quick on bge0 proto tcp from =
x.y.89.0/24 to=20
x.y.z.122/32 port =3D 22 keep state keep frags<BR>pass in quick on bge0 =
proto tcp=20
from x.y.87.210 to any port =3D 22 flags S keep state keep frags<BR>pass =
in quick=20
on bge0 proto tcp from x.y.68.7/32 to x.y.z.122/32 port =3D 22 keep =
state keep=20
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># this =
section is=20
for netbackup<BR>pass in quick on bge0 proto tcp from x.y.z.253/32 to =
any port=20
13781 &gt;&lt; 13784 flags S keep state keep frags<BR>pass out quick on =
bge0=20
proto tcp from any to x.y.z.253/32 port =3D 13724 flags S keep state =
keep=20
frags<BR>pass out quick on bge0 proto tcp from any to x.y.z.253/32 port =
=3D 13720=20
flags S keep state keep frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
patrol connections<BR>pass in quick on bge0 proto tcp from x.y.70.61/32 =
to any=20
port =3D 3500 flags S keep state keep frags<BR>pass in quick on bge0 =
proto tcp=20
from x.y.89.0/24 to any port =3D 3500 flags S keep state keep =
frags<BR>pass in=20
quick on bge0 proto tcp from x.y.87.210/32 to any port =3D 3500 flags S =
keep state=20
keep frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
port 80 and 443 web traffic to webserver<BR>pass in quick on bge0 proto =
tcp from=20
any to x.y.z.122/32 port =3D 80 flags S keep state keep frags<BR>pass in =
quick on=20
bge0 proto tcp from any to x.y.z.122/32 port =3D 443 flags S keep state =
keep=20
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
to access the=20
admin server fro SunONE<BR>pass in quick on bge0 proto tcp from =
x.y.89.25/32 to=20
x.y.z.122/32 port =3D 8888 flags S keep state keep =
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
Tripwire Traffic<BR>pass in quick on bge0 proto tcp from x.y.89.12/32 to =

x.y.z.122/32 port =3D 1169 flags S keep state keep =
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
section is=20
for broadvision NSAPI plug-in to talk to app servers<BR>pass out quick =
on bge0=20
proto tcp from any to x.y.z.124 port 3999 &gt;&lt; 4016 flags S keep =
state keep=20
frags<BR>pass out quick on bge0 proto tcp from any to x.y.z.125 port =
3999=20
&gt;&lt; 4016 flags S keep state keep frags<BR>pass out quick on bge0 =
proto tcp=20
from any to x.y.z.126 port 3999 &gt;&lt; 4016 flags S keep state keep=20
frags<BR>pass out quick on bge0 proto tcp from any to x.y.z.127 port =
3999=20
&gt;&lt; 4016 flags S keep state keep frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
will allow=20
ssh out to any box in the environment<BR>#pass out quick on bge0 proto =
tcp from=20
x.y.z.122/32 to x.y.z.0/24 port =3D 22 flags S keep state keep=20
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
will enable=20
communication with the NFS server<BR>pass out quick on bge0 proto =
tcp/udp from=20
x.y.z.122/32 to x.y.z.131 port =3D 111 keep state keep frags<BR>pass out =
quick on=20
bge0 proto tcp from x.y.z.122/32 to x.y.z.131 port =3D 63000 flags S =
keep state=20
keep frags<BR>pass out quick on bge0 proto tcp from x.y.z.122/32 to =
x.y.z.131=20
port =3D 54555 flags S keep state keep frags<BR>pass out quick on bge0 =
proto tcp=20
from x.y.z.122/32 to x.y.z.131 port =3D 63111 flags S keep state keep=20
frags<BR>pass out quick on bge0 proto tcp from x.y.z.122/32 to x.y.z.131 =
port =3D=20
45555 flags S keep state keep frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
to allow=20
syslog traffic to cgw-logs<BR>pass out quick on bge0 proto udp from =
x.y.z.122/32=20
to x.y.z.139/32 port =3D 514 keep state keep frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
ntp traffic<BR>pass out quick on bge0 proto tcp/udp from x.y.z.122/32 to =

192.168.49.85/32 port =3D 123 keep state keep frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
SMTP traffic<BR>pass out quick on bge0 proto tcp from x.y.z.122/32 to=20
x.y.z.32/32 port =3D 25 flags S keep state keep frags<BR>pass out quick =
on bge0=20
proto tcp from x.y.z.122/32 to 152.121.36.8/32 port =3D 25 flags S keep =
state keep=20
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
port 80 traffic to xxx.yyy.zzz for RSS feed<BR>pass out quick on bge0 =
proto tcp=20
from any to any port =3D 80 flags S keep state keep =
frags</FONT></SPAN></DIV>
<DIV>&nbsp;</DIV>
<DIV><SPAN class=3D806324613-27012006><FONT face=3DArial size=3D2># This =
is to allow=20
DNS lookups to DMZ DNS servers<BR>pass out quick on bge0 proto tcp/udp =
from any=20
to x.y.z.19 port =3D 53 keep state keep frags<BR>pass out quick on bge0 =
proto=20
tcp/udp from any to 199.211.215.66 port =3D 53 keep state keep =
frags<BR>pass out=20
quick on bge0 proto tcp/udp from any to 199.211.217.2 port =3D 53 keep =
state keep=20
frags<BR>pass out quick on bge0 proto tcp/udp from any to 199.211.216.6 =
port =3D=20
53 keep state keep frags<BR></FONT></SPAN></DIV></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>SunOS &lt;hostname&gt; 5.9 =
Generic_118558-17 sun4u=20
sparc SUNW,Sun-Fire-V240<BR>64-bit sparcv9 kernel modules<BR>lo0:=20
flags=3D1000849&lt;UP,LOOPBACK,RUNNING,MULTICAST,I Pv4&gt; mtu 8232 index =

1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet 127.0.0.1 netmask=20
ff000000<BR>bge0: =
flags=3D1000843&lt;UP,BROADCAST,RUNNING,MULTICAST, IPv4&gt; mtu=20
1500 index 2<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet =
X.X.X.122=20
netmask ffffff00 broadcast=20
X.X.X.255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;& nbsp; ether=20
0:3:ba:61:4f:ef</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Name&nbsp; Mtu&nbsp;=20
Net/Dest&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
Address&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Ipkts&nbsp; Ierrs =
Opkts&nbsp;=20
Oerrs Collis Queue<BR>lo0&nbsp;&nbsp; 8232=20
loopback&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
localhost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0<BR>bge0&nbsp; 1500=20
host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;=20
host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp; =
30466417=20
0&nbsp;&nbsp;&nbsp;&nbsp; 44709462 0&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0</FONT></DIV>
<DIV>&nbsp;</DIV><FONT face=3DArial size=3D2>
<DIV><BR>netstat -s -P ip</DIV>
<DIV>&nbsp;</DIV>
<DIV>IPv4&nbsp;&nbsp;&nbsp;=20
ipForwarding&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
2&nbsp;&nbsp;&nbsp;&nbsp; =
ipDefaultTTL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;=20
=3D&nbsp;&nbsp; 255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 20
ipInReceives&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp; =
=3D27732387&nbsp;&nbsp;=20
ipInHdrErrors&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipInAddrErrors&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;&nbsp; =

0&nbsp;&nbsp;&nbsp;&nbsp; =
ipInCksumErrs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipForwDatagrams&nbsp;&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp; ipForwProhibits&nbsp;&nbsp;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipInUnknownProtos&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp; =
ipInDiscards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipInDelivers&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp; =
=3D26958799&nbsp;&nbsp;=20
ipOutRequests&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 20
=3D44581799<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;=20
ipOutDiscards&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp; =
ipOutNoRoutes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= 20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipReasmTimeout&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;=20
60&nbsp;&nbsp;&nbsp;&nbsp;=20
ipReasmReqds&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipReasmOKs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
ipReasmFails&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n bsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
ipReasmDuplicates&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
ipReasmPartDups&nbsp;&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipFragOKs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
ipFragFails&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb sp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipFragCreates&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp; ipRoutingDiscards&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
tcpInErrs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
udpNoPorts&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp; =3D=20
16353<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;=20
udpInCksumErrs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;&nbsp; =

0&nbsp;&nbsp;&nbsp;&nbsp; udpInOverflows&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
rawipInOverflows&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp; ipsecInSucceeded&nbsp;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipsecInFailed&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; =
=3D&nbsp;&nbsp;&nbsp;&nbsp;=20
0&nbsp;&nbsp;&nbsp;&nbsp;=20
ipInIPv6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp=
;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; =
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=2 0
ipOutIPv6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp ;&nbsp;&nbsp;&nbsp;=20
=3D&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;=20
ipOutSwitchIPv6&nbsp;&nbsp;&nbsp;&nbsp; =3D&nbsp;&nbsp;&nbsp; 54</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;ipf -V<BR>ipf: IP Filter: v3.4.32 (496)<BR>Kernel: IP Filter: =

v3.4.32<BR>Running: yes<BR>Log Flags: 0 =3D none set<BR>Default: pass =
all,=20
Logging: available<BR>Active list: 0<BR></FONT></DIV></BODY></HTML>

------_=_NextPart_001_01C6234D.A24363D7--
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:52 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0