[ Charset ISO-8859-1 unsupported, converting... ] > Hi, can somebody give me some sample rules that use ipf's auth and > call actions? I am interested in using "call" to combine ipf with > mandatory access control (on freebsd) thus providing file per ip > access. Unfortunately I'm new to ipf (though I used ipfw and iptables > before).
For auth rules, and how to interact with them, have a look at ipfauth (ipfauth.sourceforge.net.) For the call rules, there is a table of registered functions that can be used with it. If you want to add something special, you need to implement a new function and add it to that array. Darren
