[Maintain-dev] [JIRA] Created: (MNT-1471) build_dhcp - Subnets not given ranges

Michael Clay (JIRA) jira at osuosl.org
Thu Jun 29 11:52:31 PDT 2006


build_dhcp - Subnets not given ranges
-------------------------------------

         Key: MNT-1471
         URL: http://bugs.osuosl.org/browse/MNT-1471
     Project: Maintain
        Type: Bug
  Components: Backend/Build Scripts  
    Versions: 3.0    
    Reporter: Michael Clay
 Assigned to: Frederic Wenzel 
    Priority: Urgent
     Fix For: 3.0


The build script for DHCP isn't passing options into the subnet directives.  This is causing the dhcp server to believe it doesn't have any IP addresses in dynamic ranges

subnet 192.168.10.0 netmask 255.255.255.0 {
}

This obviously has no IPs to lease.

In our case it should have been

subnet 192.168.10.0 netmask 255.255.255.0 {
    range 192.168.10.16 192.168.10.254; 
}

-- 
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