creechy
New Around Here
I'm not sure if this is an ASUS or merlin bug. I'm running Asuswrt-merlin version 3004.388.4. I was trying to set up some Time Scheduling using the Online Scheduling mode. I wanted to set up multiple blocks on a daily schedule, but that doesn't appear to work correctly.
I set up two blocks
The result was the device was blocked all the time. Looking at the iptables rules that were created, I can see why
The second and fourth rules are wrong, as the end time is midnight.
I ended up switching back to the Offline scheduling mode, which is fine, just not as convenient to think about and visualize.
Is this the appropriate place to report the bug?
I set up two blocks
Code:
08:00 - 09:00
16:00 - 22:00
The result was the device was blocked all the time. Looking at the iptables rules that were created, I can see why
Code:
DROP all -- anywhere anywhere TIME from 00:00:00 to 08:00:00 MAC 38:56:3D:2D:F4:85
DROP all -- anywhere anywhere TIME from 09:00:00 to 23:59:59 MAC 38:56:3D:2D:F4:85
DROP all -- anywhere anywhere TIME from 00:00:00 to 16:00:00 MAC 38:56:3D:2D:F4:85
DROP all -- anywhere anywhere TIME from 22:00:00 to 23:59:59 MAC 38:56:3D:2D:F4:85
The second and fourth rules are wrong, as the end time is midnight.
I ended up switching back to the Offline scheduling mode, which is fine, just not as convenient to think about and visualize.
Is this the appropriate place to report the bug?