Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ddns-domainname "dhcp.lsi.lan";
- ddns-update-style interim;
- update-optimization off;
- update-conflict-detection off;
- zone dhcp.lsi.lan. {
- primary 127.0.0.1;
- }
- zone 6.96.10.in-addr.arpa. {
- primary 127.0.0.1;
- }
- failover peer "dhcp-backup" {
- secondary;
- address 10.0.0.132;
- port 647;
- peer address 10.0.0.128;
- peer port 647;
- max-response-delay 60;
- max-unacked-updates 10;
- load balance max seconds 3;
- }
- log-facility local5;
- authoritative;
- one-lease-per-client on;
- dynamic-bootp-lease-length 604800;
- option space MSFT;
- option MSFT.release-on-shutdown code 2 = unsigned integer 32;
- default-lease-time 259200;
- max-lease-time 259200;
- option domain-name "lsi.lan";
- option domain-search "lsi.lan", "dhcp.lsi.lan";
- option domain-name-servers rocinante.lsi.lan, orifice.lsi.lan;
- option ntp-servers rocinante.lsi.lan, orifice.lsi.lan;
- option netbios-name-servers orifice.lsi.lan;
- option netbios-node-type 8;
- option log-servers orifice.lsi.lan;
- option time-offset -25200;
- option time-servers orifice.lsi.lan;
- option subnet-mask 255.255.0.0;
- option routers 10.96.0.253;
- class "win2k-clients" {
- match if option vendor-class-identifier = "MSFT 5.0";
- vendor-option-space MSFT;
- option MSFT.release-on-shutdown 1;
- }
- allow booting;
- allow bootp;
- shared-network "lsi.lan" {
- subnet 10.96.0.0 netmask 255.255.0.0 {
- pool {
- range 10.96.6.128 10.96.6.254;
- deny dynamic bootp clients;
- }
- }
- next-server orifice.lsi.lan;
- filename "pxelinux.0";
- }
- group {
- default-lease-time 259200;
- max-lease-time 259200;
- option domain-name "lsi.lan";
- option domain-search "lsi.lan", "dhcp.lsi.lan";
- option domain-name-servers rocinante.lsi.lan, orifice.lsi.lan;
- option ntp-servers rocinante.lsi.lan, orifice.lsi.lan;
- option netbios-name-servers orifice.lsi.lan;
- option netbios-node-type 8;
- option log-servers orifice.lsi.lan;
- option time-offset -25200;
- option time-servers orifice.lsi.lan;
- option subnet-mask 255.255.0.0;
- option routers 10.96.0.253;
- class "win2k-clients" {
- match if option vendor-class-identifier = "MSFT 5.0";
- vendor-option-space MSFT;
- option MSFT.release-on-shutdown 1;
- }
- host scanner { hardware ethernet 00:00:48:27:62:5b; fixed-address 10.96.0.130; }
- host leo-camera { hardware ethernet 00:60:6e:ea:c9:c5; fixed-address 10.96.9.10; }
- host drac { hardware ethernet 5c:f9:dd:fd:06:ca; fixed-address 10.96.10.1; }
- host nighthawk { hardware ethernet 02:0c:6b:9b:22:38; fixed-address 10.96.0.251; }
- host archerax20 { hardware ethernet 60:32:b1:a6:be:ac; fixed-address 10.96.0.250; }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement