correct infinity loop during checkudevrules
[debian6500.git] / master / etc / network / interfaces.default
1 # This file describes the network interfaces available on your system
2 # and how to activate them. For more information, see interfaces(5).
3
4 # The loopback network interface
5 auto lo
6 iface lo inet loopback
7
8 # The primary network interface
9 iface eth0 inet static
10 address 10.133.26.160
11 netmask 255.255.255.0
12 network 10.133.26.0
13 broadcast 10.133.26.255
14 pre-up ip addr flush dev eth0
15 # FE306 pano
16 post-up ip route add 238.75.0.0/16 dev eth0
17 # FE306 WP channels
18 # Pour prod voie PV 2eme octet vaut 111X XX11 (cf. libfreqplan/freqplancommon.h)
19 # => on met val de base vaut 224 (1110 0000) et mask a 224 (1110 0000)
20 # => 2eme octet associe aux valeurs de 224 a 255
21 post-up ip route add 238.224.0.0/11 dev eth0
22
23 # The secondary network interface
24 auto eth1
25 iface eth1 inet static
26 address 10.133.28.160
27 netmask 255.255.255.0
28 network 10.133.28.0
29 broadcast 10.133.28.255
30 gateway 10.133.28.231
31 pre-up ip addr flush dev eth1
32 # FE306 authentification
33 post-up ip route add 238.0.0.0/24 dev eth1
34 # FE306 RF channels
35 # Pour prod voie RF 2eme octet vaut 110X XX11 (cf. libfreqplan/freqplancommon.h)
36 # => on met val de base vaut 192 (1100 0000) et mask a 224 (1110 0000)
37 # => 2eme octet associe aux valeurs de 192 a 223
38 post-up ip route add 238.192.0.0/11 dev eth1
39 # Delay line
40 post-up ip route add 239.0.0.0/8 dev eth1
41 # Sensor prod
42 post-up ip route add 225.0.0.0/8 dev eth1