[Maintain-dev] [JIRA] Created: (MNT-1686) Add "deny dynamic bootp clients" in all pool statements

Kirsten Petersen (JIRA) jira at osuosl.org
Fri Feb 2 14:17:01 PST 2007


Add "deny dynamic bootp clients" in all pool statements
-------------------------------------------------------

         Key: MNT-1686
         URL: http://bugs.osuosl.org/browse/MNT-1686
     Project: Maintain
        Type: Improvement
  Components: Backend/Build Scripts  
    Versions: 3.1    
    Reporter: Kirsten Petersen
 Assigned to: Josh Schonstal 
    Priority: Urgent


Beginning with ISC-DHCP 3.0.4, if you do failover, you have to put the statement "deny dynamic bootp clients" in every pool declaration, like this:

        pool {
                failover peer "dhcp";
                deny dynamic bootp clients;
                allow members of "zone.science:128.193.213.1:128.193.213.244";
                range 128.193.213.1 128.193.213.244;
        }

Reference: http://www.bind9.net/dhcpd.conf.5



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://bugs.osuosl.org/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



More information about the Maintain-dev mailing list