Merge branch 'master' of srvgitgnv:/gitstore/g_tr65/debian6500
[debian6500.git] / master / opt / cluster / slave / etc / network / interfaces
index c9960515527560971f737e2b48cbb7a5e30528bf..a5d335dfe1bf50094c737be8cad0fe43b3030691 100644 (file)
@@ -23,11 +23,12 @@ iface eth0 inet dhcp
        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
-       # FE306 authentification
-       post-up ip route add 238.0.0.0/24 dev eth0
-       # Sensor prod
-       post-up ip route add 225.0.0.0/8 dev eth0
 
+# The secondary network interface
 auto eth1
 iface eth1 inet dhcp
-
+       pre-up ip addr flush dev eth1
+       # FE306 authentification
+       post-up ip route add 238.0.0.0/24 dev eth1
+       # Sensor prod
+       post-up ip route add 225.0.0.0/8 dev eth1