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.20100426.bsc-siteConfiguration.tar.gz / bradford.20100426.bsc-siteConfiguration.tar / bsc / siteConfiguration / dhcpd.conf.bak_Wed_Jun_24_14:01:48_2009 < prev    next >
Text File  |  2009-06-24  |  3KB  |  86 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. ### Test_Hub1 VLAN 63
  26. #shared-network subnet-63-VLAN-63
  27. #{
  28. #
  29. #        # don't send DHCPNACKs needlessly
  30. #        not authoritative;
  31. #
  32. #
  33. #
  34. #        ### authenticated address pool ###
  35. #        subnet 10.3.63.0 netmask 255.255.255.0
  36. #        {
  37. #        default-lease-time 3600; ### 1 Hour
  38. #        max-lease-time 3600;     ### 1 Hour
  39. #        option broadcast-address 10.3.63.255;
  40. #        option routers 10.3.63.1;
  41. #        pool
  42. #        {
  43. #        range 10.3.63.5 10.3.63.229;
  44. #        option domain-name-servers 10.3.200.5, 10.3.200.4;
  45. #        option domain-name "bsi-hub1-authenticated.com";
  46. #        # option netbios-name-servers 10.3.200.5, 10.2.200.4; # WINS Server
  47. #        # option netbios-node-type 2; # WINS Server Type (1=bcast, 2=WINS, 4=bcast then WINS, 8=WINS then bcast)
  48. #        # option nis-servers 10.3.0.200.5; # NIS Domain Controller
  49. #        # Responds to registered clients
  50. #        allow members of "authenticated_clients";
  51. #        }
  52. #        }
  53. #
  54. #        ### unauthenticated address pool ###
  55. #        subnet 10.4.63.0 netmask 255.255.255.0
  56. #        {
  57. #        default-lease-time 60; ### 1 Minutes
  58. #        max-lease-time 60;     ### 1 Minutes
  59. #        option broadcast-address 10.4.63.255;
  60. #        option routers 10.4.63.1;
  61. #        pool
  62. #        {
  63. #        range 10.4.63.5 10.4.63.229;
  64. #        option domain-name-servers 10.3.232.1;
  65. #        option domain-name "bsi-hub1-non-authenticated.com";
  66. #        # Responds to unregistered clients
  67. #        deny members of "authenticated_clients";
  68. #        }
  69. #     }
  70. #}
  71.  
  72. # Empty Scope Used to load DHCP on ETH1
  73. subnet 192.168.100.0 netmask 255.255.255.248 {
  74. }
  75. ###################################################
  76. ## For examples of fixed IP reservations
  77. ## please see the file /bsc/siteConfiguration/README.DHCPD.CONF
  78. ####################################################
  79. ####################################################
  80. ##  The following is used
  81. ##  for Access Point Management
  82. ##  Do not modify below these lines.
  83. ##  subclass "authenticated_clients" 1:00:10:7A:68:E8:2D;
  84. ####################################################
  85. ##  CampusManager adds lines below this point
  86.