Definitions
Previous  Top  Next

To ease maintenance of the pf.conf file we can define certain static information, such as the interface names, network IP ranges and more at the beginning of the file. Note that these definitions have to appear before the actual rules.

# Interface definitions
ext_if="rl2"
int_if="rl0"

# Internal network
internal_net="10.10.10.0/24"