Monitoring switch suppression
[debian6500.git] / master / etc / network / interfaces
index d10f3b09381cd2a8c6501e49c1ad39fdf95d77c8..a8c838a5419ed6c76de4ec1f46862c88d9a33ae6 100644 (file)
@@ -13,6 +13,9 @@ iface eth0 inet static
        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
+       # Sensor prod
+       post-up ip route add 225.0.0.0/8 dev eth0
        # FE306 authentification
        post-up ip route add 238.0.0.0/24 dev eth0
        # FE306 pano
@@ -29,15 +32,3 @@ iface eth0 inet static
        post-up ip route add 238.192.0.0/11 dev eth0
        # Delay line
        post-up ip route add 239.0.0.0/8 dev eth0
-
-# The secondary network interface
-auto eth1
-iface eth1 inet static
-       address 10.133.28.160
-       netmask 255.255.255.0
-       network 10.133.28.0
-       broadcast 10.133.28.255
-       gateway 10.133.28.231
-       pre-up ip addr flush dev eth1
-       # Sensor prod
-       post-up ip route add 225.0.0.0/8 dev eth1