Freebsd – Does PF support divert like IPFW

bsdfreebsdipfwpf

I'm currently using IPFW on 3 dedicated firewall servers, and I would like to convert them to PF for some of its functionalities, but I need divert to work.
Specifically I am teeing packets to a custom application for network analysis purposes.

Is it (or something similar) supported in PF?

Best Answer

No, in OpenBSD v4.6 version, PF has no divert-like feature.

But good news, divert for PF will be included in OpenBSD v4.7 version

See http://www.mail-archive.com/source-changes@openbsd.org/msg11694.html for details. You could try it with OpenBSD-current branch / snapshots.

Related Topic