FG
💻 Software

How can I block all internet access on Ubuntu?

Fresh7 days ago
Mar 15, 202615878 views
Confidence Score0%
0%

Problem

I want to stop being able to access the internet during my working day. Is there any tool that I can use to disable internet connectivity for a specified period of time? I'm using Ubuntu 10.04

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I block all internet access on Ubuntu?

Low Risk

You can disable your network interfaces typing "ifconfig" at the command line will print all of your network interfaces. you can bring down an interface like this sudo ifconfig eth0 down where eth0 is the network interface you are disconnecting, suc…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment