Hi,
@ermal:
It is present in 2.0 that's why i said it is present.
though all you need is find it on 2.0 code and enter manually in 1.2.3 since its just php modification and you do not need to rebuild the whole system.
I downloaded a 2.0 snapshot (pfSense-2.0-ALPHA-ALPHA-20090923-1117.iso, based on FreeBSD 8.0), and unfortunatly, the feature I talked about (max-src-conn) is not included. There is :
marking/matching options (news to 2.0)
max-src-node (already in 1.2)
max-src-states (already in 1.2)
max-src-conn-rates (already in 1.2)
state timeout
However, with your advices, I was able to easily add this feature.
For 1.2, in /etc/inc/filter.inc and /usr/local/www/firewall_rules_edit.php
For 2.0, in /etc/inc/filter.inc, /usr/local/www/firewall_rules_edit.php, and /usr/local/www/firewall_rules.php
It is really trivial.
May it be interresting for the project that I try to submit the patch in rcs.pfsense.org ? (http://devwiki.pfsense.org/SubmittingPatches).
Best regards,
Pierre