-
I have already installed daxfi and decided to test my iptables rules with it. After running daxfidump i saw "Dumped 0 rule(s) in 0 chain(s)" output. Then i played with the file and edited the firewall part as "firewall = Firewall("iptables")". Still i dont see any output. Also tried INPUT, OUTPUT chains for the "for chain in ('in', 'out', 'nat'):". Still...
2008-04-19 18:53:48 UTC by oguzy
-
In this release, every available patch was applied.
Coders willing to takeover DAXFi are still required, since this project was not developed in the last three or four years, now.
2007-04-25 12:14:05 UTC by alberanid
-
DAXFi is a Python package that helps configure several different kinds of firewalls in a consistent way. The rules can be described with XML files, XML strings, or generated directly by the code.
I've not worked on DAXFi since a long time; if someone wants to take over the development, I'll be very glad to give all the support that I could.
Required skills/keywords: Python, XML, firewalls.
2006-02-09 12:36:07 UTC by alberanid
-
DAXFi is not actively developed since about two years, now.
If you want to revive this project, see the home
page and contact me: http://daxfi.sf.net
DAXFi is a Python package that helps configure
several different kinds of firewalls in a consistent way.
2004-12-07 21:29:22 UTC by alberanid
-
A simple demo cgi is available:
http://daxfi.sourceforge.net/#demo
It shows how DAXFi can be used to generate
firewall rules.
2004-12-06 09:24:11 UTC by alberanid
-
Debian packages are now available from a
deb repository: http://erlug.linux.it/~da/deb/
RPM and SRPM are also available here:
http://erlug.linux.it/~da/rpm/.
2004-06-17 18:34:48 UTC by alberanid
-
Released packages for Debian (Python 2.1 is required)
and RedHat/Mandrake (Python 2.2 is required).
Published a small patch for the tarball version.
2003-07-26 11:55:15 UTC by alberanid
-
User defined chains and chain policies were introduced. The pyXML package is no longer required, and the SAX API is used instead of DOM, with noticeable performance improvement. Now two rules can be merged using the XOR operator. The daxfidump script can write the output to a single file. Many bugs were fixed.
2002-12-19 07:21:53 UTC by alberanid
-
in this release the XML syntax was modified, many bugs
were fixed and now the C modules are compiled for i386,
Alpha, PPC and Sparc64 architectures.
Introduced other changes for performance improvement.
2002-09-07 13:39:56 UTC by alberanid
-
it's slightly different as far as i know, but i didn'T have the time yet to lake a deeper look at it, in the openbsd FAQ the difference between IPF and PF is explained, perhaps you want to take a look at it :)
http://www.openbsd.org/faq/faq6.html#PF.
2002-04-19 14:13:06 UTC by darkspecter