Monday October 02, 2006 After what has possibly been too long, I've finally gotten around to rolling together version 4.1.14 of IPFilter.
What took it so long?
I got stuck into verifying all of the test results for NAT'd ICMP packets and their checksums, where unknowingly there was a bug in one of my test scripts I found by developing another path to verify checksums. Anyway, this is now done and I've a lot more confidence in the ability of IPFilter to correctly modify ICMP checksums now.
There are two other significant changes with this version.
The first is that output from "ipfstat -io" and similar is now all retrieved by using ioctls to iterate through in-memory lists. This should remedy that problem on Linux as well as other systems that use IPFilter and choose not to have a /dev/mem or /dev/kmem.
The second is short pool names can now be used in filter rules like this:
table role = ipf type = tree name = letters
{ 1.1.1.1/32; !2.2.0.0/16; 2.2.2.0/24; };
pass in from pool/letters to any
Anyway, I think that's all for now. I'll be updating sourceforge later in the day/week.
Posted by przemol on October 02, 2006 at 11:13 PM PDT #
It is on track for Solaris 10, Update 4., which may not be available until CY2007.
At some point later in the year, if you have the right kind of support contract, you may be able to get an IDR patch for Solaris 10, months in advance of the actual release of Solaris 10, Update 4.
Posted by Darren on October 02, 2006 at 11:28 PM PDT #
Posted by Kenneth Gonzalez on October 13, 2006 at 07:17 AM PDT #
Posted by Petr Mlynar on October 23, 2006 at 06:47 AM PDT #
Hello Darren,
I need an old version of IPFILTER (4.1.8) to create a replica of an existing server that is running version 4.1.8. I tried looking around but can't seem to find a download. Is it available somewhere? If not, will the latest version be ok to install using config files from version 4.1.8?
William.
Posted by William L on January 29, 2008 at 04:13 PM PST #