X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=install%2Fcluster%2Fmaster%2Fetc%2Fnetwork%2Finterfaces;fp=install%2Fcluster%2Fmaster%2Fetc%2Fnetwork%2Finterfaces;h=0000000000000000000000000000000000000000;hb=3a30026aa30355dac5c5f9742da0fdba797701ea;hp=843ddaad524e9afa63b1262ee9b2a0b6a00faed4;hpb=7fa766f7c1562671a1b5db6f365f6ec4e847c309;p=debian6500.git diff --git a/install/cluster/master/etc/network/interfaces b/install/cluster/master/etc/network/interfaces deleted file mode 100644 index 843ddaa..0000000 --- a/install/cluster/master/etc/network/interfaces +++ /dev/null @@ -1,44 +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 - # FE306 pano - post-up ip route add 238.75.0.0/16 dev eth0 - # FE306 WP channels - # Pour prod voie PV 2eme octet vaut 111X XX11 (cf. libfreqplan/freqplancommon.h) - # => on met val de base vaut 224 (1110 0000) et mask a 224 (1110 0000) - # => 2eme octet associe aux valeurs de 224 a 255 - post-up ip route add 238.224.0.0/11 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 - # FE306 authentification - post-up ip route add 238.0.0.0/24 dev eth1 - # FE306 RF channels - # Pour prod voie RF 2eme octet vaut 110X XX11 (cf. libfreqplan/freqplancommon.h) - # => on met val de base vaut 192 (1100 0000) et mask a 224 (1110 0000) - # => 2eme octet associe aux valeurs de 192 a 223 - post-up ip route add 238.192.0.0/11 dev eth1 - # Delay line - post-up ip route add 239.0.0.0/8 dev eth1 - # Sensor prod - post-up ip route add 225.0.0.0/8 dev eth1