IP filter services
If you're using io-pkt-v4-hc, use one of the following:
io-pkt-v4-hc -p pf-v4 mount -Tio-pkt lsm-pf-v4.so
If you're using io-pkt-v6-hc, use one of the following:
io-pkt-v6-hc -p pf-v6 mount -Tio-pkt lsm-pf-v6.so
If you use mount, specify io-pkt as the manager.
QNX Neutrino
None.
The lsm-pf-v4.so and lsm-pf-v6.so shared objects are the modules that handle IP filtering and NAT (Network Address Translation) services. You need to load these libraries to enable filtering and NAT functionality.
IP filtering allows your host to act as a firewall, or you can provide firewall services on your host. NAT allows multiple hosts on a subnet to share a common IP address.
You use configuration files to set the filtering and NAT rules. For more details, see the documentation for pf.conf.
If you load lsm-pf-v4.so or lsm-pf-v6.so, io-pkt creates a pflog0 interface. If you enable logging, the logged packets are sent to this interface, and you can use tcpdump to display them. For example:
tcpdump -n -e -ttt -i pflog0