# /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 # 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 #lame fusion, pistage, LSU host trc02 { hardware ethernet 00:00:00:00:00:02; fixed-address 10.133.26.162;} host trc03 { hardware ethernet 00:00:00:00:00:03; fixed-address 10.133.26.163;} #lames gonio host trc04 { hardware ethernet 00:00:00:00:00:04; fixed-address 10.133.26.164;} host trc05 { hardware ethernet 00:00:00:00:00:05; fixed-address 10.133.26.165;} host trc06 { hardware ethernet 00:00:00:00:00:06; fixed-address 10.133.26.166;} host trc07 { hardware ethernet 00:00:00:00:00:07; fixed-address 10.133.26.167;} host trc08 { hardware ethernet 00:00:00:00:00:08; fixed-address 10.133.26.168;} host trc09 { hardware ethernet 00:00:00:00:00:09; fixed-address 10.133.26.169;} host trc10 { hardware ethernet 00:00:00:00:00:0A; fixed-address 10.133.26.170;} host trc11 { hardware ethernet 00:00:00:00:00:0B; fixed-address 10.133.26.171;} host trc12 { hardware ethernet 00:00:00:00:00:0C; fixed-address 10.133.26.172;} host trc13 { hardware ethernet 00:00:00:00:00:0D; fixed-address 10.133.26.173;} host trc14 { hardware ethernet 00:00:00:00:00:0E; fixed-address 10.133.26.174;} host trc15 { hardware ethernet 00:00:00:00:00:0F; fixed-address 10.133.26.175;} host trc16 { hardware ethernet 00:00:00:00:00:10; fixed-address 10.133.26.176;} host trc17 { hardware ethernet 00:00:00:00:00:11; fixed-address 10.133.26.177;} host trc18 { hardware ethernet 00:00:00:00:00:12; fixed-address 10.133.26.178;} host trc19 { hardware ethernet 00:00:00:00:00:13; fixed-address 10.133.26.179;} host trc20 { hardware ethernet 00:00:00:00:00:14; fixed-address 10.133.26.180;} host trc21 { hardware ethernet 00:00:00:00:00:15; fixed-address 10.133.26.181;} host trc22 { hardware ethernet 00:00:00:00:00:16; fixed-address 10.133.26.182;} host trc23 { hardware ethernet 00:00:00:00:00:17; fixed-address 10.133.26.183;} host trc24 { hardware ethernet 00:00:00:00:00:18; fixed-address 10.133.26.184;} host trc25 { hardware ethernet 00:00:00:00:00:19; fixed-address 10.133.26.185;} host trc26 { hardware ethernet 00:00:00:00:00:1A; fixed-address 10.133.26.186;} host trc27 { hardware ethernet 00:00:00:00:00:1B; fixed-address 10.133.26.187;} host trc28 { hardware ethernet 00:00:00:00:00:1C; fixed-address 10.133.26.188;} host trc29 { hardware ethernet 00:00:00:00:00:1D; fixed-address 10.133.26.189;} host trc30 { hardware ethernet 00:00:00:00:00:1E; fixed-address 10.133.26.190;} host trc31 { hardware ethernet 00:00:00:00:00:1F; fixed-address 10.133.26.191;} host trc32 { hardware ethernet 00:00:00:00:00:20; fixed-address 10.133.26.192;} host trc33 { hardware ethernet 00:00:00:00:00:21; fixed-address 10.133.26.193;} host trc34 { hardware ethernet 00:00:00:00:00:22; fixed-address 10.133.26.194;} host trc35 { hardware ethernet 00:00:00:00:00:23; fixed-address 10.133.26.195;} #lames monitoring host trc36 { hardware ethernet 00:00:00:00:00:24; fixed-address 10.133.26.196;} host trc37 { hardware ethernet 00:00:00:00:00:25; fixed-address 10.133.26.197;} host trc38 { hardware ethernet 00:00:00:00:00:26; fixed-address 10.133.26.198;} host trc39 { hardware ethernet 00:00:00:00:00:27; fixed-address 10.133.26.199;}