# /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 "maitre"; # 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; #option routers 10.133.26.231; use-host-decl-names on; authoritative; } # liste des lames a completer dans l'ordre de la baie #lames fusion host trc01-rf { hardware ethernet 00:21:5E:98:C2:78; fixed-address 10.133.26.161;} #lames gonio host trc02-rf { hardware ethernet 00:21:5E:98:C6:54; fixed-address 10.133.26.162;} host trc03-rf { hardware ethernet 00:21:5E:98:C6:04; fixed-address 10.133.26.163;} host trc04-rf { hardware ethernet 00:21:5E:98:C0:54; fixed-address 10.133.26.164;} host trc05-rf { hardware ethernet 00:21:5E:98:C0:0C; fixed-address 10.133.26.165;} host trc06-rf { hardware ethernet 00:21:5E:98:94:78; fixed-address 10.133.26.166;} host trc07-rf { hardware ethernet 00:21:5E:98:C2:B4; fixed-address 10.133.26.167;} host trc08-rf { hardware ethernet 00:21:5E:98:8F:30; fixed-address 10.133.26.168;} host trc09-rf { hardware ethernet 00:21:5E:98:C7:94; fixed-address 10.133.26.169;} host trc10-rf { hardware ethernet 00:21:5E:98:AE:5C; fixed-address 10.133.26.170;} host trc11-rf { hardware ethernet 00:21:5E:98:C7:30; fixed-address 10.133.26.171;} host trc12-rf { hardware ethernet 00:21:5E:98:C7:50; fixed-address 10.133.26.172;} host trc13-rf { hardware ethernet 00:21:5E:98:C1:B8; fixed-address 10.133.26.173;} host trc14-rf { hardware ethernet 00:21:5E:98:BE:64; fixed-address 10.133.26.174;} host trc15-rf { hardware ethernet 00:21:5E:98:C5:30; fixed-address 10.133.26.175;} host trc16-rf { hardware ethernet 00:21:5E:98:BF:A4; fixed-address 10.133.26.176;} host trc17-rf { hardware ethernet 00:21:5E:98:C5:C4; fixed-address 10.133.26.177;} #lames monitoring host trc18-rf { hardware ethernet 00:21:5E:98:C6:30; fixed-address 10.133.26.178;} host trc19-rf { hardware ethernet 00:21:5E:98:BF:E4; fixed-address 10.133.26.179;} host trc20-rf { hardware ethernet 00:21:5E:98:C6:20; fixed-address 10.133.26.180;} host trc21-rf { hardware ethernet 00:21:5E:98:C6:70; fixed-address 10.133.26.181;} host trc22-rf { hardware ethernet 00:21:5E:98:C5:98; fixed-address 10.133.26.182;} host trc23-rf { hardware ethernet 00:21:5E:98:C6:94; fixed-address 10.133.26.183;} host trc24-rf { hardware ethernet 00:21:5E:98:C3:68; fixed-address 10.133.26.184;} host trc25-rf { hardware ethernet 00:21:5E:98:BC:F0; fixed-address 10.133.26.185;} #lame lsu host trc26-rf { hardware ethernet 00:21:5E:98:B8:58; fixed-address 10.133.26.186;} #spare host trc27-rf { hardware ethernet 00:21:5E:98:93:24; fixed-address 10.133.26.187;} host trc28-rf { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} host trc29-rf { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} host trc30-rf { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} host trc31-rf { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.28.191;} subnet 10.133.28.0 netmask 255.255.255.0 { next-server 10.133.28.160; filename "pxelinux.0"; option routers 10.133.28.231; option domain-name-servers 10.133.28.160; use-host-decl-names on; authoritative; } #lame fusion host trc01 { hardware ethernet 00:21:5E:98:C2:7A; fixed-address 10.133.28.161;} #lames gonio eth1 host trc02 { hardware ethernet 00:21:5E:98:C6:56; fixed-address 10.133.28.162;} host trc03 { hardware ethernet 00:21:5E:98:C6:06; fixed-address 10.133.28.163;} host trc04 { hardware ethernet 00:21:5E:98:C0:56; fixed-address 10.133.28.164;} host trc05 { hardware ethernet 00:21:5E:98:C0:0E; fixed-address 10.133.28.165;} host trc06 { hardware ethernet 00:21:5E:98:94:7A; fixed-address 10.133.28.166;} host trc07 { hardware ethernet 00:21:5E:98:C2:B6; fixed-address 10.133.28.167;} host trc08 { hardware ethernet 00:21:5E:98:8F:32; fixed-address 10.133.28.168;} host trc09 { hardware ethernet 00:21:5E:98:C7:96; fixed-address 10.133.28.169;} host trc10 { hardware ethernet 00:21:5E:98:AE:5E; fixed-address 10.133.28.170;} host trc11 { hardware ethernet 00:21:5E:98:C7:32; fixed-address 10.133.28.171;} host trc12 { hardware ethernet 00:21:5E:98:C7:52; fixed-address 10.133.28.172;} host trc13 { hardware ethernet 00:21:5E:98:C1:BA; fixed-address 10.133.28.173;} host trc14 { hardware ethernet 00:21:5E:98:BE:66; fixed-address 10.133.28.174;} host trc15 { hardware ethernet 00:21:5E:98:C5:32; fixed-address 10.133.28.175;} host trc16 { hardware ethernet 00:21:5E:98:BF:A6; fixed-address 10.133.28.176;} host trc17 { hardware ethernet 00:21:5E:98:C5:C6; fixed-address 10.133.28.177;} #lames monitoring eth1 host trc18 { hardware ethernet 00:21:5E:98:C6:32; fixed-address 10.133.28.178;} host trc19 { hardware ethernet 00:21:5E:98:BF:E6; fixed-address 10.133.28.179;} host trc20 { hardware ethernet 00:21:5E:98:C6:22; fixed-address 10.133.28.180;} host trc21 { hardware ethernet 00:21:5E:98:C6:72; fixed-address 10.133.28.181;} host trc22 { hardware ethernet 00:21:5E:98:C5:9A; fixed-address 10.133.28.182;} host trc23 { hardware ethernet 00:21:5E:98:C6:96; fixed-address 10.133.28.183;} host trc24 { hardware ethernet 00:21:5E:98:C3:6A; fixed-address 10.133.28.184;} host trc25 { hardware ethernet 00:21:5E:98:BC:F2; fixed-address 10.133.28.185;} #lame lsu host trc26 { hardware ethernet 00:21:5E:98:B8:5A; fixed-address 10.133.28.186;} #spare host trc27 { hardware ethernet 00:21:5E:98:93:26; fixed-address 10.133.28.187;} host trc28 { hardware ethernet 00:00:00:00:00:01; fixed-address 10.133.26.188;} host trc29 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.189;} host trc30 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.190;} host trc31 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.28.191;}