View Single Post
  #1   (View Single Post)  
Old 2nd December 2017
bsd007's Avatar
bsd007 bsd007 is offline
Always learning
 
Join Date: Sep 2014
Posts: 242
Default Just want to make sure my pf is configured properly

Hi,
This is my pf.conf

Code:
# cat /etc/pf.conf                                                             
#       $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
I will study the docs but if anyone can confirm that the above configuration blocks all incoming I can relax and keep studying

Last edited by bsd007; 2nd December 2017 at 02:45 PM.
Reply With Quote