ddns-update-style none; default-lease-time 600; max-lease-time 7200; log-facility local7; subnet 192.168.50.0 netmask 255.255.255.0 { range 192.168.50.30 192.168.50.50; option domain-name-servers 192.168.50.1 192.168.50.2; option domain-name "alsatux.lan"; option subnet-mask 255.255.255.0; option routers 192.168.50.254; option broadcast-address 192.168.50.255; host ns1 { hardware ethernet 8c:2a:90:0b:5d:2c; fixed-address 192.168.50.1; } host ns2 { hardware ethernet 52:23:00:eb:a9:9a; fixed-address 192.168.50.2; } host mx1 { hardware ethernet 62:25:a5:7b:2c:61; fixed-address 192.168.50.3; } host mx2 { hardware ethernet 12:3e:6c:43:27:6a; fixed-address 192.168.50.4; } host dhcp { hardware ethernet 7a:72:61:8a:5e:a6; fixed-address 192.168.50.5; } host pxe { hardware ethernet e4:f1:e3:61:7d:d4; fixed-address 192.168.50.6; } host gw { hardware ethernet 6a:00:52:7a:b2:4d; fixed-address 192.168.50.254; } # Ajout boot PXE (installations des postes via réseau et hôte TFTP) allow bootp; allow booting; # À placer à la racine du serveur TFTP. filename "pxelinux.0"; # définit le serveur qui servira le fichier « pxelinux.0 » next-server 192.168.50.6; # évalue si l'adresse est déjà attribuée ping-check = 1; }