force interface up for mhf 30 config
[debian6500.git] / master / opt / cluster / acq / etc / network / interfaces
CommitLineData
8a824b03
LM
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
5auto lo
6iface lo inet loopback
7
8# The primary network interface
9auto eth0
10iface eth0 inet dhcp
11 pre-up ip addr flush dev eth0
12 # FE306 pano
13 post-up ip route add 238.75.0.0/16 dev eth0
14 # FE306 WP channels
15 # Pour prod voie PV 2eme octet vaut 111X XX11 (cf. libfreqplan/freqplancommon.h)
16 # => on met val de base vaut 224 (1110 0000) et mask a 224 (1110 0000)
17 # => 2eme octet associe aux valeurs de 224 a 255
18 post-up ip route add 238.224.0.0/11 dev eth0
19
20
21# The secondary network interface
22auto eth1
23iface eth1 inet dhcp
24 pre-up ip addr flush dev eth1
25 # FE306 authentification
26 post-up ip route add 238.0.0.0/24 dev eth1
27 # FE306 RF channels
28 # Pour prod voie RF 2eme octet vaut 110X XX11 (cf. libfreqplan/freqplancommon.h)
29 # => on met val de base vaut 192 (1100 0000) et mask a 224 (1110 0000)
30 # => 2eme octet associe aux valeurs de 192 a 223
31 post-up ip route add 238.192.0.0/11 dev eth1
32 # Delay line
33 post-up ip route add 239.0.0.0/8 dev eth1
34 # Sensor prod
35 post-up ip route add 225.0.0.0/8 dev eth1
36
d787cd94 37# The tertiary network interface
8a824b03
LM
38auto eth2
39iface eth2 inet dhcp
2751033a 40 pre-up ip link set eth2 up; sleep 5
8a824b03 41
d787cd94 42# The quaternary network interface
8a824b03
LM
43auto eth3
44iface eth3 inet dhcp
2751033a 45 pre-up ip link set eth3 up; sleep 5
8a824b03 46
d787cd94
LM
47# The quinary network interface
48auto eth4
49iface eth4 inet dhcp
2751033a 50 pre-up ip link set eth4 up; sleep 5
d787cd94
LM
51
52# The senary network interface
8a824b03
LM
53auto eth5
54iface eth5 inet dhcp
2751033a 55 pre-up ip link set eth5 up; sleep 5