anyone have a netgraph node to do ipfw filtering?
Andrew Snow
andrew at modulus.org
Fri Sep 12 06:17:32 UTC 2008
I think what you ask can be done by:
1. sending the packet through ng_mbuf to tag it
2. sending it to ng_ipfw to be sent through IPFW
3. use IPFW rules to operate on packets with the particular tag you
attached in #1
4. as the final IPFW rule, pass the packet back in to netgraph via a
'netgraph' IPFW rule.
I have not tried this, no idea if it would work
Best of luck! :-)
- Andrew
More information about the freebsd-net
mailing list