Bug #1649
closedSchedule is blocking outside its range instead of passing the traffic
0%
Description
I did some testing with schedules. For this created a schedule to block traffic between 00:00 and 06:00 every day.
But if I use this schedule at a rule it is blocked outside this range (see screenshoots).
Installed pfSense: 2.0-RC3 (amd64) built on Fri Jun 24 19:26:29 EDT 2011
As in "Feature #1214" described what I really want is to create a schedule that starts at 21:00 and end at 06:00 every day.
The workaround is to make two different schedules because it isn't possible to create such a schedule.
Files
Updated by Jim Pingle over 13 years ago
- Status changed from New to Rejected
On 2.0 the rules do not have the opposing effect as they did on 1.2.3 when off-schedule. They merely act like they do not exist. You will need to add a pass/block rule under the scheduled rule for whatever effect you want to happen when the schedule is not in effect.
Schedules must be contained within a specific day of the week, so straddling midnight isn't allowed. Just make multiple ranges to cover the times you want, but in the other order (00:00-05:59, 21:00-23:59)