pfSense ipfw rules

Lists zones:

ipfw zone list

Show rules (Zone ID 2 for example):

ipfw -x 2 show

Show all tables

ipfw -x 2 table all list

Show authenticated/allowed clients (in)

ipfw -x 2 table 1 list

Show authenticated/allowed clients (out)

ipfw -x 2 table 2 list

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.