change version
[debian6500.git] / master / etc / dhcp / dhcpd.conf.30MHzMDF.lite
CommitLineData
3a8d2b2f
TPVT
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# DEBUT des options GLOBALES
9# Les options globales s'appliqueront par defaut a tous les sous-reseaux
10
11# Nom de domaine
12ddns-domainname "trc6500.thalesgroup.com";
13option domain-name "trc6500.thalesgroup.com";
14
15# Duree du bail en secondes
16default-lease-time 6000;
17max-lease-time 6000;
18server-name "maitre";
19
20# FIN des options GLOBALES
21
22# DEBUT de la declaration des sous-reseaux et des machines
23
24subnet 10.133.26.0 netmask 255.255.255.0
25{
26 next-server 10.133.26.160;
27 filename "pxelinux.0";
28 option domain-name-servers 10.133.26.160;
3c000615 29 option routers 10.133.26.231;
3a8d2b2f
TPVT
30 use-host-decl-names on;
31 authoritative;
32}
33
34# liste des lames a completer dans l'ordre de la baie
35
36#lame fusion, pistage, LSU
37host trc02 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.162;}
38host trc03 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.163;}
39
40#lames gonio
41host trc04 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.164;}
42host trc05 { hardware ethernet 00:00:00:00:00:05; fixed-address 10.133.26.165;}
43host trc06 { hardware ethernet 00:00:00:00:00:06; fixed-address 10.133.26.166;}
44host trc07 { hardware ethernet 00:00:00:00:00:07; fixed-address 10.133.26.167;}
45host trc08 { hardware ethernet 00:00:00:00:00:08; fixed-address 10.133.26.168;}
46host trc09 { hardware ethernet 00:00:00:00:00:09; fixed-address 10.133.26.169;}
47host trc10 { hardware ethernet 00:00:00:00:00:0A; fixed-address 10.133.26.170;}
48host trc11 { hardware ethernet 00:00:00:00:00:0B; fixed-address 10.133.26.171;}
49host trc12 { hardware ethernet 00:00:00:00:00:0C; fixed-address 10.133.26.172;}
50host trc13 { hardware ethernet 00:00:00:00:00:0D; fixed-address 10.133.26.173;}
51host trc14 { hardware ethernet 00:00:00:00:00:0E; fixed-address 10.133.26.174;}
52host trc15 { hardware ethernet 00:00:00:00:00:0F; fixed-address 10.133.26.175;}
53host trc16 { hardware ethernet 00:00:00:00:00:10; fixed-address 10.133.26.176;}
54host trc17 { hardware ethernet 00:00:00:00:00:11; fixed-address 10.133.26.177;}
55host trc18 { hardware ethernet 00:00:00:00:00:12; fixed-address 10.133.26.178;}
56host trc19 { hardware ethernet 00:00:00:00:00:13; fixed-address 10.133.26.179;}
57host trc20 { hardware ethernet 00:00:00:00:00:14; fixed-address 10.133.26.180;}
58host trc21 { hardware ethernet 00:00:00:00:00:15; fixed-address 10.133.26.181;}
59host trc22 { hardware ethernet 00:00:00:00:00:16; fixed-address 10.133.26.182;}
60host trc23 { hardware ethernet 00:00:00:00:00:17; fixed-address 10.133.26.183;}
61host trc24 { hardware ethernet 00:00:00:00:00:18; fixed-address 10.133.26.184;}
62host trc25 { hardware ethernet 00:00:00:00:00:19; fixed-address 10.133.26.185;}
63host trc26 { hardware ethernet 00:00:00:00:00:1A; fixed-address 10.133.26.186;}
64host trc27 { hardware ethernet 00:00:00:00:00:1B; fixed-address 10.133.26.187;}
65host trc28 { hardware ethernet 00:00:00:00:00:1C; fixed-address 10.133.26.188;}
66host trc29 { hardware ethernet 00:00:00:00:00:1D; fixed-address 10.133.26.189;}
67host trc30 { hardware ethernet 00:00:00:00:00:1E; fixed-address 10.133.26.190;}
68host trc31 { hardware ethernet 00:00:00:00:00:1F; fixed-address 10.133.26.191;}
69host trc32 { hardware ethernet 00:00:00:00:00:20; fixed-address 10.133.26.192;}
70host trc33 { hardware ethernet 00:00:00:00:00:21; fixed-address 10.133.26.193;}
71host trc34 { hardware ethernet 00:00:00:00:00:22; fixed-address 10.133.26.194;}
72host trc35 { hardware ethernet 00:00:00:00:00:23; fixed-address 10.133.26.195;}
73
74#lames monitoring
75host trc36 { hardware ethernet 00:00:00:00:00:24; fixed-address 10.133.26.196;}
76host trc37 { hardware ethernet 00:00:00:00:00:25; fixed-address 10.133.26.197;}
77host trc38 { hardware ethernet 00:00:00:00:00:26; fixed-address 10.133.26.198;}
78host trc39 { hardware ethernet 00:00:00:00:00:27; fixed-address 10.133.26.199;}
79