Forrest logo
back to the ifconfig tool

ifconfig:ai:03d02

How to disconnect internet with terminal?
$ ifconfig ${interface_name} down
try on your machine

This command will disable the specific interface, effectively disconnecting the internet connection.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • how to disconnect internet with terminal?
  • how to turn off specified network interface in terminal?
back to the ifconfig tool