restore default ip configuration
[debian6500.git] / master / etc / network / interfaces
diff --git a/master/etc/network/interfaces b/master/etc/network/interfaces
deleted file mode 100644 (file)
index 2dd2c2f..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# This file describes the network interfaces available on your system
-# and how to activate them. For more information, see interfaces(5).
-
-# The loopback network interface
-auto lo
-iface lo inet loopback
-
-# The primary network interface
-auto eth0
-iface eth0 inet static
-       address 10.133.26.160
-       netmask 255.255.255.0
-       network 10.133.26.0
-       broadcast 10.133.26.255
-       pre-up ip addr flush dev eth0
-       post-up ip addr add 10.133.28.160/24 dev eth0
-       post-up ip route add default dev eth0
-
-# The secondary network interface
-auto eth1
-iface eth1 inet static
-       address 10.133.26.161
-       netmask 255.255.255.0
-       network 10.133.26.0
-       broadcast 10.133.26.255