View Single Post
  #5   (View Single Post)  
Old 4th September 2016
girarde girarde is offline
Fdisk Soldier
 
Join Date: Nov 2010
Location: NW FL
Posts: 75
Default

My rule set is sparse, and I can connect to port 8200:
# $OpenBSD: pf.conf,v 1.54 2014/08/23 05:49:42 deraadt Exp $
#
# See pf.conf(5) and /etc/examples/pf.conf

set skip on lo

block return # block stateless traffic
pass # establish keep-state

# By default, do not permit remote connections to X11
block return in on ! lo0 proto tcp to port 6000:6010

Last edited by girarde; 4th September 2016 at 01:28 AM. Reason: Omitted an important point
Reply With Quote