Building The Network You Need With PF, The OpenBSD Packet Filter: BSDCan 2016, Ottawa, Canada, June 8th 2016 | ||
---|---|---|
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