View Single Post
  #6   (View Single Post)  
Old 2nd November 2011
mfaridi's Avatar
mfaridi mfaridi is offline
Spam Deminer
 
Join Date: May 2008
Location: Afghanistan
Posts: 320
Default

when I type this
Code:
pfctl -s info
I see these
Code:
Status: Enabled for 6 days 07:24:08           Debug: Urgent

Interface Stats for sk0               IPv4             IPv6
  Bytes In                      9189704409                0
  Bytes Out                     1882048433                0
  Packets In
    Passed                        11444963                0
    Blocked                          21677                0
  Packets Out
    Passed                        10500629                0
    Blocked                              0                0

State Table                          Total             Rate
  current entries                      269               
  searches                       225488256          413.7/s
  inserts                          1103490            2.0/s
  removals                         1103221            2.0/s
Counters
  match                            1107918            2.0/s
  bad-offset                             0            0.0/s
  fragment                               3            0.0/s
  short                                  0            0.0/s
  normalize                             20            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                           52            0.0/s
  state-mismatch                     21671            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
and when I type this
Code:
pfctl -s memory
I see these
Code:
states        hard limit    10000
src-nodes     hard limit    10000
frags         hard limit     5000
tables        hard limit     1000
table-entries hard limit   100000
do you think I have problem with my PF rule ?
__________________
http://www.mfaridi.com
First site about FreeBSD and OpenBSD in persian or Farsi.
Reply With Quote