| Building the Network You Need with OpenBSD's PF: EuroBSDCon, St. Julian's, September 26th 2013 | ||
|---|---|---|
| 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_portsLoad the sample file
$ sudo pfctl -vnf samples/example004