c2aae91272dc84beb6539a16b4acdc3a1e605d03
[debian6500.git] / master / etc / dhcp / dhcpd.conf.bravo
1 # /etc/dhcp3/dhcpd.conf
2 # Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server')
3 # Formation Debian GNU/Linux par Alexis de Lattre
4 # http://formation-debian.via.ecp.fr/
5
6 # Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options
7
8
9 # ============================================================================
10 # V1.5
11 # Copyright (C) THALES. All rights reserved
12 # Author: Jean-Noel Raguenes
13 # Date : 07/12/2009
14 # Modification:
15 # - V1.1: Herve Petit 10/03/2010
16 # Reprise avec ajouts des sub net eth1
17 # - V1.2: Herve Petit 24/06/2010
18 # Ajout option routers sur sub net eth1
19 # - V1.3: Herve Petit 25/08/2010
20 # Remplacement lame trc13 par lame trc27 a cause pb d'init_statique
21 # qui prennait 2 mn sur cette lame
22 # - V1.4: Herve Petit 18/04/2011
23 # Suppression definition de la route par defaut a partir du fichier dhcp
24 # - V1.5: Laurent Mazet 09/05/2014
25 # Netoyage
26 # ============================================================================
27
28 # DEBUT des options GLOBALES
29 # Les options globales s'appliqueront par defaut a tous les sous-reseaux
30
31 # Nom de domaine
32 ddns-domainname "trc6500.thalesgroup.com";
33 option domain-name "trc6500.thalesgroup.com";
34
35 # Duree du bail en secondes
36 default-lease-time 6000;
37 max-lease-time 6000;
38 server-name "maitre";
39
40 # FIN des options GLOBALES
41
42 # DEBUT de la declaration des sous-reseaux et des machines
43
44 subnet 10.133.26.0 netmask 255.255.255.0
45 {
46 next-server 10.133.26.160;
47 filename "pxelinux.0";
48 option domain-name-servers 10.133.26.160;
49 option routers 10.133.26.231;
50 use-host-decl-names on;
51 authoritative;
52 }
53
54 # liste des lames a completer dans l'ordre de la baie
55
56 #lames fusion
57 host trc01-rf { hardware ethernet 00:21:5E:98:CC:C8; fixed-address 10.133.26.161;}
58
59 #lames gonio
60 host trc02-rf { hardware ethernet 00:21:5E:98:C6:EC; fixed-address 10.133.26.162;}
61 host trc03-rf { hardware ethernet 00:21:5E:98:C1:F8; fixed-address 10.133.26.163;}
62 host trc04-rf { hardware ethernet 00:21:5E:98:C7:78; fixed-address 10.133.26.164;}
63 host trc05-rf { hardware ethernet 00:21:5E:98:C6:18; fixed-address 10.133.26.165;}
64 host trc06-rf { hardware ethernet 00:21:5E:98:C5:B8; fixed-address 10.133.26.166;}
65 host trc07-rf { hardware ethernet 00:21:5E:98:C7:90; fixed-address 10.133.26.167;}
66 host trc08-rf { hardware ethernet 00:21:5E:98:C5:88; fixed-address 10.133.26.168;}
67 host trc09-rf { hardware ethernet 00:21:5E:98:C0:24; fixed-address 10.133.26.169;}
68 host trc10-rf { hardware ethernet 00:21:5E:98:C5:90; fixed-address 10.133.26.170;}
69 host trc11-rf { hardware ethernet 00:21:5E:98:C2:D8; fixed-address 10.133.26.171;}
70 host trc12-rf { hardware ethernet 00:21:5E:98:C1:CC; fixed-address 10.133.26.172;}
71 host trc13-rf { hardware ethernet 00:21:5E:98:C1:C0; fixed-address 10.133.26.173;}
72 host trc14-rf { hardware ethernet 00:21:5E:98:C6:3C; fixed-address 10.133.26.174;}
73 host trc15-rf { hardware ethernet 00:21:5E:98:C5:50; fixed-address 10.133.26.175;}
74 host trc16-rf { hardware ethernet 00:21:5E:98:C5:F8; fixed-address 10.133.26.176;}
75 host trc17-rf { hardware ethernet 00:21:5E:98:BF:68; fixed-address 10.133.26.177;}
76
77 #lames monitoring
78 host trc18-rf { hardware ethernet 00:21:5E:98:AC:E4; fixed-address 10.133.26.178;}
79 host trc19-rf { hardware ethernet 00:21:5E:98:B6:B8; fixed-address 10.133.26.179;}
80 host trc20-rf { hardware ethernet 00:21:5E:98:C6:D4; fixed-address 10.133.26.180;}
81 host trc21-rf { hardware ethernet 00:21:5E:98:C6:DC; fixed-address 10.133.26.181;}
82 host trc22-rf { hardware ethernet 00:21:5E:98:C3:00; fixed-address 10.133.26.182;}
83 host trc23-rf { hardware ethernet 00:21:5E:98:BE:B4; fixed-address 10.133.26.183;}
84 host trc24-rf { hardware ethernet 00:21:5E:98:C4:90; fixed-address 10.133.26.184;}
85 host trc25-rf { hardware ethernet 00:21:5E:98:C5:94; fixed-address 10.133.26.185;}
86
87 #lame lsu
88 host trc26-rf { hardware ethernet 00:21:5E:98:C5:7C; fixed-address 10.133.26.186;}
89
90 #spare
91 host trc27-rf { hardware ethernet 00:21:5E:98:C7:18; fixed-address 10.133.26.187;}
92
93 host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;}
94 host trc29-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;}
95 host trc30-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;}
96 host trc31-rf { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.191;}
97
98 subnet 10.133.28.0 netmask 255.255.255.0
99 {
100 next-server 10.133.28.160;
101 filename "pxelinux.0";
102 option routers 10.133.28.231;
103 option domain-name-servers 10.133.28.160;
104 use-host-decl-names on;
105 authoritative;
106 }
107
108 #lame fusion
109 host trc01 { hardware ethernet 00:21:5E:98:CC:CA; fixed-address 10.133.28.161;}
110
111 #lames gonio eth1
112 host trc02 { hardware ethernet 00:21:5E:98:C6:EE; fixed-address 10.133.28.162;}
113 host trc03 { hardware ethernet 00:21:5E:98:C1:FA; fixed-address 10.133.28.163;}
114 host trc04 { hardware ethernet 00:21:5E:98:C7:7A; fixed-address 10.133.28.164;}
115 host trc05 { hardware ethernet 00:21:5E:98:C6:1A; fixed-address 10.133.28.165;}
116 host trc06 { hardware ethernet 00:21:5E:98:C5:BA; fixed-address 10.133.28.166;}
117 host trc07 { hardware ethernet 00:21:5E:98:C7:92; fixed-address 10.133.28.167;}
118 host trc08 { hardware ethernet 00:21:5E:98:C5:8A; fixed-address 10.133.28.168;}
119 host trc09 { hardware ethernet 00:21:5E:98:C0:26; fixed-address 10.133.28.169;}
120 host trc10 { hardware ethernet 00:21:5E:98:C5:92; fixed-address 10.133.28.170;}
121 host trc11 { hardware ethernet 00:21:5E:98:C2:DA; fixed-address 10.133.28.171;}
122 host trc12 { hardware ethernet 00:21:5E:98:C1:CE; fixed-address 10.133.28.172;}
123 host trc13 { hardware ethernet 00:21:5E:98:C1:C2; fixed-address 10.133.28.173;}
124 host trc14 { hardware ethernet 00:21:5E:98:C6:3E; fixed-address 10.133.28.174;}
125 host trc15 { hardware ethernet 00:21:5E:98:C5:52; fixed-address 10.133.28.175;}
126 host trc16 { hardware ethernet 00:21:5E:98:C5:FA; fixed-address 10.133.28.176;}
127 host trc17 { hardware ethernet 00:21:5E:98:BF:6A; fixed-address 10.133.28.177;}
128
129 #lames monitoring eth1
130 host trc18 { hardware ethernet 00:21:5E:98:AC:E6; fixed-address 10.133.28.178;}
131 host trc19 { hardware ethernet 00:21:5E:98:B6:BA; fixed-address 10.133.28.179;}
132 host trc20 { hardware ethernet 00:21:5E:98:C6:D6; fixed-address 10.133.28.180;}
133 host trc21 { hardware ethernet 00:21:5E:98:C6:DE; fixed-address 10.133.28.181;}
134 host trc22 { hardware ethernet 00:21:5E:98:C3:02; fixed-address 10.133.28.182;}
135 host trc23 { hardware ethernet 00:21:5E:98:BE:B6; fixed-address 10.133.28.183;}
136 host trc24 { hardware ethernet 00:21:5E:98:C4:92; fixed-address 10.133.28.184;}
137 host trc25 { hardware ethernet 00:21:5E:98:C5:96; fixed-address 10.133.28.185;}
138
139 #lame lsu
140 host trc26 { hardware ethernet 00:21:5E:98:C5:7E; fixed-address 10.133.28.186;}
141
142 #spare
143 host trc27 { hardware ethernet 00:21:5E:98:C7:1A; fixed-address 10.133.28.187;}
144
145 host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;}
146 host trc29 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;}
147 host trc30 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;}
148 host trc31 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.28.191;}