PF, The OpenBSD Packet Filter: Building The Network You Need: BSDCan, Ottawa, June 10th 2015 | ||
---|---|---|
Prev | Next |
clients = "192.168.103/24" backupserver = "192.0.2.227" bacula_ports = "9101:9103" block pass from $clients pass inet proto tcp from $backupserver to $clients port $bacula_ports
Load the sample file
$ sudo pfctl -vnf samples/example004