• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Way to disable nic during certain times

amdskip

Lifer
A local school has a few xp/2000 machines that they want to limit internet access to by turning it off after 3:00 each day and then enabling it at 8am.

It's not possible to do it at the router/server/firewall. It would have to be automatically done too. Anyone have any ideas?
 
batch files to either remove the default gateway (and add it) or add a proxy server statment to the OS, so that all web traffic gets routed to a dead IP OR an actual proxy (smoothwall) OR script to modify DNS to 1.1.1.1.

netsh is a great tool, write batch files using netsh and schedule them as tasks.
 
Back
Top