remove gateway for eth0 configuration
[debian6500.git] / master / etc / dhcp / dhcpd.conf.blank
CommitLineData
4e802319 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# ============================================================================
a3300608 10# V1.5
4e802319 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
32ddns-domainname "trc6500.thalesgroup.com";
33option domain-name "trc6500.thalesgroup.com";
34
35# Duree du bail en secondes
36default-lease-time 6000;
37max-lease-time 6000;
38server-name "maitre";
39
40# FIN des options GLOBALES
41
42# DEBUT de la declaration des sous-reseaux et des machines
43
44subnet 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;
39656b88 49 #option routers 10.133.26.231;
4e802319 50 use-host-decl-names on;
51 authoritative;
52}
53
54# liste des lames a completer dans l'ordre de la baie
55
56#lame fusion, pistage, LSU
57host trc01-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.161;}
58
59#lames gonio
db52c898
LM
60host trc02-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.162;}
61host trc03-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.163;}
62host trc04-rf { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.164;}
63host trc05-rf { hardware ethernet 00:00:00:00:00:05; fixed-address 10.133.26.165;}
64host trc06-rf { hardware ethernet 00:00:00:00:00:06; fixed-address 10.133.26.166;}
65host trc07-rf { hardware ethernet 00:00:00:00:00:07; fixed-address 10.133.26.167;}
66host trc08-rf { hardware ethernet 00:00:00:00:00:08; fixed-address 10.133.26.168;}
67host trc09-rf { hardware ethernet 00:00:00:00:00:09; fixed-address 10.133.26.169;}
68host trc10-rf { hardware ethernet 00:00:00:00:00:0A; fixed-address 10.133.26.170;}
69host trc11-rf { hardware ethernet 00:00:00:00:00:0B; fixed-address 10.133.26.171;}
70host trc12-rf { hardware ethernet 00:00:00:00:00:0C; fixed-address 10.133.26.172;}
71host trc13-rf { hardware ethernet 00:00:00:00:00:0D; fixed-address 10.133.26.173;}
72host trc14-rf { hardware ethernet 00:00:00:00:00:0E; fixed-address 10.133.26.174;}
73host trc15-rf { hardware ethernet 00:00:00:00:00:0F; fixed-address 10.133.26.175;}
74host trc16-rf { hardware ethernet 00:00:00:00:00:10; fixed-address 10.133.26.176;}
75host trc17-rf { hardware ethernet 00:00:00:00:00:11; fixed-address 10.133.26.177;}
76host trc18-rf { hardware ethernet 00:00:00:00:00:12; fixed-address 10.133.26.178;}
77host trc19-rf { hardware ethernet 00:00:00:00:00:13; fixed-address 10.133.26.179;}
78host trc20-rf { hardware ethernet 00:00:00:00:00:14; fixed-address 10.133.26.180;}
79host trc21-rf { hardware ethernet 00:00:00:00:00:15; fixed-address 10.133.26.181;}
80host trc22-rf { hardware ethernet 00:00:00:00:00:16; fixed-address 10.133.26.182;}
81host trc23-rf { hardware ethernet 00:00:00:00:00:17; fixed-address 10.133.26.183;}
82host trc24-rf { hardware ethernet 00:00:00:00:00:18; fixed-address 10.133.26.184;}
83host trc25-rf { hardware ethernet 00:00:00:00:00:19; fixed-address 10.133.26.185;}
4e802319 84
85#lames monitoring
db52c898
LM
86host trc26-rf { hardware ethernet 00:00:00:00:00:1A; fixed-address 10.133.26.186;}
87host trc27-rf { hardware ethernet 00:00:00:00:00:1B; fixed-address 10.133.26.187;}
4e802319 88
db52c898
LM
89host trc28-rf { hardware ethernet 00:00:00:00:00:1C; fixed-address 10.133.26.188;}
90host trc29-rf { hardware ethernet 00:00:00:00:00:1D; fixed-address 10.133.26.189;}
91host trc30-rf { hardware ethernet 00:00:00:00:00:1E; fixed-address 10.133.26.190;}
92host trc31-rf { hardware ethernet 00:00:00:00:00:1F; fixed-address 10.133.26.191;}
4e802319 93
94subnet 10.133.28.0 netmask 255.255.255.0
95{
96 next-server 10.133.28.160;
97 filename "pxelinux.0";
98 option routers 10.133.28.231;
99 option domain-name-servers 10.133.28.160;
100 use-host-decl-names on;
101 authoritative;
102}
103
104#lame fusion, pistage, LSU
db52c898 105host trc01 { hardware ethernet 00:00:00:00:01:01; fixed-address 10.133.28.161;}
4e802319 106
107#lames gonio
db52c898
LM
108host trc02 { hardware ethernet 00:00:00:00:01:02; fixed-address 10.133.28.162;}
109host trc03 { hardware ethernet 00:00:00:00:01:03; fixed-address 10.133.28.163;}
110host trc04 { hardware ethernet 00:00:00:00:01:04; fixed-address 10.133.28.164;}
111host trc05 { hardware ethernet 00:00:00:00:01:05; fixed-address 10.133.28.165;}
112host trc06 { hardware ethernet 00:00:00:00:01:06; fixed-address 10.133.28.166;}
113host trc07 { hardware ethernet 00:00:00:00:01:07; fixed-address 10.133.28.167;}
114host trc08 { hardware ethernet 00:00:00:00:01:08; fixed-address 10.133.28.168;}
115host trc09 { hardware ethernet 00:00:00:00:01:09; fixed-address 10.133.28.169;}
116host trc10 { hardware ethernet 00:00:00:00:01:0A; fixed-address 10.133.28.170;}
117host trc11 { hardware ethernet 00:00:00:00:01:0B; fixed-address 10.133.28.171;}
118host trc12 { hardware ethernet 00:00:00:00:01:0C; fixed-address 10.133.28.172;}
119host trc13 { hardware ethernet 00:00:00:00:01:0D; fixed-address 10.133.28.173;}
120host trc14 { hardware ethernet 00:00:00:00:01:0E; fixed-address 10.133.28.174;}
121host trc15 { hardware ethernet 00:00:00:00:01:0F; fixed-address 10.133.28.175;}
122host trc16 { hardware ethernet 00:00:00:00:01:10; fixed-address 10.133.28.176;}
123host trc17 { hardware ethernet 00:00:00:00:01:11; fixed-address 10.133.28.177;}
124host trc18 { hardware ethernet 00:00:00:00:01:12; fixed-address 10.133.28.178;}
125host trc19 { hardware ethernet 00:00:00:00:01:13; fixed-address 10.133.28.179;}
126host trc20 { hardware ethernet 00:00:00:00:01:14; fixed-address 10.133.28.180;}
127host trc21 { hardware ethernet 00:00:00:00:01:15; fixed-address 10.133.28.181;}
128host trc22 { hardware ethernet 00:00:00:00:01:16; fixed-address 10.133.28.182;}
129host trc23 { hardware ethernet 00:00:00:00:01:17; fixed-address 10.133.28.183;}
130host trc24 { hardware ethernet 00:00:00:00:01:18; fixed-address 10.133.28.184;}
131host trc25 { hardware ethernet 00:00:00:00:01:19; fixed-address 10.133.28.185;}
4e802319 132
133#lames monitoring
db52c898
LM
134host trc26 { hardware ethernet 00:00:00:00:01:1A; fixed-address 10.133.28.186;}
135host trc27 { hardware ethernet 00:00:00:00:01:1B; fixed-address 10.133.28.187;}
4e802319 136
db52c898
LM
137host trc28 { hardware ethernet 00:00:00:00:01:1C; fixed-address 10.133.26.188;}
138host trc29 { hardware ethernet 00:00:00:00:01:1D; fixed-address 10.133.26.189;}
139host trc30 { hardware ethernet 00:00:00:00:01:1E; fixed-address 10.133.26.190;}
140host trc31 { hardware ethernet 00:00:00:00:01:1F; fixed-address 10.133.28.191;}