X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fopt%2Fcluster%2Fslave%2Fetc%2Fnetwork%2Finterfaces;fp=master%2Fopt%2Fcluster%2Fslave%2Fetc%2Fnetwork%2Finterfaces;h=6a2c9d72de773a96da4825187330aeaa2ebf05e8;hb=7fc28d0460300b4e258750bee85f6c386d589e85;hp=a5d335dfe1bf50094c737be8cad0fe43b3030691;hpb=6153c57aee44957130d6c44222dd03fa899c7ead;p=debian6500.git diff --git a/master/opt/cluster/slave/etc/network/interfaces b/master/opt/cluster/slave/etc/network/interfaces index a5d335d..6a2c9d7 100644 --- a/master/opt/cluster/slave/etc/network/interfaces +++ b/master/opt/cluster/slave/etc/network/interfaces @@ -16,13 +16,6 @@ iface eth0 inet dhcp # => 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 - # 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 eth0 - # Delay line - post-up ip route add 239.0.0.0/8 dev eth0 # The secondary network interface auto eth1 @@ -30,5 +23,12 @@ 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 + # 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