From: Matthijs Kooijman Date: Wed, 18 Jun 2008 10:56:43 +0000 (+0200) Subject: * Add configuration for dummy interface. X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;h=f85ef646d50ac6d09cf69c9e51cb808b0e4ac4fb;p=matthijs%2Fservers%2Fdrsnuggles.git * Add configuration for dummy interface. --- 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