py-pf |
|
|
py-pf is a pure-Python module for managing OpenBSD's Packet Filter. It aims to add powerful and flexible scripting capabilities to PF, making integration with third-party software (like IDS, web-based configuration interfaces or custom management scripts) much easier. The only prerequisite is Python (2.5 or newer), which is available through OpenBSD's packages and ports system. 1. Installation notesOnce you have downloaded the latest tarball, you just need to perform the following steps to get the module installed:
This will copy the pf module in the third-party modules directory, typically /usr/local/lib/python2.x/site-packages/. 2. TutorialA detailed description of the pf module and its classes is available here. For a brief list of references, documentation and books about Python, OpenBSD and Packet Filter, please refer to the resources section. |
|
| Designed by kernel-panic.it | |