restore default ip configuration
[debian6500.git] / master / etc / network / interfaces.lite
diff --git a/master/etc/network/interfaces.lite b/master/etc/network/interfaces.lite
new file mode 100644 (file)
index 0000000..2dd2c2f
--- /dev/null
@@ -0,0 +1,25 @@
+# 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