Building the Network You Need with OpenBSD's PF: EuroBSDCon, St. Julian's, September 26th 2013 | ||
---|---|---|
Prev | Next |
exclude an interface (interface group) from any filtering:
set skip on lo
- filtering on loopback is almost never useful, confuses apps
and if you want to do all your filtering on egress:
set skip on { lo, $int_if }
Load the sample file
$ sudo pfctl -vnf samples/example008