PF on OpenBSD Filtering Rules Diagram
pass in on egress TCP from any to 192.0.2.12 port 80
What to do if
rule matches;
Results of
matching the
rule
(pass/block/m
atch)
Direction
the
packets
are going;
towards
the
computer
or away
from the
computer
(in/out)
Interface
group or
interface;
To match
every
interface,
use “all”
Type of
protocol
connection
(TCP/UDP/
ICMP/ICM
P6)
Where is
traffic
coming
from ie: IP
address or
can use
hostnames
What
specific IP
address is
the
connection
being
made to on
local
machine or
“any”; can
use
hostnames
What port
does it
connect to
on a local
machine
Adopted from “Absolute OpenBSD”, p 403-409

More Related Content

PPTX
Internet and world wide web protocol (draft 2)
PPSX
Node finder presentation
PPTX
Packet sniffing in switched LANs
DOC
How to check port in sap
PPTX
Port forward
PPTX
Port forwarding
PDF
Dcn (transmission control protocol) ppt
Internet and world wide web protocol (draft 2)
Node finder presentation
Packet sniffing in switched LANs
How to check port in sap
Port forward
Port forwarding
Dcn (transmission control protocol) ppt

What's hot (8)

PPTX
Relay and AVR Atmel Atmega 16
PDF
Microcontrollers iii
PPTX
AVR programming - BASICS
PPTX
Input Output programming in AVR microcontroller
PPT
Modscan r0x
PPT
Cisco Switch Security
PPT
PPTX
Detecting Reconnaissance Through Packet Forensics by Shashank Nigam
Relay and AVR Atmel Atmega 16
Microcontrollers iii
AVR programming - BASICS
Input Output programming in AVR microcontroller
Modscan r0x
Cisco Switch Security
Detecting Reconnaissance Through Packet Forensics by Shashank Nigam
Ad

Viewers also liked (16)

PPTX
Tipos de conexion
PPTX
Customer Experience Management by Buljan and Partners Consulting
PDF
文系フリーランス 新規事業ディスカッションパートナー(NBDP) 黒田悠介の自己紹介・価格表・実績
PDF
LinkedIn Recruiter
PDF
Resume 1.1Ag
PDF
NonProfit Social Media Ambassador Case Study
PDF
Excellence in Contact Centre & Customer Interaction Summit Barcelona 2014
PPTX
Mi Plan de Desarrollo Personal
PPTX
Políticas de competencia en la era digital Guido Carrión
PPS
70553 35714 5242 65699 87912 9rosas
PDF
Gana dinero con youtube
PPTX
TelephoneInfo-OpenInteraction
PDF
成功するフリーランスの自己理解
PPTX
Your employees as your brand ambassadors
PDF
Dossier Buljan and Partners Consulting
Tipos de conexion
Customer Experience Management by Buljan and Partners Consulting
文系フリーランス 新規事業ディスカッションパートナー(NBDP) 黒田悠介の自己紹介・価格表・実績
LinkedIn Recruiter
Resume 1.1Ag
NonProfit Social Media Ambassador Case Study
Excellence in Contact Centre & Customer Interaction Summit Barcelona 2014
Mi Plan de Desarrollo Personal
Políticas de competencia en la era digital Guido Carrión
70553 35714 5242 65699 87912 9rosas
Gana dinero con youtube
TelephoneInfo-OpenInteraction
成功するフリーランスの自己理解
Your employees as your brand ambassadors
Dossier Buljan and Partners Consulting
Ad

More from Matt R (20)

PDF
EstimateExtraterrestrialLife
PDF
LinuxPresentation500kb
PDF
PythonShutdownWindows
PPTX
PhoneCallTools
PPTX
LaptopTrustIssues
PPTX
Interactions
PPTX
Interaction-Incident
PPTX
FoundationProcess
PPTX
FindStaffPerson
PPTX
ChangesChecklist
PPTX
3tabs
PDF
bigalsnetwork
PDF
DateDiffQuery
PDF
DualScreenDualCPU
PDF
LoyalKasparBackupPlanProposal
PDF
MattSampleDatabase
PDF
PythonPythagoreanTheorem
PDF
Sample Website
PDF
XenAppDoc
PDF
SpecNetworkMap
EstimateExtraterrestrialLife
LinuxPresentation500kb
PythonShutdownWindows
PhoneCallTools
LaptopTrustIssues
Interactions
Interaction-Incident
FoundationProcess
FindStaffPerson
ChangesChecklist
3tabs
bigalsnetwork
DateDiffQuery
DualScreenDualCPU
LoyalKasparBackupPlanProposal
MattSampleDatabase
PythonPythagoreanTheorem
Sample Website
XenAppDoc
SpecNetworkMap

OpenBSD-pf-filter

  • 1. PF on OpenBSD Filtering Rules Diagram pass in on egress TCP from any to 192.0.2.12 port 80 What to do if rule matches; Results of matching the rule (pass/block/m atch) Direction the packets are going; towards the computer or away from the computer (in/out) Interface group or interface; To match every interface, use “all” Type of protocol connection (TCP/UDP/ ICMP/ICM P6) Where is traffic coming from ie: IP address or can use hostnames What specific IP address is the connection being made to on local machine or “any”; can use hostnames What port does it connect to on a local machine Adopted from “Absolute OpenBSD”, p 403-409