Shutdown network interface

How to shutdown a network interface under linux

untagged

23 Words

2025-07-14 10:31 +0200


To shutdown a network interface :

sudo ip link set <interface> down

To enable it again :

sudo ip link set <interface> up