# # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # ddns-update-style interim; ignore client-updates; # # DHCP Server Configuration file. # see /usr/share/doc/dhcp*/dhcpd.conf.sample # log-facility local7; subnet 1.1.1.0 netmask 255.255.255.0 { # --- default gateway option routers 1.1.1.1; option subnet-mask 255.255.255.0; option nis-domain "fr.jcdecaux.org"; option domain-name "fr.jcdecaux.org"; option domain-name-servers 2.2.2.3, 2.1.2.3; range dynamic-bootp 1.1.1.50 1.1.1.100; # default-lease-time 21600; default-lease-time 21600; # max-lease-time 193000; max-lease-time 259200; # we want the nameserver to appear at a fixed address # host ns { # next-server marvin.redhat.com; # hardware ethernet 12:34:56:78:AB:CD; # fixed-address X.X.X.254; # } } host FR-LYS-LX001 { hardware ethernet 00:01:80:7e:39:02; fixed-address 1.1.1.15; } host FR-LYS-LX002 { hardware ethernet 00:01:80:7e:2a:20; fixed-address 1.1.1.16; } host FR-LYS-LX003 { hardware ethernet 00:01:80:7e:2a:33; fixed-address 1.1.1.17; } host FR-LYS-LX004 { hardware ethernet 00:01:80:7d:db:14; fixed-address 1.1.1.18; } host FR-LYS-LX005 { hardware ethernet 00:01:80:7d:da:d7; fixed-address 1.1.1.19; } host FR-LYS-LX006 { hardware ethernet 00:01:80:7e:2a:91; fixed-address 1.1.1.20; } host FR-LYS-LX007 { hardware ethernet 00:01:80:7d:db:1b; fixed-address 1.1.1.21; } host FR-LYS-LX008 { hardware ethernet 00:01:80:7e:39:12; fixed-address 1.1.1.22; } host FR-LYS-LX009 { hardware ethernet 00:01:80:7d:db:1c; fixed-address 1.1.1.23; } host FR-LYS-LX010 { hardware ethernet 00:01:80:7d:db:19; fixed-address 1.1.1.24; } host FR-LYS-LX011 { hardware ethernet 00:01:80:7e:2a:9d; fixed-address 1.1.1.25; } host FR-LYS-LX012 { hardware ethernet 00:01:80:7e:38:f0; fixed-address 1.1.1.26; } host FR-LYS-LX013 { hardware ethernet 00:01:80:7e:2a:13; fixed-address 1.1.1.27; } host FR-LYS-LX014 { hardware ethernet 00:01:80:7e:29:88; fixed-address 1.1.1.28; } host FR-LYS-LX015 { hardware ethernet 00:01:80:7e:39:16; fixed-address 1.1.1.29; } host FR-LYS-LX016 { hardware ethernet 00:01:80:7e:29:c4; fixed-address 1.1.1.30; } host FR-LYS-LX017 { hardware ethernet 00:01:80:7e:38:fd; fixed-address 1.1.1.31; }