* Add configuration for dummy interface.
authorMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Wed, 18 Jun 2008 10:56:43 +0000 (12:56 +0200)
committerMatthijs Kooijman <matthijs@drsnuggles.stderr.nl>
Wed, 18 Jun 2008 10:56:43 +0000 (12:56 +0200)
etc/network/interfaces

index 04ee0fe32ad0c6c54b61c0a7542d88f60aa709e5..7af7894337343336b9d86c2d1c6d373868fa2a70 100644 (file)
@@ -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