######################################################## # ## dhcpd.conf pour ScribeNg # ## Equipe Eole eole@ac-dijon.fr # ## septembre 2007 # ######################################################## # default-lease-time 36000; max-lease-time 144000; option domain-name "btssn.lan"; #ddns-update-style none; authoritative; # déclaration des hôtes des plages statiques group nofilter { option subnet-mask 255.255.255.0; option routers 10.201.196.250; option domain-name "btssn.lan"; option domain-name-servers 10.201.196.2, 10.201.196.250; option ntp-servers 10.201.196.1; default-lease-time 144000; max-lease-time 144000; host n01.nofilter { hardware ethernet 02:81:0d:d1:32:a3; fixed-address 10.201.196.11; option host-name n01;} host n02.nofilter { hardware ethernet 02:81:dd:c5:12:f8; fixed-address 10.201.196.12; option host-name n02;} host n03.nofilter { hardware ethernet 02:81:2f:3e:fb:32; fixed-address 10.201.196.13; option host-name n03;} host n04.nofilter { hardware ethernet 02:81:42:e2:08:3f; fixed-address 10.201.196.14; option host-name n04;} host n05.nofilter { hardware ethernet 02:81:23:6b:14:d3; fixed-address 10.201.196.15; option host-name n05;} host n06.nofilter { hardware ethernet 02:81:48:b0:b7:26; fixed-address 10.201.196.16; option host-name n06;} host n07.nofilter { hardware ethernet 02:81:f3:a7:57:be; fixed-address 10.201.196.17; option host-name n07;} host n08.nofilter { hardware ethernet 02:81:9a:84:74:5a; fixed-address 10.201.196.18; option host-name n08;} host n09.nofilter { hardware ethernet 02:81:ef:2b:13:4c; fixed-address 10.201.196.19; option host-name n09;} host n10.nofilter { hardware ethernet 02:81:36:d6:7a:b4; fixed-address 10.201.196.20; option host-name n10;} host n11.nofilter { hardware ethernet 02:81:6c:3e:73:31; fixed-address 10.201.196.21; option host-name n11;} host n12.nofilter { hardware ethernet 02:81:18:ed:40:58; fixed-address 10.201.196.22; option host-name n12;} host n13.nofilter { hardware ethernet 02:81:f2:cf:f2:e4; fixed-address 10.201.196.23; option host-name n13;} host n14.nofilter { hardware ethernet 02:81:87:86:24:4e; fixed-address 10.201.196.24; option host-name n14;} host n15.nofilter { hardware ethernet 02:81:84:5a:7f:d4; fixed-address 10.201.196.25; option host-name n15;} host n16.nofilter { hardware ethernet 02:81:89:05:23:88; fixed-address 10.201.196.26; option host-name n16;} host n17.nofilter { hardware ethernet 02:81:7a:6f:51:b9; fixed-address 10.201.196.27; option host-name n17;} host n18.nofilter { hardware ethernet 02:81:96:ee:b9:6f; fixed-address 10.201.196.28; option host-name n18;} host n19.nofilter { hardware ethernet 02:81:93:20:b3:76; fixed-address 10.201.196.29; option host-name n19;} host n20.nofilter { hardware ethernet 02:81:46:09:29:f3; fixed-address 10.201.196.30; option host-name n20;} host r01.nofilter { hardware ethernet b8:27:eb:ad:5e:ad; fixed-address 10.201.196.31; option host-name r01;} host r02.nofilter { hardware ethernet b8:27:eb:69:00:39; fixed-address 10.201.196.32; option host-name r02;} host r03.nofilter { hardware ethernet b8:27:eb:c8:41:bc; fixed-address 10.201.196.33; option host-name r03;} host r04.nofilter { hardware ethernet b8:27:eb:5e:57:9c; fixed-address 10.201.196.34; option host-name r04;} host r05.nofilter { hardware ethernet b8:27:eb:03:68:3a; fixed-address 10.201.196.35; option host-name r05;} host r06.nofilter { hardware ethernet b8:27:eb:b7:47:a7; fixed-address 10.201.196.36; option host-name r06;} host r07.nofilter { hardware ethernet b8:27:eb:7e:01:5f; fixed-address 10.201.196.37; option host-name r07;} host r08.nofilter { hardware ethernet b8:27:eb:d8:01:a1; fixed-address 10.201.196.38; option host-name r08;} host r09.nofilter { hardware ethernet b8:27:eb:19:5c:ad; fixed-address 10.201.196.39; option host-name r09;} host r10.nofilter { hardware ethernet b8:27:eb:7a:aa:cd; fixed-address 10.201.196.40; option host-name r10;} host r11.nofilter { hardware ethernet b8:27:eb:e9:34:65; fixed-address 10.201.196.41; option host-name r11;} host r12.nofilter { hardware ethernet b8:27:eb:75:80:90; fixed-address 10.201.196.42; option host-name r12;} host v01.nofilter { hardware ethernet 02:81:ef:b1:0c:99; fixed-address 10.201.196.43; option host-name v01;} host v02.nofilter { hardware ethernet 02:01:5f:fc:07:19; fixed-address 10.201.196.44; option host-name v02;} host v03.nofilter { hardware ethernet b8:27:eb:7b:62:d5; fixed-address 10.201.196.45; option host-name v03;} host v04.nofilter { hardware ethernet dc:a6:32:2a:89:e4; fixed-address 10.201.196.46; option host-name v04;} host v05.nofilter { hardware ethernet 02:81:18:98:a2:5b; fixed-address 10.201.196.47; option host-name v05;} host v06.nofilter { hardware ethernet 02:81:eb:21:92:f7; fixed-address 10.201.196.48; option host-name v06;} } # déclaration des hôtes statiques hors plage statique, obsolète, préférer les plages d’adresses statiques. # déclaration des hôtes autorisés dans les plages dynamiques subnet 10.201.196.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; option routers 10.201.196.250; option domain-name "btssn.lan"; option domain-name-servers 10.201.196.2, 10.201.196.250; option ntp-servers 10.201.196.1; # plages d'ip pool { option routers 10.201.196.250; option domain-name "btssn.lan"; option domain-name-servers 10.201.196.2, 10.201.196.250; option ntp-servers 10.201.196.1; range 10.201.196.80 10.201.196.219; default-lease-time 36000; max-lease-time 144000; } }