[Solved] Block internet from *all*

What worked? There were many ideas shared, but it would be nice to know which one actually achieved the goal.

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

Sorry for being unclear. I created a rule to block the wan


and set time from 0:01 to 5:00 every day.

In /etc/config/firewall, it looks like this:

config rule
        option src 'lan'
        option dest 'wan'
        option target 'REJECT'
        option weekdays 'Sun Mon Tue Wed Thu'
        option start_time '00:01:00'
        option stop_time '05:00:00'
        option name 'Turn-off-internet'

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.