View Single Post
  #2   (View Single Post)  
Old 29th October 2012
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

Without having seen the complete ruleset it is difficult to diagnose the problem

Please remember that with pf the last matching rule wins. So it could be that another rule accidentally allows in coming ssh traffic. So I would recommend to use quick to force immediate execution of the blocking rule(s).

So either

Code:
block in quick
or
Code:
block in quick on tun0 proto tcp from any to any port = 22
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote