Keep standard 30MHzDF and adds the lite configuration
[debian6500.git] / master / etc / dhcp / dhcpd.conf.cl0.lite
diff --git a/master/etc/dhcp/dhcpd.conf.cl0.lite b/master/etc/dhcp/dhcpd.conf.cl0.lite
new file mode 100644 (file)
index 0000000..6c90903
--- /dev/null
@@ -0,0 +1,95 @@
+# /etc/dhcp3/dhcpd.conf
+# Fichier de configuration du serveur DHCP de l'ISC (package 'dhcp3-server')
+# Formation Debian GNU/Linux par Alexis de Lattre
+# http://formation-debian.via.ecp.fr/
+
+# Consultez "man dhcpd.conf" pour avoir toutes les informations sur les options
+
+
+# ============================================================================
+# V1.5
+# Copyright (C) THALES. All rights reserved
+# Author: Jean-Noel Raguenes
+# Date : 07/12/2009
+# Modification:
+# - V1.1: Herve Petit 10/03/2010
+#   Reprise avec ajouts des sub net eth1
+# - V1.2: Herve Petit 24/06/2010
+#   Ajout option routers sur sub net eth1
+# - V1.3: Herve Petit 25/08/2010
+#   Remplacement lame trc13 par lame trc27 a cause pb d'init_statique
+#   qui prennait 2 mn sur cette lame
+# - V1.4: Herve Petit 18/04/2011
+#   Suppression definition de la route par defaut a partir du fichier dhcp
+# - V1.5: Laurent Mazet 09/05/2014
+#   Netoyage
+# ============================================================================
+
+# DEBUT des options GLOBALES
+# Les options globales s'appliqueront par defaut a tous les sous-reseaux
+
+# Nom de domaine
+ddns-domainname "trc6500.thalesgroup.com";
+option domain-name "trc6500.thalesgroup.com";
+
+# Duree du bail en secondes
+default-lease-time 6000;
+max-lease-time 6000;
+server-name "master";
+
+# FIN des options GLOBALES
+
+# DEBUT de la declaration des sous-reseaux et des machines
+
+subnet 10.133.26.0 netmask 255.255.255.0
+{
+  next-server 10.133.26.160;
+  filename "pxelinux.0";
+  option domain-name-servers 10.133.26.160;
+  use-host-decl-names on;
+  authoritative;
+}
+
+#lame fusion, pistage, LSU
+host trc02 { hardware ethernet 00:25:90:8A:B2:08; fixed-address 10.133.26.162;}
+host trc03 { hardware ethernet 00:25:90:8A:B2:09; fixed-address 10.133.26.163;}
+
+#lames gonio
+host trc04 { hardware ethernet 00:25:90:4F:1E:8C; fixed-address 10.133.26.164;}
+host trc05 { hardware ethernet 00:25:90:4F:1E:8D; fixed-address 10.133.26.165;}
+host trc06 { hardware ethernet 00:25:90:4F:23:9E; fixed-address 10.133.26.166;}
+host trc07 { hardware ethernet 00:25:90:4F:23:9F; fixed-address 10.133.26.167;}
+host trc08 { hardware ethernet 00:25:90:4F:23:A4; fixed-address 10.133.26.168;}
+host trc09 { hardware ethernet 00:25:90:4F:23:A5; fixed-address 10.133.26.169;}
+host trc10 { hardware ethernet 00:25:90:4F:18:62; fixed-address 10.133.26.170;}
+host trc11 { hardware ethernet 00:25:90:4F:18:63; fixed-address 10.133.26.171;}
+host trc12 { hardware ethernet 00:25:90:4F:18:58; fixed-address 10.133.26.172;}
+host trc13 { hardware ethernet 00:25:90:4F:18:59; fixed-address 10.133.26.173;}
+host trc14 { hardware ethernet 00:25:90:4F:1A:28; fixed-address 10.133.26.174;}
+host trc15 { hardware ethernet 00:25:90:4F:1A:29; fixed-address 10.133.26.175;}
+host trc16 { hardware ethernet 00:25:90:4F:BB:72; fixed-address 10.133.26.176;}
+host trc17 { hardware ethernet 00:25:90:4F:BB:73; fixed-address 10.133.26.177;}
+host trc18 { hardware ethernet 00:25:90:4F:BB:22; fixed-address 10.133.26.178;}
+host trc19 { hardware ethernet 00:25:90:4F:BB:23; fixed-address 10.133.26.179;}
+host trc20 { hardware ethernet 00:25:90:4F:BA:F2; fixed-address 10.133.26.180;}
+host trc21 { hardware ethernet 00:25:90:4F:BA:F3; fixed-address 10.133.26.181;}
+host trc22 { hardware ethernet 00:25:90:4F:BA:F0; fixed-address 10.133.26.182;}
+host trc23 { hardware ethernet 00:25:90:4F:BA:F1; fixed-address 10.133.26.183;}
+host trc24 { hardware ethernet 00:25:90:4f:bb:1e; fixed-address 10.133.26.184;}
+host trc25 { hardware ethernet 00:25:90:4f:bb:1f; fixed-address 10.133.26.185;}
+host trc26 { hardware ethernet 00:25:90:4F:23:D4; fixed-address 10.133.26.186;}
+host trc27 { hardware ethernet 00:25:90:4F:23:D5; fixed-address 10.133.26.187;}
+host trc28 { hardware ethernet 00:25:90:4F:23:Dc; fixed-address 10.133.26.188;}
+host trc29 { hardware ethernet 00:25:90:4F:23:DD; fixed-address 10.133.26.189;}
+host trc30 { hardware ethernet 00:25:90:4F:BB:20; fixed-address 10.133.26.190;}
+host trc31 { hardware ethernet 00:25:90:4F:BB:21; fixed-address 10.133.26.191;}
+host trc32 { hardware ethernet 00:25:90:4F:E1:66; fixed-address 10.133.26.192;}
+host trc33 { hardware ethernet 00:25:90:4F:E1:67; fixed-address 10.133.26.193;}
+host trc34 { hardware ethernet 00:25:90:4F:EA:20; fixed-address 10.133.26.194;}
+host trc35 { hardware ethernet 00:25:90:4F:EA:21; fixed-address 10.133.26.195;}
+
+#lames monitoring
+host trc36 { hardware ethernet 00:25:90:4F:E2:D2; fixed-address 10.133.26.196;}
+host trc37 { hardware ethernet 00:25:90:4F:E2:D3; fixed-address 10.133.26.197;}
+host trc38 { hardware ethernet 00:25:90:4F:EF:00; fixed-address 10.133.26.198;}
+host trc39 { hardware ethernet 00:25:90:4F:EF:01; fixed-address 10.133.26.199;}