Over the weekend I added the ability to use destination
lists as targets with policy based routing, to ipfilter
version 5.

e.g.;

in ipf.conf:
pass in on bge0 to dstlist/servers proto tcp from any to any port = 80 flags S 
keep state

and in ippool.conf:
pool ipf/dstlist (name servers; policy round-robin;)
{ nic0:1.1.0.2; nic1:1.1.1.2; nic2:1.1.2.2; nic3:1.1.3.2; };

I've also completed a lot of work on an old compile option,
IPFILTER_COMPAT, for those that can only upgrade kernels.
Thus far, this has only been committed to v4.1 but will soon
come to 5 too.

At present my ability to test compiling and actively is
limited, so I'd welcome feedback...

Darren

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Ipfilter-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipfilter-devel

Reply via email to