Create Dummy Interface

To create a dummy interface on Debian/Ubuntu – which can be useful for a variety of use cases – you can use these commands:

sudo ip link add name loop0 type dummy

nano /etc/network/interfaces

::

auto loop0
iface loop0 inet static
  address #.#.#.#/32

DavisSystem

Consolidated Notes From the Desk of Sean Davis.


Create a dummy interface on Debian

By Sean, 2024-04-04