From f85ef646d50ac6d09cf69c9e51cb808b0e4ac4fb Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 18 Jun 2008 12:56:43 +0200 Subject: [PATCH] * Add configuration for dummy interface. --- etc/network/interfaces | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etc/network/interfaces b/etc/network/interfaces index 04ee0fe..7af7894 100644 --- a/etc/network/interfaces +++ b/etc/network/interfaces @@ -8,3 +8,8 @@ iface lo inet loopback # The primary network interface allow-hotplug eth0 iface eth0 inet dhcp + +auto dummy0 +iface dummy0 inet static + address 10.0.0.254 + netmask 255.255.255.0 -- 2.30.2