X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=master%2Fetc%2Fnetwork%2Finterfaces;h=2dd2c2f3404891c0b1ed50e734b5f90f8351c2c6;hb=2d67c911aecb455acbb84634c25579e736a1c62d;hp=a8c838a5419ed6c76de4ec1f46862c88d9a33ae6;hpb=6ded6f01e55bbc73e2505f8fdaaf6a4410a038b0;p=debian6500.git diff --git a/master/etc/network/interfaces b/master/etc/network/interfaces index a8c838a..2dd2c2f 100644 --- a/master/etc/network/interfaces +++ b/master/etc/network/interfaces @@ -14,21 +14,12 @@ iface eth0 inet static 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 - 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 - # 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 + 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