[Maintain-dev] [JIRA] Resolved: (MNT-1361) VLAN to dhcp's shared-network

Frederic Wenzel (JIRA) jira at osuosl.org
Mon Jul 31 14:43:17 PDT 2006


     [ http://bugs.osuosl.org/browse/MNT-1361?page=history ]
     
Frederic Wenzel resolved MNT-1361:
----------------------------------

    Resolution: Fixed

fixed in svn r4679.

Subnets in the same VLANs are now put into shared networks. Shared network directive is also used if there is only one subnet in the VLAN, but that shouldn't hurt.

Subnets without an assigned VLAN are just put into the config file regularly without the shared network statement.

> VLAN to dhcp's shared-network
> -----------------------------
>
>          Key: MNT-1361
>          URL: http://bugs.osuosl.org/browse/MNT-1361
>      Project: Maintain
>         Type: Improvement
>   Components: Backend/Build Scripts
>     Versions: 3.0
>     Reporter: James O'Dell
>     Assignee: Frederic Wenzel
>      Fix For: 3.0

>
>
> Shouldn't Maintain realize that if there are 2 or more subnets are on the same VLAN
> that the DHCP server should be configured with a "shared-network" directive?
> for example
> VLAN1
>    -> 10.10.0.0/16
>    -> 192.168.1.0/24
> #dhcpd.conf.data
> shared-network VLAN1 {
>    subnet 10.10.0.0 netmask 255.255.0.0 {
>       ...
>       match hardware;
>    }
>    subnet 192.168.1.0 {
>       ...
>       allow unknown hosts;
>    }
> }
>   
> I noticed the commented out "shared-network" in dhcpd.conf.footer.
> If this the only alternative?

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