View Single Post
Old 14th April 2011
A_Sorenby A_Sorenby is offline
New User
 
Join Date: Apr 2011
Posts: 6
Default

I pulled two samples from the pfctl -vvs rules. All of them looks similar to these. (Outbound on $ext_if got Evals, Packets and Bytes sent through. None on outbound $int_if)

Outbound $ext_if
Code:
@27 pass out on em0 inet proto tcp from any to any port = https flags S/SA keep state queue(web, ack)
  [ Evaluations: 4322      Packets: 2391      Bytes: 1376712     States: 1     ]
  [ Inserted: uid 0 pid 15611 State Creations: 42    ]
Outbound $int_if
Code:
@63 pass out on em1 inet proto tcp from any to any port = https flags S/SA keep state queue(i_web, i_ack)
  [ Evaluations: 0         Packets: 0         Bytes: 0           States: 0     ]
  [ Inserted: uid 0 pid 15611 State Creations: 0     ]
Reply With Quote