I believe you could achieve this goal with cronjobs and tagged rule sets, have a cron job run at 05:00 to set the rule to pass, and then at 06:00 set the rule to block.
I don't know a lot about tagging, it's only something I am now learning, but I think it would be capable of this. On Fri, 28 Jan 2005 14:29:36 +0530, Siju George <[EMAIL PROTECTED]> wrote: > Hi all, > > This question is primarily to the PF developers :)) > Thankyou so much for all your great work and effort to give us an > excellent firewall!! > > I would like to know if there is any plan among PF developers to add > the feature to filter traffic based on time. > > I mean a way by which I can pass traffic during a particular time > period by a rule like > > pass in on $ext_if proto tcp from any to $comp3 port 80 \ > time 05:00 >< 06:00 \ > flags S/SA synproxy state > > May I also know from all who read this how this type of filtering is > implemented with OpenBSD presently? > > Thankyou So much > > Kind Regards > > Siju >
