hello all,

Is it (or will be) possible to set different state timeouts for different rules?

For example, if I'm using http, and I need to keep the state for 10 minutes because of an e-commerce session, and I dont want to keep the state for smtp for more than 30 seconds.

Something like:
---------
set timeout 60  #default timeout

# http rule
pass out on fxp0 proto tcp from any to any port www keep state timeout 600

# smtp rule
pass out on fxp0 proto tcp from any to any port smtp keep state timeout 30
--------

Cheers ;)

Reply via email to