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.bak_Wed_Jun_24_14:01:47_2009 < prev    next >
Text File  |  2009-06-24  |  3KB  |  111 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. # Registration Scope
  14. subnet 192.168.26.0 netmask 255.255.255.0 {
  15.    range 192.168.26.100 192.168.26.200;
  16.    default-lease-time 960;
  17.    max-lease-time 960;
  18.    authoritative;
  19.    allow declines;
  20.    option domain-name "bradford-reg.com";
  21.    option domain-name-servers 192.168.26.90;
  22.    option broadcast-address 192.168.26.255;
  23.    option routers 192.168.26.1;
  24.  }
  25.  
  26.  
  27. # Remediation Scope
  28. subnet 192.168.27.0 netmask 255.255.255.0 {
  29.    range 192.168.27.100 192.168.27.200;
  30.    one-lease-per-client true;
  31.    default-lease-time 960;
  32.    max-lease-time 960;
  33.    authoritative;
  34.    allow declines;
  35.    option domain-name "bradford-rem.com";
  36.    option domain-name-servers 192.168.27.90;
  37.    option broadcast-address 192.168.22.255;
  38.    option routers 192.168.27.1;
  39.  }
  40.  
  41.  
  42.  
  43.  
  44.  
  45.   class "authenticated_clients"
  46.    {
  47.        match pick-first-value (option dhcp-client-identifier, hardware);
  48.    }
  49.  
  50. ### Test_Hub1 VLAN 63
  51. #shared-network subnet-63-VLAN-63
  52. #{
  53. #
  54. #        # don't send DHCPNACKs needlessly
  55. #        not authoritative;
  56. #
  57. #
  58. #
  59. #        ### authenticated address pool ###
  60. #        subnet 10.3.63.0 netmask 255.255.255.0
  61. #        {
  62. #        default-lease-time 3600; ### 1 Hour
  63. #        max-lease-time 3600;     ### 1 Hour
  64. #        option broadcast-address 10.3.63.255;
  65. #        option routers 10.3.63.1;
  66. #        pool
  67. #        {
  68. #        range 10.3.63.5 10.3.63.229;
  69. #        option domain-name-servers 10.3.200.5, 10.3.200.4;
  70. #        option domain-name "bsi-hub1-authenticated.com";
  71. #        # option netbios-name-servers 10.3.200.5, 10.2.200.4; # WINS Server
  72. #        # option netbios-node-type 2; # WINS Server Type (1=bcast, 2=WINS, 4=bcast then WINS, 8=WINS then bcast)
  73. #        # option nis-servers 10.3.0.200.5; # NIS Domain Controller
  74. #        # Responds to registered clients
  75. #        allow members of "authenticated_clients";
  76. #        }
  77. #        }
  78. #
  79. #        ### unauthenticated address pool ###
  80. #        subnet 10.4.63.0 netmask 255.255.255.0
  81. #        {
  82. #        default-lease-time 60; ### 1 Minutes
  83. #        max-lease-time 60;     ### 1 Minutes
  84. #        option broadcast-address 10.4.63.255;
  85. #        option routers 10.4.63.1;
  86. #        pool
  87. #        {
  88. #        range 10.4.63.5 10.4.63.229;
  89. #        option domain-name-servers 10.3.232.1;
  90. #        option domain-name "bsi-hub1-non-authenticated.com";
  91. #        # Responds to unregistered clients
  92. #        deny members of "authenticated_clients";
  93. #        }
  94. #     }
  95. #}
  96.  
  97. # Empty Scope Used to load DHCP on ETH1
  98. subnet 192.168.100.0 netmask 255.255.255.248 {
  99. }
  100. ###################################################
  101. ## For examples of fixed IP reservations
  102. ## please see the file /bsc/siteConfiguration/README.DHCPD.CONF
  103. ####################################################
  104. ####################################################
  105. ##  The following is used
  106. ##  for Access Point Management
  107. ##  Do not modify below these lines.
  108. ##  subclass "authenticated_clients" 1:00:10:7A:68:E8:2D;
  109. ####################################################
  110. ##  CampusManager adds lines below this point
  111.