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

Zack Bartel (JIRA) jira at osuosl.org
Thu Jun 29 13:56:31 PDT 2006


     [ http://bugs.osuosl.org/browse/MNT-1471?page=history ]
     
Zack Bartel resolved MNT-1471:
------------------------------

    Resolution: Fixed

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