home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20100913.bsc-siteConfiguration.tar.gz / bradford.20100913.bsc-siteConfiguration.tar / bsc / siteConfiguration / dhcpd.conf < prev    next >
Text File  |  2009-06-25  |  2KB  |  78 lines

  1. #option time-servers ip-address;
  2. #option ntp-servers ip-address;
  3. #option domain-name-servers 192.168.10.10;
  4. #option nis-domain bsc.com;
  5. #option nis-servers 192.168.10.10;
  6.  
  7. #default-lease-time 600;
  8. #max-lease-time 7200;
  9. authoritative;
  10. log-facility local7;
  11. ddns-update-style none;
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20. #class "authenticated_clients"
  21. #{
  22. #match pick-first-value (option dhcp-client-identifier, hardware);
  23. #}
  24.  
  25.  
  26. # Empty Scope Used to load DHCP on ETH1
  27. subnet 192.168.100.0 netmask 255.255.255.248 {
  28. }
  29. # DeadEnd Scope DE_Main Campus-DE 
  30. subnet 192.168.102.0 netmask 255.255.255.0 {
  31.    range 192.168.102.1 192.168.102.250;
  32.  
  33.    default-lease-time 600;
  34.    max-lease-time 600;
  35.    option domain-name "highlandcc-de.local";
  36.    option domain-name-servers 192.168.100.4;
  37.    option broadcast-address 192.168.102.255;
  38.    option routers 192.168.102.254;
  39.  }
  40. # Registration Scope REG_Main Campus-Reg 
  41. subnet 192.168.101.0 netmask 255.255.255.0 {
  42.    range 192.168.101.1 192.168.101.250;
  43.  
  44.    default-lease-time 600;
  45.    max-lease-time 600;
  46.    authoritative;
  47.    allow declines;
  48.    option domain-name "highlandcc-reg.local";
  49.    option domain-name-servers 192.168.100.2;
  50.    option broadcast-address 192.168.101.255;
  51.    option routers 192.168.101.254;
  52.  }
  53. # Remediation Scope REM_Main Campus-Rem 
  54. subnet 198.248.92.0 netmask 255.255.255.0 {
  55.    range 198.248.92.1 198.248.92.250;
  56.  
  57.    one-lease-per-client true;
  58.    default-lease-time 600;
  59.    max-lease-time 600;
  60.    authoritative;
  61.    allow declines;
  62.    option domain-name "highlandcc-rem.local";
  63.    option domain-name-servers 192.168.100.3;
  64.    option broadcast-address 198.248.92.255;
  65.    option routers 198.248.92.254;
  66.  }
  67. ###################################################
  68. ## For examples of fixed IP reservations
  69. ## please see the file /bsc/siteConfiguration/README.DHCPD.CONF
  70. ####################################################
  71. ####################################################
  72. ##  The following is used
  73. ##  for Access Point Management
  74. ##  Do not modify below these lines.
  75. ##  subclass "authenticated_clients" 1:00:10:7A:68:E8:2D;
  76. ####################################################
  77. ##  CampusManager adds lines below this point
  78.