Firewall schedule
-
Hey netgate fam i have a hopefully simple question.
For firewall schedules, is it possible to create a schedule that says 'Sat and Sun' only. It applies to all months all years.
Its annoying having to go to each month and create the same rule logic instead of it just being days only regardless of month. -
@michmoor also to add I’m getting flooded with email f
/etc/
re.filter configure_sync -
Yes, just select the Sat and Sun header:
The config that generates looks like:
<schedules> <schedule> <name>Weekends</name> <descr></descr> <timerange> <position>6,7</position> <hour>0:00-23:59</hour> <rangedescr><![CDATA[Weekends Only]]></rangedescr> </timerange> <schedlabel>63173b49e68a8</schedlabel> </schedule> </schedules>
Steve
-
@stephenw10 Yep i figured out how the scheduling works. GUI isnt clear (at least to me) how to do a daily schedule or a monthly scedule. Months are presented so it feels like its implied that if you want to have a rule active only on the weekends, you need to select every weekend on every month but you actually dont. Documentation is not clear on this front either but nevertheless reviewing the xml stanza made everything make sense.
Thanks Steve !